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": 24408,
    "total_words": 218283,
    "total_chars": 1456088,
    "last_change": "2026-01-03T17:19:59.325007Z",
    "recent_changes": 2,
    "translated": 12898,
    "translated_words": 100223,
    "translated_percent": 52.8,
    "translated_words_percent": 45.9,
    "translated_chars": 654200,
    "translated_chars_percent": 44.9,
    "fuzzy": 1104,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 11445,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 77013,
    "fuzzy_chars_percent": 5.2,
    "failing": 1463,
    "failing_percent": 5.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 150,
    "readonly_percent": 0.6,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1752,
    "readonly_chars_percent": 0.1,
    "suggestions": 22,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.osgeo.org/languages/pt_BR/"
}