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": 3964,
    "total_words": 34958,
    "total_chars": 238047,
    "last_change": "2024-01-22T05:39:08.209812Z",
    "recent_changes": 12,
    "translated": 1614,
    "translated_words": 13185,
    "translated_percent": 40.7,
    "translated_words_percent": 37.7,
    "translated_chars": 89889,
    "translated_chars_percent": 37.7,
    "fuzzy": 61,
    "fuzzy_percent": 1.5,
    "failing": 96,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Hindi",
    "url": "http://translate.pkp.sfu.ca/languages/hi/"
}