Translation components API.

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

GET /api/translations/blivet/blivet-gui/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 278,
    "total_words": 1149,
    "total_chars": 7629,
    "last_change": "2025-04-07T06:54:10.421014Z",
    "recent_changes": 0,
    "translated": 250,
    "translated_words": 987,
    "translated_percent": 89.9,
    "translated_words_percent": 85.9,
    "translated_chars": 6550,
    "translated_chars_percent": 85.8,
    "fuzzy": 13,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 76,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 462,
    "fuzzy_chars_percent": 6.0,
    "failing": 27,
    "failing_percent": 9.7,
    "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": 37,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/blivet/blivet-gui/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/blivet/blivet-gui/de/"
}