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": 1638,
    "total_words": 6876,
    "total_chars": 46837,
    "last_change": "2026-04-04T21:30:54.676865Z",
    "recent_changes": 0,
    "translated": 715,
    "translated_words": 2829,
    "translated_percent": 43.6,
    "translated_words_percent": 41.1,
    "translated_chars": 19468,
    "translated_chars_percent": 41.5,
    "fuzzy": 19,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 108,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 798,
    "fuzzy_chars_percent": 1.7,
    "failing": 15,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://translate.seerr.dev/languages/he/"
}