Languages API.

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

GET /api/languages/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 43736,
    "total_words": 337020,
    "total_chars": 2093565,
    "last_change": "2025-05-09T12:57:12.095423Z",
    "recent_changes": 15,
    "translated": 33080,
    "translated_words": 231325,
    "translated_percent": 75.6,
    "translated_words_percent": 68.6,
    "translated_chars": 1422373,
    "translated_chars_percent": 67.9,
    "fuzzy": 8824,
    "fuzzy_percent": 20.1,
    "failing": 1326,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 364,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.checkmk.com/languages/it/"
}