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": 9748,
    "total_words": 59108,
    "total_chars": 358660,
    "last_change": "2025-10-23T22:13:48.163123Z",
    "recent_changes": 203,
    "translated": 6199,
    "translated_words": 36012,
    "translated_percent": 63.5,
    "translated_words_percent": 60.9,
    "translated_chars": 218139,
    "translated_chars_percent": 60.8,
    "fuzzy": 1939,
    "fuzzy_percent": 19.8,
    "fuzzy_words": 12865,
    "fuzzy_words_percent": 21.7,
    "fuzzy_chars": 78963,
    "fuzzy_chars_percent": 22.0,
    "failing": 1308,
    "failing_percent": 13.4,
    "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/"
}