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": 8413,
    "total_words": 70817,
    "total_chars": 476920,
    "last_change": "2025-09-10T09:20:41.068923Z",
    "recent_changes": 900,
    "translated": 6620,
    "translated_words": 53129,
    "translated_percent": 78.6,
    "translated_words_percent": 75.0,
    "translated_chars": 354960,
    "translated_chars_percent": 74.4,
    "fuzzy": 26,
    "fuzzy_percent": 0.3,
    "failing": 78,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.pkp.sfu.ca/languages/vi/"
}