Languages API.

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

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

{
    "total": 8378,
    "total_words": 70583,
    "total_chars": 475394,
    "last_change": "2025-02-28T23:32:25.237143Z",
    "recent_changes": 90,
    "translated": 5124,
    "translated_words": 38071,
    "translated_percent": 61.1,
    "translated_words_percent": 53.9,
    "translated_chars": 255652,
    "translated_chars_percent": 53.7,
    "fuzzy": 80,
    "fuzzy_percent": 0.9,
    "failing": 135,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.pkp.sfu.ca/languages/vi/"
}