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": 2916,
    "total_words": 27969,
    "total_chars": 192357,
    "last_change": "2024-10-23T13:43:29.113162Z",
    "recent_changes": 4,
    "translated": 505,
    "translated_words": 3276,
    "translated_percent": 17.3,
    "translated_words_percent": 11.7,
    "translated_chars": 23037,
    "translated_chars_percent": 11.9,
    "fuzzy": 6,
    "fuzzy_percent": 0.2,
    "failing": 7,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.9,
    "suggestions": 0,
    "comments": 0,
    "name": "Korean",
    "url": "http://translate.pkp.sfu.ca/languages/ko/"
}