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": 2747,
    "total_words": 9719,
    "last_change": "2023-10-10T17:53:55.974632Z",
    "recent_changes": 23,
    "translated": 2724,
    "translated_words": 9591,
    "translated_percent": 99.1,
    "translated_words_percent": 98.6,
    "translated_chars": 59238,
    "translated_chars_percent": 98.6,
    "total_chars": 60064,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 100,
    "failing_percent": 3.6,
    "name": "Chinese (Traditional)",
    "url": "https://weblate.linphone.org/languages/zh_Hant/"
}