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": 12294,
    "total_words": 128103,
    "last_change": "2025-04-01T20:29:31.688132Z",
    "recent_changes": 178,
    "translated": 11681,
    "translated_words": 118295,
    "translated_percent": 95.0,
    "translated_words_percent": 92.3,
    "translated_chars": 709441,
    "translated_chars_percent": 92.3,
    "total_chars": 767964,
    "fuzzy": 99,
    "fuzzy_percent": 0.8,
    "failing": 165,
    "failing_percent": 1.3,
    "approved": 4326,
    "approved_percent": 35.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 97,
    "comments": 69,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/languages/pt_BR/"
}