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": 9700,
    "total_words": 54175,
    "total_chars": 349772,
    "last_change": "2024-05-09T02:30:34.905475Z",
    "recent_changes": 2410,
    "translated": 7439,
    "translated_words": 40337,
    "translated_percent": 76.6,
    "translated_words_percent": 74.4,
    "translated_chars": 262112,
    "translated_chars_percent": 74.9,
    "fuzzy": 47,
    "fuzzy_percent": 0.4,
    "failing": 16,
    "failing_percent": 0.1,
    "approved": 5000,
    "approved_percent": 51.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://weblate.rob006.net/languages/vi/"
}