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": 4453,
    "total_words": 39070,
    "total_chars": 266092,
    "last_change": "2024-10-23T13:43:28.795859Z",
    "recent_changes": 12,
    "translated": 1632,
    "translated_words": 13935,
    "translated_percent": 36.6,
    "translated_words_percent": 35.6,
    "translated_chars": 95385,
    "translated_chars_percent": 35.8,
    "fuzzy": 62,
    "fuzzy_percent": 1.3,
    "failing": 93,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 0.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Hindi",
    "url": "http://translate.pkp.sfu.ca/languages/hi/"
}