Languages API.

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

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

{
    "total": 5788,
    "total_words": 23471,
    "last_change": "2025-04-03T18:04:15.135857Z",
    "recent_changes": 527,
    "translated": 5348,
    "translated_words": 18876,
    "translated_percent": 92.3,
    "translated_words_percent": 80.4,
    "translated_chars": 124862,
    "translated_chars_percent": 80.5,
    "total_chars": 155073,
    "fuzzy": 264,
    "fuzzy_percent": 4.5,
    "failing": 268,
    "failing_percent": 4.6,
    "name": "Hebrew",
    "url": "https://translate.lxqt-project.org/languages/he/"
}