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": 863,
    "total_words": 5781,
    "last_change": "2024-01-14T06:37:27.760808Z",
    "recent_changes": 41,
    "translated": 792,
    "translated_words": 5216,
    "translated_percent": 91.7,
    "translated_words_percent": 90.2,
    "translated_chars": 35960,
    "translated_chars_percent": 89.8,
    "total_chars": 40021,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 47,
    "failing_percent": 5.4,
    "approved": 3,
    "approved_percent": 0.3,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.ppc.lol/languages/zh_Hans/"
}