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": 5792,
    "total_words": 23507,
    "last_change": "2025-05-15T20:31:54.923175Z",
    "recent_changes": 488,
    "translated": 5353,
    "translated_words": 18956,
    "translated_percent": 92.4,
    "translated_words_percent": 80.6,
    "translated_chars": 125380,
    "translated_chars_percent": 80.7,
    "total_chars": 155309,
    "fuzzy": 264,
    "fuzzy_percent": 4.5,
    "failing": 260,
    "failing_percent": 4.4,
    "name": "Hebrew",
    "url": "https://translate.lxqt-project.org/languages/he/"
}