Translation components API.

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

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

{
    "total": 544,
    "total_words": 2170,
    "total_chars": 13980,
    "last_change": "2024-03-22T12:19:36.687101Z",
    "recent_changes": 0,
    "translated": 134,
    "translated_words": 382,
    "translated_percent": 24.6,
    "translated_words_percent": 17.6,
    "translated_chars": 2557,
    "translated_chars_percent": 18.2,
    "fuzzy": 11,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 87,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 498,
    "fuzzy_chars_percent": 3.5,
    "failing": 2,
    "failing_percent": 0.3,
    "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": 18,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/ibus/ibus/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/ibus/ibus/nb_NO/"
}