Languages API.

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

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

{
    "total": 392,
    "total_words": 1528,
    "last_change": null,
    "recent_changes": 0,
    "translated": 280,
    "translated_words": 718,
    "translated_percent": 71.4,
    "translated_words_percent": 46.9,
    "translated_chars": 4426,
    "translated_chars_percent": 43.7,
    "total_chars": 10113,
    "fuzzy": 16,
    "fuzzy_percent": 4.0,
    "failing": 1,
    "failing_percent": 0.2,
    "name": "zh (generated)",
    "url": "https://translate.lxqt-project.org/languages/zh/"
}