Translation components API.

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

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

{
    "total": 21607,
    "total_words": 169115,
    "total_chars": 1049953,
    "last_change": "2025-05-06T05:07:26.590337Z",
    "recent_changes": 1,
    "translated": 46,
    "translated_words": 189,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 1043,
    "translated_chars_percent": 0.1,
    "fuzzy": 3565,
    "fuzzy_percent": 16.4,
    "failing": 777,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/pt_BR/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/pt_BR/"
}