Translation components API.

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

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

{
    "total": 1358,
    "total_words": 8375,
    "total_chars": 53730,
    "last_change": "2025-04-09T01:26:49.904492Z",
    "recent_changes": 1,
    "translated": 1068,
    "translated_words": 5809,
    "translated_percent": 78.6,
    "translated_words_percent": 69.3,
    "translated_chars": 37505,
    "translated_chars_percent": 69.8,
    "fuzzy": 162,
    "fuzzy_percent": 11.9,
    "fuzzy_words": 1190,
    "fuzzy_words_percent": 14.2,
    "fuzzy_chars": 7436,
    "fuzzy_chars_percent": 13.8,
    "failing": 127,
    "failing_percent": 9.3,
    "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": 116,
    "comments": 0,
    "code": "be",
    "name": "Belarusian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/be/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/be/"
}