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": 12684,
    "total_words": 134807,
    "last_change": "2026-05-07T15:31:07.857927Z",
    "recent_changes": 342,
    "translated": 5862,
    "translated_words": 49414,
    "translated_percent": 46.2,
    "translated_words_percent": 36.6,
    "translated_chars": 297168,
    "translated_chars_percent": 36.8,
    "total_chars": 807107,
    "fuzzy": 332,
    "fuzzy_percent": 2.6,
    "failing": 1025,
    "failing_percent": 8.0,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 36,
    "comments": 15,
    "name": "Hebrew",
    "url": "https://translate.habitica.com/languages/he/"
}