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": 5737,
    "total_words": 46198,
    "total_chars": 311214,
    "last_change": "2026-07-19T07:14:36.400929Z",
    "recent_changes": 918,
    "translated": 2001,
    "translated_words": 12782,
    "translated_percent": 34.8,
    "translated_words_percent": 27.6,
    "translated_chars": 86845,
    "translated_chars_percent": 27.9,
    "fuzzy": 47,
    "fuzzy_percent": 0.8,
    "failing": 35,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew",
    "url": "http://translate.pkp.sfu.ca/languages/he/"
}