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": 2206,
    "total_words": 16782,
    "last_change": "2024-04-05T04:29:21.745396Z",
    "recent_changes": 76,
    "translated": 1530,
    "translated_words": 9843,
    "translated_percent": 69.3,
    "translated_words_percent": 58.6,
    "translated_chars": 60288,
    "translated_chars_percent": 60.1,
    "total_chars": 100199,
    "fuzzy": 17,
    "fuzzy_percent": 0.7,
    "failing": 6,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://translate.pdfforge.org/languages/zh_Hans/"
}