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": 9327,
    "total_words": 41877,
    "total_chars": 265079,
    "last_change": "2025-07-18T17:21:24.386141Z",
    "recent_changes": 54,
    "translated": 5541,
    "translated_words": 25829,
    "translated_percent": 59.4,
    "translated_words_percent": 61.6,
    "translated_chars": 158589,
    "translated_chars_percent": 59.8,
    "fuzzy": 30,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 297,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 1764,
    "fuzzy_chars_percent": 0.6,
    "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/"
}