Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/vls/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 13596,
    "total_words": 90136,
    "total_chars": 562767,
    "last_change": "2024-05-26T00:33:15.426062Z",
    "recent_changes": 1,
    "translated": 269,
    "translated_words": 329,
    "translated_percent": 1.9,
    "translated_words_percent": 0.3,
    "translated_chars": 1426,
    "translated_chars_percent": 0.2,
    "fuzzy": 150,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 250,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 1501,
    "fuzzy_chars_percent": 0.2,
    "failing": 11,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 14,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Flemish (West)",
    "url": "https://hosted.weblate.org/languages/vls/"
}