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": 6059,
    "total_words": 27980,
    "last_change": "2025-03-10T17:45:00.495429Z",
    "recent_changes": 716,
    "translated": 5514,
    "translated_words": 22446,
    "translated_percent": 91.0,
    "translated_words_percent": 80.2,
    "translated_chars": 150140,
    "translated_chars_percent": 77.6,
    "total_chars": 193329,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Korean",
    "url": "https://translate.lxqt-project.org/languages/ko/"
}