Translation components API.

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

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

{
    "total": 6848,
    "total_words": 70855,
    "total_chars": 633421,
    "last_change": "2024-06-10T09:50:00.214641Z",
    "recent_changes": 0,
    "translated": 474,
    "translated_words": 725,
    "translated_percent": 6.9,
    "translated_words_percent": 1.0,
    "translated_chars": 19226,
    "translated_chars_percent": 3.0,
    "fuzzy": 282,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 722,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 12695,
    "fuzzy_chars_percent": 2.0,
    "failing": 186,
    "failing_percent": 2.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": 0,
    "comments": 1,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/debian-reference/translations/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/debian-reference/translations/nb_NO/"
}