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": 12568,
    "total_words": 133973,
    "last_change": "2026-03-12T21:50:38.790609Z",
    "recent_changes": 153,
    "translated": 5846,
    "translated_words": 55145,
    "translated_percent": 46.5,
    "translated_words_percent": 41.1,
    "translated_chars": 331843,
    "translated_chars_percent": 41.3,
    "total_chars": 802218,
    "fuzzy": 405,
    "fuzzy_percent": 3.2,
    "failing": 2627,
    "failing_percent": 20.9,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 11,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translate.habitica.com/languages/sk/"
}