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": 40825,
    "total_words": 686030,
    "last_change": "2026-08-17T16:16:56.177990Z",
    "recent_changes": 540,
    "translated": 10909,
    "translated_words": 203516,
    "translated_percent": 26.7,
    "translated_words_percent": 29.6,
    "translated_chars": 1364851,
    "translated_chars_percent": 28.7,
    "total_chars": 4743309,
    "fuzzy": 2388,
    "fuzzy_percent": 5.8,
    "failing": 1011,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 76,
    "comments": 0,
    "name": "Korean",
    "url": "https://translate-dev.freebsd.org/languages/ko/"
}