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": 4750,
    "total_words": 22619,
    "last_change": "2023-02-04T14:17:54.815004Z",
    "recent_changes": 65,
    "translated": 1776,
    "translated_words": 7726,
    "translated_percent": 37.3,
    "translated_words_percent": 34.1,
    "translated_chars": 47562,
    "translated_chars_percent": 34.5,
    "total_chars": 137536,
    "fuzzy": 2695,
    "fuzzy_percent": 56.7,
    "failing": 3156,
    "failing_percent": 66.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Hindi",
    "url": "https://l10n.xwiki.org/languages/hi/"
}