Languages API.

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

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

{
    "total": 6103,
    "total_words": 24102,
    "last_change": "2025-03-17T23:01:31.822648Z",
    "recent_changes": 1341,
    "translated": 6101,
    "translated_words": 24098,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 158190,
    "translated_chars_percent": 99.9,
    "total_chars": 158218,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 35,
    "failing_percent": 0.5,
    "name": "Estonian",
    "url": "https://translate.lxqt-project.org/languages/et/"
}