Languages API.

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

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

{
    "total": 11980,
    "total_words": 127381,
    "last_change": "2025-03-30T13:36:33.650436Z",
    "recent_changes": 193,
    "translated": 9971,
    "translated_words": 100138,
    "translated_percent": 83.2,
    "translated_words_percent": 78.6,
    "translated_chars": 600989,
    "translated_chars_percent": 78.7,
    "total_chars": 763415,
    "fuzzy": 184,
    "fuzzy_percent": 1.5,
    "failing": 1060,
    "failing_percent": 8.8,
    "approved": 77,
    "approved_percent": 0.6,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 11,
    "comments": 189,
    "name": "Indonesian",
    "url": "https://translate.habitica.com/languages/id/"
}