Translation components API.

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

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

{
    "total": 1545,
    "total_words": 9383,
    "total_chars": 59916,
    "last_change": "2024-12-20T11:45:57.159150Z",
    "recent_changes": 0,
    "translated": 634,
    "translated_words": 2410,
    "translated_percent": 41.0,
    "translated_words_percent": 25.6,
    "translated_chars": 15795,
    "translated_chars_percent": 26.3,
    "fuzzy": 215,
    "fuzzy_percent": 13.9,
    "fuzzy_words": 978,
    "fuzzy_words_percent": 10.4,
    "fuzzy_chars": 6438,
    "fuzzy_chars_percent": 10.7,
    "failing": 120,
    "failing_percent": 7.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": 170,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f39/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f39/nb_NO/"
}