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": 11967,
    "total_words": 127369,
    "last_change": "2025-03-30T08:00:23.036151Z",
    "recent_changes": 212,
    "translated": 5906,
    "translated_words": 58557,
    "translated_percent": 49.3,
    "translated_words_percent": 45.9,
    "translated_chars": 352895,
    "translated_chars_percent": 46.2,
    "total_chars": 763340,
    "fuzzy": 287,
    "fuzzy_percent": 2.3,
    "failing": 2610,
    "failing_percent": 21.8,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translate.habitica.com/languages/sk/"
}