Translation components API.

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

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

{
    "total": 21470,
    "total_words": 166745,
    "total_chars": 1035515,
    "last_change": "2025-05-12T12:44:29.601633Z",
    "recent_changes": 438,
    "translated": 18715,
    "translated_words": 144040,
    "translated_percent": 87.1,
    "translated_words_percent": 86.3,
    "translated_chars": 894193,
    "translated_chars_percent": 86.3,
    "fuzzy": 2264,
    "fuzzy_percent": 10.5,
    "failing": 287,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.checkmk.com/projects/checkmk/stable/de/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/de/"
}