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": 7375,
    "total_words": 36667,
    "last_change": "2025-04-23T21:48:22.864347Z",
    "recent_changes": 469,
    "translated": 7021,
    "translated_words": 33756,
    "translated_percent": 95.2,
    "translated_words_percent": 92.0,
    "translated_chars": 238154,
    "translated_chars_percent": 92.3,
    "total_chars": 257794,
    "fuzzy": 269,
    "fuzzy_percent": 3.6,
    "failing": 257,
    "failing_percent": 3.4,
    "name": "Ukrainian",
    "url": "https://translate.lxqt-project.org/languages/uk/"
}