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": 1418,
    "total_words": 8775,
    "last_change": "2024-03-02T21:05:41.004189Z",
    "recent_changes": 285,
    "translated": 1361,
    "translated_words": 8371,
    "translated_percent": 95.9,
    "translated_words_percent": 95.3,
    "translated_chars": 54260,
    "translated_chars_percent": 95.5,
    "total_chars": 56787,
    "fuzzy": 13,
    "fuzzy_percent": 0.9,
    "failing": 30,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 35,
    "readonly_percent": 2.4,
    "suggestions": 13,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://weblate.rikka.app/languages/vi/"
}