Languages API.

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

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

{
    "total": 32475,
    "total_words": 152462,
    "total_chars": 940167,
    "last_change": "2024-05-05T21:30:38.173390Z",
    "recent_changes": 459,
    "translated": 18578,
    "translated_words": 85199,
    "translated_percent": 57.2,
    "translated_words_percent": 55.8,
    "translated_chars": 527380,
    "translated_chars_percent": 56.0,
    "fuzzy": 327,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1401,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 8587,
    "fuzzy_chars_percent": 0.9,
    "failing": 454,
    "failing_percent": 1.3,
    "approved": 30,
    "approved_percent": 0.1,
    "approved_words": 106,
    "approved_words_percent": 0.1,
    "approved_chars": 687,
    "approved_chars_percent": 0.1,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Lithuanian",
    "url": "https://kodi.weblate.cloud/languages/lt_lt/"
}