Languages API.

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

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

{
    "total": 4772,
    "total_words": 23443,
    "total_chars": 142305,
    "last_change": "2023-10-21T03:07:57.126862Z",
    "recent_changes": 4,
    "translated": 3328,
    "translated_words": 14465,
    "translated_percent": 69.7,
    "translated_words_percent": 61.7,
    "translated_chars": 87730,
    "translated_chars_percent": 61.6,
    "fuzzy": 1301,
    "fuzzy_percent": 27.2,
    "fuzzy_words": 8031,
    "fuzzy_words_percent": 34.2,
    "fuzzy_chars": 48630,
    "fuzzy_chars_percent": 34.1,
    "failing": 1625,
    "failing_percent": 34.0,
    "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": 164,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://l10n.xwiki.org/languages/zh_TW/"
}