Translation components API.

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

GET /api/translations/checkmk/dev/ro/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:08:28.736699Z",
    "recent_changes": 1,
    "translated": 16405,
    "translated_words": 117939,
    "translated_percent": 75.9,
    "translated_words_percent": 69.7,
    "translated_chars": 725094,
    "translated_chars_percent": 69.0,
    "fuzzy": 4553,
    "fuzzy_percent": 21.0,
    "failing": 1153,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/ro/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/ro/"
}