Translation components API.

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

GET /api/translations/checkmk/stable/pt_PT/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-09T13:02:05.413941Z",
    "recent_changes": 8,
    "translated": 15656,
    "translated_words": 111760,
    "translated_percent": 72.9,
    "translated_words_percent": 67.0,
    "translated_chars": 686412,
    "translated_chars_percent": 66.2,
    "fuzzy": 5006,
    "fuzzy_percent": 23.3,
    "failing": 682,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "https://translate.checkmk.com/projects/checkmk/stable/pt_PT/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/pt_PT/"
}