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": 9335,
    "total_words": 41912,
    "total_chars": 265306,
    "last_change": "2025-09-13T13:13:02.824133Z",
    "recent_changes": 36,
    "translated": 5541,
    "translated_words": 25812,
    "translated_percent": 59.3,
    "translated_words_percent": 61.5,
    "translated_chars": 158491,
    "translated_chars_percent": 59.7,
    "fuzzy": 32,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 319,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 1886,
    "fuzzy_chars_percent": 0.7,
    "failing": 101,
    "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/"
}