Languages API.

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

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

{
    "total": 9346,
    "total_words": 111661,
    "total_chars": 856626,
    "last_change": "2024-07-17T13:15:40.836251Z",
    "recent_changes": 371,
    "translated": 1328,
    "translated_words": 9529,
    "translated_percent": 14.2,
    "translated_words_percent": 8.5,
    "translated_chars": 83295,
    "translated_chars_percent": 9.7,
    "fuzzy": 697,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 7191,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 66724,
    "fuzzy_chars_percent": 7.7,
    "failing": 440,
    "failing_percent": 4.7,
    "approved": 749,
    "approved_percent": 8.0,
    "approved_words": 2646,
    "approved_words_percent": 2.3,
    "approved_chars": 33718,
    "approved_chars_percent": 3.9,
    "readonly": 153,
    "readonly_percent": 1.6,
    "readonly_words": 869,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6898,
    "readonly_chars_percent": 0.8,
    "suggestions": 10,
    "comments": 0,
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/languages/zh_TW/"
}