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": 38286,
    "total_words": 372949,
    "total_chars": 2381146,
    "last_change": "2025-03-14T14:54:34.304977Z",
    "recent_changes": 767,
    "translated": 26655,
    "translated_words": 229751,
    "translated_percent": 69.6,
    "translated_words_percent": 61.6,
    "translated_chars": 1437247,
    "translated_chars_percent": 60.3,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 73,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 518,
    "fuzzy_chars_percent": 0.1,
    "failing": 636,
    "failing_percent": 1.6,
    "approved": 2105,
    "approved_percent": 5.4,
    "approved_words": 19696,
    "approved_words_percent": 5.2,
    "approved_chars": 125530,
    "approved_chars_percent": 5.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "http://translate.otrs.com/languages/pt_BR/"
}