Translation components API.

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

GET /api/translations/checkmk/stable/it/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-09T12:57:12.095423Z",
    "recent_changes": 8,
    "translated": 16260,
    "translated_words": 115097,
    "translated_percent": 75.7,
    "translated_words_percent": 69.0,
    "translated_chars": 707334,
    "translated_chars_percent": 68.3,
    "fuzzy": 4299,
    "fuzzy_percent": 20.0,
    "failing": 673,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 359,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.checkmk.com/projects/checkmk/stable/it/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/it/"
}