Languages API.

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

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

{
    "total": 162124,
    "total_words": 3039230,
    "total_chars": 22467058,
    "last_change": "2024-03-26T13:46:54.250170Z",
    "recent_changes": 2687,
    "translated": 16168,
    "translated_words": 194641,
    "translated_percent": 9.9,
    "translated_words_percent": 6.4,
    "translated_chars": 1395740,
    "translated_chars_percent": 6.2,
    "fuzzy": 370,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 4384,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 32717,
    "fuzzy_chars_percent": 0.1,
    "failing": 3442,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 82,
    "readonly_percent": 0.1,
    "readonly_words": 260,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3645,
    "readonly_chars_percent": 0.1,
    "suggestions": 20145,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/languages/zh_Hans/"
}