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": 1581,
    "total_words": 3797,
    "last_change": "2020-11-11T15:46:07.944102Z",
    "recent_changes": 8,
    "translated": 1287,
    "translated_words": 2888,
    "translated_percent": 81.4,
    "translated_words_percent": 76.0,
    "translated_chars": 17366,
    "translated_chars_percent": 75.5,
    "total_chars": 22984,
    "fuzzy": 89,
    "fuzzy_percent": 5.6,
    "failing": 143,
    "failing_percent": 9.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://t.naviter.com/languages/zh_Hant/"
}