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": 44193,
    "total_words": 368579,
    "total_chars": 2382220,
    "last_change": "2024-04-18T02:38:02.937101Z",
    "recent_changes": 144,
    "translated": 4582,
    "translated_words": 25294,
    "translated_percent": 10.3,
    "translated_words_percent": 6.8,
    "translated_chars": 159076,
    "translated_chars_percent": 6.6,
    "fuzzy": 4711,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 27713,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 176715,
    "fuzzy_chars_percent": 7.4,
    "failing": 1327,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 281,
    "readonly_chars_percent": 0.1,
    "suggestions": 1913,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://translate.fedoraproject.org/languages/vi/"
}