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": 7078,
    "total_words": 32479,
    "total_chars": 212556,
    "last_change": "2024-03-11T15:53:31.117458Z",
    "recent_changes": 68,
    "translated": 1656,
    "translated_words": 5734,
    "translated_percent": 23.3,
    "translated_words_percent": 17.6,
    "translated_chars": 40007,
    "translated_chars_percent": 18.8,
    "fuzzy": 445,
    "fuzzy_percent": 6.2,
    "failing": 213,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 389,
    "comments": 1,
    "name": "Vietnamese",
    "url": "https://l10n.elementary.io/languages/vi/"
}