Languages API.

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

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

{
    "total": 6920,
    "total_words": 35648,
    "total_chars": 215650,
    "last_change": "2024-03-18T00:13:32.921045Z",
    "recent_changes": 525,
    "translated": 5346,
    "translated_words": 25962,
    "translated_percent": 77.2,
    "translated_words_percent": 72.8,
    "translated_chars": 156363,
    "translated_chars_percent": 72.5,
    "fuzzy": 1053,
    "fuzzy_percent": 15.2,
    "fuzzy_words": 7276,
    "fuzzy_words_percent": 20.4,
    "fuzzy_chars": 44779,
    "fuzzy_chars_percent": 20.7,
    "failing": 1683,
    "failing_percent": 24.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 0.5,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 201,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://l10n.xwiki.org/languages/zh/"
}