Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/is/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 333,
    "total_words": 1260,
    "total_chars": 8496,
    "last_change": "2026-03-20T16:50:07.839062Z",
    "recent_changes": 120,
    "translated": 314,
    "translated_words": 1068,
    "translated_percent": 94.2,
    "translated_words_percent": 84.7,
    "translated_chars": 6822,
    "translated_chars_percent": 80.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Icelandic",
    "url": "https://translations.zorin.com/languages/is/"
}