Translation components API.

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

GET /api/translations/checkmk/dev/es_UY/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:04:15.972734Z",
    "recent_changes": 1,
    "translated": 128,
    "translated_words": 479,
    "translated_percent": 0.5,
    "translated_words_percent": 0.2,
    "translated_chars": 2623,
    "translated_chars_percent": 0.2,
    "fuzzy": 4662,
    "fuzzy_percent": 21.5,
    "failing": 416,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es_UY",
    "name": "Spanish (Uruguay)",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/es_UY/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/es_UY/"
}