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": 9439,
    "total_words": 42340,
    "total_chars": 268023,
    "last_change": "2026-06-06T18:36:58.922647Z",
    "recent_changes": 39,
    "translated": 5583,
    "translated_words": 26002,
    "translated_percent": 59.1,
    "translated_words_percent": 61.4,
    "translated_chars": 159676,
    "translated_chars_percent": 59.5,
    "fuzzy": 36,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 352,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 2078,
    "fuzzy_chars_percent": 0.7,
    "failing": 102,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 63,
    "readonly_chars_percent": 0.1,
    "suggestions": 31,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/languages/pt_BR/"
}