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": 4778,
    "total_words": 22810,
    "total_chars": 138643,
    "last_change": "2023-10-21T03:06:30.482377Z",
    "recent_changes": 5,
    "translated": 1818,
    "translated_words": 7795,
    "translated_percent": 38.0,
    "translated_words_percent": 34.1,
    "translated_chars": 47920,
    "translated_chars_percent": 34.5,
    "fuzzy": 2691,
    "fuzzy_percent": 56.3,
    "fuzzy_words": 13785,
    "fuzzy_words_percent": 60.4,
    "fuzzy_chars": 83483,
    "fuzzy_chars_percent": 60.2,
    "failing": 3148,
    "failing_percent": 65.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Hindi",
    "url": "https://l10n.xwiki.org/languages/hi/"
}