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": 5961,
    "total_words": 27539,
    "last_change": "2024-03-04T13:44:02.775688Z",
    "recent_changes": 902,
    "translated": 5414,
    "translated_words": 21499,
    "translated_percent": 90.8,
    "translated_words_percent": 78.0,
    "translated_chars": 143456,
    "translated_chars_percent": 75.2,
    "total_chars": 190641,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Korean",
    "url": "https://translate.lxqt-project.org/languages/ko/"
}