Languages API.

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

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

{
    "total": 43101,
    "total_words": 335913,
    "total_chars": 2085790,
    "last_change": "2025-05-09T13:01:23.236907Z",
    "recent_changes": 9,
    "translated": 92,
    "translated_words": 378,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 2086,
    "translated_chars_percent": 0.1,
    "fuzzy": 6921,
    "fuzzy_percent": 16.0,
    "failing": 1486,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.checkmk.com/languages/pt_BR/"
}