Languages API.

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

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

{
    "total": 6353,
    "total_words": 24464,
    "total_chars": 160959,
    "last_change": "2024-04-28T02:09:38.031508Z",
    "recent_changes": 96,
    "translated": 1626,
    "translated_words": 3891,
    "translated_percent": 25.5,
    "translated_words_percent": 15.9,
    "translated_chars": 29234,
    "translated_chars_percent": 18.1,
    "fuzzy": 372,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 1411,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 9651,
    "fuzzy_chars_percent": 5.9,
    "failing": 191,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 120,
    "readonly_chars_percent": 0.1,
    "suggestions": 109,
    "comments": 0,
    "name": "Hindi",
    "url": "https://l10n.elementary.io/languages/hi/"
}