Translation components API.

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

GET /api/translations/fedora-websites/getfedoraorg/bn_IN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 190,
    "total_words": 2214,
    "total_chars": 16213,
    "last_change": "2023-02-27T20:00:32.052261Z",
    "recent_changes": 1,
    "translated": 154,
    "translated_words": 1615,
    "translated_percent": 81.0,
    "translated_words_percent": 72.9,
    "translated_chars": 10968,
    "translated_chars_percent": 67.6,
    "fuzzy": 21,
    "fuzzy_percent": 11.0,
    "fuzzy_words": 249,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 2144,
    "fuzzy_chars_percent": 13.2,
    "failing": 10,
    "failing_percent": 5.2,
    "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": 16,
    "comments": 0,
    "code": "bn_IN",
    "name": "Bengali (India)",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/bn_IN/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/bn_IN/"
}