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": 12445,
    "total_words": 132267,
    "last_change": "2025-11-26T01:47:17.468210Z",
    "recent_changes": 319,
    "translated": 5826,
    "translated_words": 49868,
    "translated_percent": 46.8,
    "translated_words_percent": 37.7,
    "translated_chars": 299787,
    "translated_chars_percent": 37.8,
    "total_chars": 792089,
    "fuzzy": 304,
    "fuzzy_percent": 2.4,
    "failing": 1001,
    "failing_percent": 8.0,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 36,
    "comments": 15,
    "name": "Hebrew",
    "url": "https://translate.habitica.com/languages/he/"
}