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": 9767,
    "total_words": 59373,
    "total_chars": 360274,
    "last_change": "2025-07-23T14:16:45.952263Z",
    "recent_changes": 65,
    "translated": 6186,
    "translated_words": 35661,
    "translated_percent": 63.3,
    "translated_words_percent": 60.0,
    "translated_chars": 215613,
    "translated_chars_percent": 59.8,
    "fuzzy": 1933,
    "fuzzy_percent": 19.7,
    "fuzzy_words": 12812,
    "fuzzy_words_percent": 21.5,
    "fuzzy_chars": 78650,
    "fuzzy_chars_percent": 21.8,
    "failing": 1307,
    "failing_percent": 13.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 249,
    "readonly_chars_percent": 0.1,
    "suggestions": 27,
    "comments": 1,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/"
}