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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-04-07T18:58:31.464209Z",
    "recent_changes": 364,
    "translated": 1106,
    "translated_words": 5339,
    "translated_percent": 11.0,
    "translated_words_percent": 9.6,
    "translated_chars": 35732,
    "translated_chars_percent": 10.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 532,
    "approved_percent": 5.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Korean",
    "url": "https://weblate.rob006.net/languages/ko/"
}