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": 7606,
    "total_words": 38006,
    "last_change": "2025-05-11T15:18:19.113714Z",
    "recent_changes": 600,
    "translated": 6321,
    "translated_words": 25135,
    "translated_percent": 83.1,
    "translated_words_percent": 66.1,
    "translated_chars": 166585,
    "translated_chars_percent": 62.7,
    "total_chars": 265615,
    "fuzzy": 264,
    "fuzzy_percent": 3.4,
    "failing": 256,
    "failing_percent": 3.3,
    "name": "Polish",
    "url": "https://translate.lxqt-project.org/languages/pl/"
}