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": 51002,
    "total_words": 924761,
    "last_change": "2024-01-18T00:03:34.002776Z",
    "recent_changes": 439,
    "translated": 5778,
    "translated_words": 106954,
    "translated_percent": 11.3,
    "translated_words_percent": 11.5,
    "translated_chars": 843016,
    "translated_chars_percent": 12.3,
    "total_chars": 6849061,
    "fuzzy": 855,
    "fuzzy_percent": 1.6,
    "failing": 521,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://translate-dev.freebsd.org/languages/zh_TW/"
}