Languages API.

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

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

{
    "total": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:08.990064Z",
    "recent_changes": 2,
    "translated": 348,
    "translated_words": 8788,
    "translated_percent": 53.3,
    "translated_words_percent": 84.3,
    "translated_chars": 54834,
    "translated_chars_percent": 84.8,
    "total_chars": 64658,
    "fuzzy": 301,
    "fuzzy_percent": 46.1,
    "failing": 536,
    "failing_percent": 82.2,
    "approved": 107,
    "approved_percent": 16.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Yiddish",
    "url": "https://traduk.amikumu.com/languages/yi/"
}