Languages API.

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

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

{
    "total": 12893,
    "total_words": 134880,
    "last_change": "2026-03-22T22:54:46.605304Z",
    "recent_changes": 193,
    "translated": 12701,
    "translated_words": 131372,
    "translated_percent": 98.5,
    "translated_words_percent": 97.3,
    "translated_chars": 786569,
    "translated_chars_percent": 97.3,
    "total_chars": 807644,
    "fuzzy": 37,
    "fuzzy_percent": 0.2,
    "failing": 53,
    "failing_percent": 0.4,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 34,
    "readonly_percent": 0.2,
    "suggestions": 34,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.habitica.com/languages/ja/"
}