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": 13007,
    "total_words": 136117,
    "last_change": "2026-05-15T09:21:03.929428Z",
    "recent_changes": 143,
    "translated": 12738,
    "translated_words": 131837,
    "translated_percent": 97.9,
    "translated_words_percent": 96.8,
    "translated_chars": 789400,
    "translated_chars_percent": 96.8,
    "total_chars": 814937,
    "fuzzy": 55,
    "fuzzy_percent": 0.4,
    "failing": 71,
    "failing_percent": 0.5,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 35,
    "readonly_percent": 0.2,
    "suggestions": 33,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.habitica.com/languages/ja/"
}