Translation components API.

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

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

{
    "total": 897,
    "total_words": 5091,
    "total_chars": 33381,
    "last_change": "2025-04-09T11:52:05.198997Z",
    "recent_changes": 0,
    "translated": 193,
    "translated_words": 769,
    "translated_percent": 21.5,
    "translated_words_percent": 15.1,
    "translated_chars": 4902,
    "translated_chars_percent": 14.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 64,
    "fuzzy_chars_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.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": 54,
    "comments": 1,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-master/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-master/nb_NO/"
}