Languages API.

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

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

{
    "total": 4254,
    "total_words": 17460,
    "total_chars": 107143,
    "last_change": "2024-05-13T16:27:17.331677Z",
    "recent_changes": 12,
    "translated": 3373,
    "translated_words": 13654,
    "translated_percent": 79.2,
    "translated_words_percent": 78.2,
    "translated_chars": 83971,
    "translated_chars_percent": 78.3,
    "fuzzy": 127,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 685,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 4128,
    "fuzzy_chars_percent": 3.8,
    "failing": 11,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.7,
    "readonly_words": 46,
    "readonly_words_percent": 0.2,
    "readonly_chars": 291,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Kazakh",
    "url": "https://translate.jellyfin.org/languages/kk/"
}