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": 5391,
    "total_words": 43779,
    "total_chars": 298302,
    "last_change": "2025-03-12T13:46:01.022210Z",
    "recent_changes": 91,
    "translated": 2090,
    "translated_words": 17836,
    "translated_percent": 38.7,
    "translated_words_percent": 40.7,
    "translated_chars": 121376,
    "translated_chars_percent": 40.6,
    "fuzzy": 79,
    "fuzzy_percent": 1.4,
    "failing": 73,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.6,
    "suggestions": 2,
    "comments": 0,
    "name": "Slovak",
    "url": "http://translate.pkp.sfu.ca/languages/sk/"
}