Languages API.

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

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

{
    "total": 3746,
    "total_words": 16335,
    "total_chars": 100128,
    "last_change": "2024-05-13T16:27:20.003204Z",
    "recent_changes": 258,
    "translated": 2270,
    "translated_words": 8209,
    "translated_percent": 60.5,
    "translated_words_percent": 50.2,
    "translated_chars": 50368,
    "translated_chars_percent": 50.3,
    "fuzzy": 72,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 539,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 3224,
    "fuzzy_chars_percent": 3.2,
    "failing": 21,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.7,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 20,
    "comments": 0,
    "name": "Lithuanian",
    "url": "https://translate.jellyfin.org/languages/lt/"
}