Translation components API.

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

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

{
    "total": 417,
    "total_words": 3677,
    "total_chars": 23749,
    "last_change": "2023-02-25T06:33:38.070164Z",
    "recent_changes": 0,
    "translated": 174,
    "translated_words": 1435,
    "translated_percent": 41.7,
    "translated_words_percent": 39.0,
    "translated_chars": 9171,
    "translated_chars_percent": 38.6,
    "fuzzy": 73,
    "fuzzy_percent": 17.5,
    "fuzzy_words": 762,
    "fuzzy_words_percent": 20.7,
    "fuzzy_chars": 5377,
    "fuzzy_chars_percent": 22.6,
    "failing": 7,
    "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": 15,
    "comments": 0,
    "code": "bn",
    "name": "Bengali",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/bn/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/bn/"
}