Languages API.

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

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

{
    "total": 7388,
    "total_words": 36696,
    "last_change": "2025-06-10T07:44:51.708316Z",
    "recent_changes": 464,
    "translated": 7026,
    "translated_words": 33763,
    "translated_percent": 95.1,
    "translated_words_percent": 92.0,
    "translated_chars": 238210,
    "translated_chars_percent": 92.3,
    "total_chars": 257979,
    "fuzzy": 265,
    "fuzzy_percent": 3.5,
    "failing": 257,
    "failing_percent": 3.4,
    "name": "Ukrainian",
    "url": "https://translate.lxqt-project.org/languages/uk/"
}