Languages API.

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

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

{
    "total": 4067,
    "total_words": 14248,
    "last_change": "2023-12-27T16:20:05.767771Z",
    "recent_changes": 384,
    "translated": 3630,
    "translated_words": 12264,
    "translated_percent": 89.2,
    "translated_words_percent": 86.0,
    "translated_chars": 76201,
    "translated_chars_percent": 86.5,
    "total_chars": 88013,
    "fuzzy": 53,
    "fuzzy_percent": 1.3,
    "failing": 93,
    "failing_percent": 2.2,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.linphone.org/languages/zh_Hans/"
}