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": 4733,
    "total_words": 22681,
    "total_chars": 137745,
    "last_change": "2023-10-21T03:07:51.047492Z",
    "recent_changes": 5,
    "translated": 2911,
    "translated_words": 12020,
    "translated_percent": 61.5,
    "translated_words_percent": 52.9,
    "translated_chars": 73065,
    "translated_chars_percent": 53.0,
    "fuzzy": 1696,
    "fuzzy_percent": 35.8,
    "fuzzy_words": 9827,
    "fuzzy_words_percent": 43.3,
    "fuzzy_chars": 59578,
    "fuzzy_chars_percent": 43.2,
    "failing": 2093,
    "failing_percent": 44.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://l10n.xwiki.org/languages/vi/"
}