Languages API.

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

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

{
    "total": 7127,
    "total_words": 36194,
    "last_change": "2025-03-13T10:40:13.447016Z",
    "recent_changes": 370,
    "translated": 5835,
    "translated_words": 21643,
    "translated_percent": 81.8,
    "translated_words_percent": 59.7,
    "translated_chars": 144044,
    "translated_chars_percent": 56.7,
    "total_chars": 253832,
    "fuzzy": 300,
    "fuzzy_percent": 4.2,
    "failing": 314,
    "failing_percent": 4.4,
    "name": "Lithuanian",
    "url": "https://translate.lxqt-project.org/languages/lt/"
}