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": 7372,
    "total_words": 36635,
    "last_change": "2025-03-22T17:50:13.558505Z",
    "recent_changes": 530,
    "translated": 7025,
    "translated_words": 33720,
    "translated_percent": 95.2,
    "translated_words_percent": 92.0,
    "translated_chars": 237903,
    "translated_chars_percent": 92.3,
    "total_chars": 257574,
    "fuzzy": 264,
    "fuzzy_percent": 3.5,
    "failing": 256,
    "failing_percent": 3.4,
    "name": "Ukrainian",
    "url": "https://translate.lxqt-project.org/languages/uk/"
}