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": 65943,
    "total_words": 504751,
    "last_change": "2022-03-13T14:48:45.222042Z",
    "recent_changes": 2042,
    "translated": 21754,
    "translated_words": 106490,
    "translated_percent": 32.9,
    "translated_words_percent": 21.0,
    "translated_chars": 740383,
    "translated_chars_percent": 19.7,
    "total_chars": 3741873,
    "fuzzy": 11869,
    "fuzzy_percent": 17.9,
    "failing": 4298,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 2,
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/languages/hi/"
}