Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 12249,
    "total_words": 130572,
    "last_change": "2025-09-11T14:00:57.370910Z",
    "recent_changes": 209,
    "translated": 9217,
    "translated_words": 100453,
    "translated_percent": 75.2,
    "translated_words_percent": 76.9,
    "translated_chars": 605758,
    "translated_chars_percent": 77.4,
    "total_chars": 782255,
    "fuzzy": 90,
    "fuzzy_percent": 0.7,
    "failing": 124,
    "failing_percent": 1.0,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 20,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/languages/en_GB/"
}