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": 4274,
    "total_words": 35449,
    "total_chars": 261814,
    "last_change": "2023-09-16T06:13:55.978342Z",
    "recent_changes": 59,
    "translated": 3095,
    "translated_words": 19051,
    "translated_percent": 72.4,
    "translated_words_percent": 53.7,
    "translated_chars": 142936,
    "translated_chars_percent": 54.5,
    "fuzzy": 56,
    "fuzzy_percent": 1.3,
    "failing": 84,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.7,
    "suggestions": 1,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://weblate.framasoft.org/languages/vi/"
}