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": 375,
    "total_words": 2708,
    "total_chars": 17644,
    "last_change": "2024-04-01T07:46:53.304877Z",
    "recent_changes": 16,
    "translated": 265,
    "translated_words": 1970,
    "translated_percent": 70.6,
    "translated_words_percent": 72.7,
    "translated_chars": 12904,
    "translated_chars_percent": 73.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 5,
    "failing_percent": 1.3,
    "approved": 244,
    "approved_percent": 65.0,
    "approved_words": 1921,
    "approved_words_percent": 70.9,
    "approved_chars": 12526,
    "approved_chars_percent": 70.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 15,
    "comments": 1,
    "name": "Hindi",
    "url": "https://weblate.securedrop.org/languages/hi/"
}