Languages API.

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

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

{
    "total": 1225,
    "total_words": 10751,
    "last_change": "2025-06-10T19:47:46.621862Z",
    "recent_changes": 9,
    "translated": 853,
    "translated_words": 7581,
    "translated_percent": 69.6,
    "translated_words_percent": 70.5,
    "translated_chars": 46727,
    "translated_chars_percent": 70.8,
    "total_chars": 65945,
    "fuzzy": 7,
    "fuzzy_percent": 0.5,
    "failing": 78,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Chinese (Traditional Han script)",
    "url": "https://translate.phyphox.org/languages/zh_Hant/"
}