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": 2092,
    "total_words": 18466,
    "total_chars": 128476,
    "last_change": "2026-04-12T03:13:02.476257Z",
    "recent_changes": 2,
    "translated": 1766,
    "translated_words": 14362,
    "translated_percent": 84.4,
    "translated_words_percent": 77.7,
    "translated_chars": 99694,
    "translated_chars_percent": 77.5,
    "fuzzy": 316,
    "fuzzy_percent": 15.1,
    "fuzzy_words": 3922,
    "fuzzy_words_percent": 21.2,
    "fuzzy_chars": 27354,
    "fuzzy_chars_percent": 21.2,
    "failing": 183,
    "failing_percent": 8.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 1.2,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 90,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.immersivetranslate.com/languages/pt_BR/"
}