Translation components API.

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

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

{
    "total": 2721,
    "total_words": 69331,
    "last_change": "2021-01-26T16:59:08.396217Z",
    "recent_changes": 1,
    "translated": 2486,
    "translated_words": 58735,
    "translated_percent": 91.3,
    "translated_words_percent": 84.7,
    "translated_chars": 479062,
    "translated_chars_percent": 85.4,
    "total_chars": 560593,
    "fuzzy": 42,
    "fuzzy_percent": 1.5,
    "failing": 852,
    "failing_percent": 31.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_arch-handbook/zh_CN/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/zh_CN/"
}