Translation components API.

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

GET /api/translations/anaconda/f39/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1545,
    "total_words": 9383,
    "total_chars": 59916,
    "last_change": "2025-03-09T02:23:52.688673Z",
    "recent_changes": 6,
    "translated": 184,
    "translated_words": 663,
    "translated_percent": 11.9,
    "translated_words_percent": 7.0,
    "translated_chars": 4227,
    "translated_chars_percent": 7.0,
    "fuzzy": 95,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 335,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 2150,
    "fuzzy_chars_percent": 3.5,
    "failing": 25,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 177,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f39/et/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f39/et/"
}