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": 38844,
    "total_words": 654584,
    "last_change": "2025-11-08T20:00:41.859768Z",
    "recent_changes": 416,
    "translated": 11262,
    "translated_words": 213653,
    "translated_percent": 28.9,
    "translated_words_percent": 32.6,
    "translated_chars": 1435548,
    "translated_chars_percent": 31.7,
    "total_chars": 4516768,
    "fuzzy": 2032,
    "fuzzy_percent": 5.2,
    "failing": 965,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 78,
    "comments": 0,
    "name": "Korean",
    "url": "https://translate-dev.freebsd.org/languages/ko/"
}