Translation components API.

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

GET /api/translations/documentation/bookshandbookfilesystems_index/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 56,
    "total_words": 746,
    "last_change": "2025-01-24T13:44:43.196469Z",
    "recent_changes": 12,
    "translated": 3,
    "translated_words": 10,
    "translated_percent": 5.3,
    "translated_words_percent": 1.3,
    "translated_chars": 66,
    "translated_chars_percent": 1.2,
    "total_chars": 5120,
    "fuzzy": 19,
    "fuzzy_percent": 33.9,
    "failing": 3,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookfilesystems_index/zh_CN/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/zh_CN/"
}