Translation components API.

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

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

{
    "total": 12592,
    "total_words": 262783,
    "last_change": "2021-01-09T14:48:12.339687Z",
    "recent_changes": 90,
    "translated": 4259,
    "translated_words": 95371,
    "translated_percent": 33.8,
    "translated_words_percent": 36.2,
    "translated_chars": 762310,
    "translated_chars_percent": 33.4,
    "total_chars": 2277898,
    "fuzzy": 90,
    "fuzzy_percent": 0.7,
    "failing": 285,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Traditional)",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_handbook/zh_TW/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/zh_TW/"
}