Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/hi_IN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 182,
    "total_words": 717,
    "last_change": "2025-02-02T04:42:52.938502Z",
    "recent_changes": 1,
    "translated": 22,
    "translated_words": 25,
    "translated_percent": 12.0,
    "translated_words_percent": 3.4,
    "translated_chars": 160,
    "translated_chars_percent": 3.6,
    "total_chars": 4381,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.7,
    "suggestions": 3,
    "comments": 0,
    "name": "hi_IN (generated)",
    "url": "https://translate.habitica.com/languages/hi_IN/"
}