Languages API.

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

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

{
    "total": 4302,
    "total_words": 18375,
    "total_chars": 112483,
    "last_change": "2024-05-13T16:27:11.464580Z",
    "recent_changes": 78,
    "translated": 3929,
    "translated_words": 16673,
    "translated_percent": 91.3,
    "translated_words_percent": 90.7,
    "translated_chars": 102196,
    "translated_chars_percent": 90.8,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 90,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 555,
    "fuzzy_chars_percent": 0.4,
    "failing": 130,
    "failing_percent": 3.0,
    "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.6,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 28,
    "comments": 2,
    "name": "Hungarian",
    "url": "https://translate.jellyfin.org/languages/hu/"
}