Translation components API.

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

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

{
    "total": 169,
    "total_words": 1053,
    "total_chars": 6276,
    "last_change": "2024-03-22T12:19:18.620630Z",
    "recent_changes": 0,
    "translated": 120,
    "translated_words": 594,
    "translated_percent": 71.0,
    "translated_words_percent": 56.4,
    "translated_chars": 3610,
    "translated_chars_percent": 57.5,
    "fuzzy": 6,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 77,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 471,
    "fuzzy_chars_percent": 7.5,
    "failing": 2,
    "failing_percent": 1.1,
    "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": 4,
    "comments": 0,
    "code": "bn",
    "name": "Bengali",
    "url": "https://translate.fedoraproject.org/projects/ibus/ibus/bn/",
    "translate_url": "https://translate.fedoraproject.org/translate/ibus/ibus/bn/"
}