Languages API.

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

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

{
    "total": 2249,
    "total_words": 8230,
    "total_chars": 50471,
    "last_change": "2023-12-11T14:35:59.376546Z",
    "recent_changes": 27,
    "translated": 46,
    "translated_words": 332,
    "translated_percent": 2.0,
    "translated_words_percent": 4.0,
    "translated_chars": 1801,
    "translated_chars_percent": 3.5,
    "fuzzy": 23,
    "fuzzy_percent": 1.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://translate.funkwhale.audio/languages/zh_Hant/"
}