Languages API.

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

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

{
    "total": 12257,
    "total_words": 130725,
    "last_change": "2025-08-23T11:00:44.295937Z",
    "recent_changes": 204,
    "translated": 7347,
    "translated_words": 71340,
    "translated_percent": 59.9,
    "translated_words_percent": 54.5,
    "translated_chars": 428723,
    "translated_chars_percent": 54.7,
    "total_chars": 783184,
    "fuzzy": 264,
    "fuzzy_percent": 2.1,
    "failing": 333,
    "failing_percent": 2.7,
    "approved": 6,
    "approved_percent": 0.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 116,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.habitica.com/languages/tr/"
}