Translation components API.

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

GET /api/translations/checkmk/dev/en_US/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-13T05:45:24.978580Z",
    "recent_changes": 2,
    "translated": 1234,
    "translated_words": 24730,
    "translated_percent": 5.7,
    "translated_words_percent": 14.6,
    "translated_chars": 155773,
    "translated_chars_percent": 14.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 15,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "en_US",
    "name": "English (United States)",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/en_US/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/en_US/"
}