Languages API.

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

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

{
    "total": 12649,
    "total_words": 134430,
    "last_change": "2026-03-20T14:21:05.167122Z",
    "recent_changes": 287,
    "translated": 5801,
    "translated_words": 49322,
    "translated_percent": 45.8,
    "translated_words_percent": 36.6,
    "translated_chars": 296577,
    "translated_chars_percent": 36.8,
    "total_chars": 805016,
    "fuzzy": 325,
    "fuzzy_percent": 2.5,
    "failing": 1021,
    "failing_percent": 8.0,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 36,
    "comments": 15,
    "name": "Hebrew",
    "url": "https://translate.habitica.com/languages/he/"
}