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": 11464,
    "total_words": 118456,
    "last_change": "2024-05-15T05:41:43.263247Z",
    "recent_changes": 109,
    "translated": 11452,
    "translated_words": 117583,
    "translated_percent": 99.8,
    "translated_words_percent": 99.2,
    "translated_chars": 705279,
    "translated_chars_percent": 99.2,
    "total_chars": 710655,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 885,
    "approved_percent": 7.7,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 9,
    "comments": 316,
    "name": "Chinese (Simplified)",
    "url": "https://translate.habitica.com/languages/zh_Hans/"
}