Languages API.

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

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

{
    "total": 2059,
    "total_words": 12894,
    "total_chars": 77938,
    "last_change": "2024-04-25T15:36:18.869728Z",
    "recent_changes": 0,
    "translated": 70,
    "translated_words": 338,
    "translated_percent": 3.3,
    "translated_words_percent": 2.6,
    "translated_chars": 2100,
    "translated_chars_percent": 2.6,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 191,
    "fuzzy_chars_percent": 0.2,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Kyrgyz",
    "url": "https://translate.fedoraproject.org/languages/ky/"
}