Languages API.

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

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

{
    "total": 12236,
    "total_words": 130701,
    "last_change": "2025-08-23T11:00:43.255178Z",
    "recent_changes": 141,
    "translated": 5944,
    "translated_words": 58694,
    "translated_percent": 48.5,
    "translated_words_percent": 44.9,
    "translated_chars": 353468,
    "translated_chars_percent": 45.1,
    "total_chars": 782989,
    "fuzzy": 310,
    "fuzzy_percent": 2.5,
    "failing": 2612,
    "failing_percent": 21.3,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 11,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translate.habitica.com/languages/sk/"
}