Translation components API.

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

GET /api/translations/checkmk/dev/el/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:03:00.112016Z",
    "recent_changes": 1,
    "translated": 49,
    "translated_words": 147,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 743,
    "translated_chars_percent": 0.1,
    "fuzzy": 3285,
    "fuzzy_percent": 15.2,
    "failing": 369,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/el/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/el/"
}