Languages API.

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

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

{
    "total": 4056,
    "total_words": 14227,
    "last_change": "2022-11-23T12:55:39.505189Z",
    "recent_changes": 371,
    "translated": 3627,
    "translated_words": 12286,
    "translated_percent": 89.4,
    "translated_words_percent": 86.3,
    "translated_chars": 76329,
    "translated_chars_percent": 86.8,
    "total_chars": 87871,
    "fuzzy": 47,
    "fuzzy_percent": 1.1,
    "failing": 96,
    "failing_percent": 2.3,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.linphone.org/languages/zh_Hans/"
}