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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:28.721912Z",
    "recent_changes": 6,
    "translated": 648,
    "translated_words": 3548,
    "translated_percent": 96.0,
    "translated_words_percent": 82.0,
    "translated_chars": 21389,
    "translated_chars_percent": 82.1,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 59,
    "fuzzy_chars_percent": 0.2,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 521,
    "approved_percent": 77.1,
    "approved_words": 1728,
    "approved_words_percent": 39.9,
    "approved_chars": 10667,
    "approved_chars_percent": 40.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.tusky.app/languages/zh_Hans/"
}