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": 11964,
    "total_words": 127221,
    "last_change": "2025-03-29T13:55:48.919003Z",
    "recent_changes": 467,
    "translated": 8683,
    "translated_words": 92390,
    "translated_percent": 72.5,
    "translated_words_percent": 72.6,
    "translated_chars": 558035,
    "translated_chars_percent": 73.1,
    "total_chars": 762485,
    "fuzzy": 81,
    "fuzzy_percent": 0.6,
    "failing": 130,
    "failing_percent": 1.0,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 33,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/languages/en_GB/"
}