Translation components API.

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

GET /api/translations/checkmk/stable/en_US/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-12T07:31:28.278059Z",
    "recent_changes": 23,
    "translated": 901,
    "translated_words": 18713,
    "translated_percent": 4.1,
    "translated_words_percent": 11.2,
    "translated_chars": 117478,
    "translated_chars_percent": 11.3,
    "fuzzy": 394,
    "fuzzy_percent": 1.8,
    "failing": 72,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en_US",
    "name": "English (United States)",
    "url": "https://translate.checkmk.com/projects/checkmk/stable/en_US/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/en_US/"
}