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": 512641,
    "total_words": 4635934,
    "total_chars": 30182141,
    "last_change": "2024-05-03T08:15:01.387793Z",
    "recent_changes": 6145,
    "translated": 198817,
    "translated_words": 1056054,
    "translated_percent": 38.7,
    "translated_words_percent": 22.7,
    "translated_chars": 6530190,
    "translated_chars_percent": 21.6,
    "fuzzy": 52297,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 297641,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 2027332,
    "fuzzy_chars_percent": 6.7,
    "failing": 31915,
    "failing_percent": 6.2,
    "approved": 2421,
    "approved_percent": 0.4,
    "approved_words": 8545,
    "approved_words_percent": 0.1,
    "approved_chars": 54538,
    "approved_chars_percent": 0.1,
    "readonly": 11372,
    "readonly_percent": 2.2,
    "readonly_words": 66265,
    "readonly_words_percent": 1.4,
    "readonly_chars": 219125,
    "readonly_chars_percent": 0.7,
    "suggestions": 4520,
    "comments": 49,
    "name": "Vietnamese",
    "url": "https://hosted.weblate.org/languages/vi/"
}