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": 24,
    "total_words": 371,
    "last_change": "2023-07-15T19:53:17.774161Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 44,
    "translated_percent": 29.1,
    "translated_words_percent": 11.8,
    "translated_chars": 283,
    "translated_chars_percent": 11.4,
    "total_chars": 2466,
    "fuzzy": 4,
    "fuzzy_percent": 16.6,
    "failing": 3,
    "failing_percent": 12.5,
    "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/"
}