Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7650,
    "total_words": 62763,
    "total_chars": 420739,
    "last_change": "2024-01-22T05:39:08.244705Z",
    "recent_changes": 150,
    "translated": 5617,
    "translated_words": 43006,
    "translated_percent": 73.4,
    "translated_words_percent": 68.5,
    "translated_chars": 288864,
    "translated_chars_percent": 68.6,
    "fuzzy": 47,
    "fuzzy_percent": 0.6,
    "failing": 101,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Indonesian",
    "url": "http://translate.pkp.sfu.ca/languages/id/"
}