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": 4424,
    "total_words": 38902,
    "last_change": "2025-11-21T10:07:34.385612Z",
    "recent_changes": 99,
    "translated": 4101,
    "translated_words": 35245,
    "translated_percent": 92.6,
    "translated_words_percent": 90.5,
    "translated_chars": 213750,
    "translated_chars_percent": 90.7,
    "total_chars": 235609,
    "fuzzy": 51,
    "fuzzy_percent": 1.1,
    "failing": 2283,
    "failing_percent": 51.6,
    "approved": 366,
    "approved_percent": 8.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "name": "Slovak",
    "url": "https://traduk.amikumu.com/languages/sk/"
}