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": 12372,
    "total_words": 132176,
    "last_change": "2025-11-26T01:48:20.593436Z",
    "recent_changes": 149,
    "translated": 5853,
    "translated_words": 55314,
    "translated_percent": 47.3,
    "translated_words_percent": 41.8,
    "translated_chars": 332655,
    "translated_chars_percent": 42.0,
    "total_chars": 791517,
    "fuzzy": 401,
    "fuzzy_percent": 3.2,
    "failing": 2618,
    "failing_percent": 21.1,
    "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/"
}