Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7602,
    "total_words": 37970,
    "last_change": "2025-03-16T13:54:01.360424Z",
    "recent_changes": 615,
    "translated": 6317,
    "translated_words": 25099,
    "translated_percent": 83.0,
    "translated_words_percent": 66.1,
    "translated_chars": 166349,
    "translated_chars_percent": 62.6,
    "total_chars": 265379,
    "fuzzy": 264,
    "fuzzy_percent": 3.4,
    "failing": 256,
    "failing_percent": 3.3,
    "name": "Polish",
    "url": "https://translate.lxqt-project.org/languages/pl/"
}