Languages API.

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

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

{
    "total": 2761,
    "total_words": 26887,
    "total_chars": 183709,
    "last_change": "2024-01-22T05:39:08.300055Z",
    "recent_changes": 3,
    "translated": 484,
    "translated_words": 2738,
    "translated_percent": 17.5,
    "translated_words_percent": 10.1,
    "translated_chars": 18633,
    "translated_chars_percent": 10.1,
    "fuzzy": 6,
    "fuzzy_percent": 0.2,
    "failing": 7,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Korean",
    "url": "http://translate.pkp.sfu.ca/languages/ko/"
}