Languages API.

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

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

{
    "total": 3015,
    "total_words": 10781,
    "last_change": "2025-03-25T16:29:33.737853Z",
    "recent_changes": 353,
    "translated": 1292,
    "translated_words": 4137,
    "translated_percent": 42.8,
    "translated_words_percent": 38.3,
    "translated_chars": 27155,
    "translated_chars_percent": 37.7,
    "total_chars": 71967,
    "fuzzy": 29,
    "fuzzy_percent": 0.9,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Hindi",
    "url": "https://translate.lxqt-project.org/languages/hi/"
}