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": 283710,
    "total_words": 2397947,
    "total_chars": 19021353,
    "last_change": "2024-03-05T13:55:47.421321Z",
    "recent_changes": 1676,
    "translated": 150677,
    "translated_words": 1046122,
    "translated_percent": 53.1,
    "translated_words_percent": 43.6,
    "translated_chars": 7819220,
    "translated_chars_percent": 41.1,
    "fuzzy": 9525,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 24747,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 158007,
    "fuzzy_chars_percent": 0.8,
    "failing": 3400,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 126,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://translations.documentfoundation.org/languages/vi/"
}