Languages API.

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

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

{
    "total": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-01-18T22:27:46.423852Z",
    "recent_changes": 19,
    "translated": 157,
    "translated_words": 408,
    "translated_percent": 50.8,
    "translated_words_percent": 35.7,
    "translated_chars": 2571,
    "translated_chars_percent": 35.4,
    "fuzzy": 23,
    "fuzzy_percent": 7.4,
    "failing": 9,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Chinese (Traditional, Hong Kong)",
    "url": "https://translations.zorin.com/languages/zh_Hant_HK/"
}