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": 4923,
    "total_words": 17893,
    "last_change": "2025-05-12T05:11:14.823863Z",
    "recent_changes": 344,
    "translated": 4921,
    "translated_words": 17889,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 118857,
    "translated_chars_percent": 99.9,
    "total_chars": 118885,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Chinese (Traditional)",
    "url": "https://translate.lxqt-project.org/languages/zh_TW/"
}