Translation components API.

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

GET /api/translations/checkmk/dev/ja/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:05:33.808379Z",
    "recent_changes": 1,
    "translated": 18998,
    "translated_words": 146521,
    "translated_percent": 87.9,
    "translated_words_percent": 86.6,
    "translated_chars": 909972,
    "translated_chars_percent": 86.6,
    "fuzzy": 2189,
    "fuzzy_percent": 10.1,
    "failing": 71,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/ja/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/ja/"
}