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": 702,
    "total_words": 4333,
    "last_change": "2024-02-18T15:22:49.410222Z",
    "recent_changes": 2,
    "translated": 83,
    "translated_words": 177,
    "translated_percent": 11.8,
    "translated_words_percent": 4.0,
    "translated_chars": 1870,
    "translated_chars_percent": 6.5,
    "total_chars": 28759,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 3.2,
    "suggestions": 3,
    "comments": 0,
    "name": "Hindi",
    "url": "https://weblate.rikka.app/languages/hi/"
}