Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/foe-helper/website/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2024-05-12T17:06:38.497031Z",
    "recent_changes": 5,
    "translated": 5,
    "translated_words": 91,
    "translated_percent": 1.0,
    "translated_words_percent": 3.8,
    "translated_chars": 575,
    "translated_chars_percent": 3.9,
    "total_chars": 14533,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "es",
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/es/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/es/"
}