Languages API.

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

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

{
    "total": 32659,
    "total_words": 152912,
    "total_chars": 942710,
    "last_change": "2024-05-19T10:20:59.245404Z",
    "recent_changes": 428,
    "translated": 18679,
    "translated_words": 83760,
    "translated_percent": 57.1,
    "translated_words_percent": 54.7,
    "translated_chars": 521030,
    "translated_chars_percent": 55.2,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 353,
    "fuzzy_chars_percent": 0.1,
    "failing": 263,
    "failing_percent": 0.8,
    "approved": 881,
    "approved_percent": 2.6,
    "approved_words": 3173,
    "approved_words_percent": 2.0,
    "approved_chars": 20820,
    "approved_chars_percent": 2.2,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 15,
    "comments": 0,
    "name": "Swedish",
    "url": "https://kodi.weblate.cloud/languages/sv_se/"
}