Languages API.

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

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

{
    "total": 12442,
    "total_words": 132084,
    "last_change": "2025-12-09T11:25:30.220866Z",
    "recent_changes": 110,
    "translated": 12379,
    "translated_words": 130940,
    "translated_percent": 99.4,
    "translated_words_percent": 99.1,
    "translated_chars": 784338,
    "translated_chars_percent": 99.1,
    "total_chars": 791259,
    "fuzzy": 11,
    "fuzzy_percent": 0.1,
    "failing": 13,
    "failing_percent": 0.1,
    "approved": 7115,
    "approved_percent": 57.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 157,
    "comments": 101,
    "name": "German",
    "url": "https://translate.habitica.com/languages/de/"
}