Translation components API.

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

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

{
    "total": 9951,
    "total_words": 81779,
    "last_change": "2020-11-27T06:00:30.139129Z",
    "recent_changes": 3,
    "translated": 35,
    "translated_words": 764,
    "translated_percent": 0.3,
    "translated_words_percent": 0.9,
    "translated_chars": 6263,
    "translated_chars_percent": 0.7,
    "total_chars": 787443,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "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/freebsd-doc/boooks_porters-handbook/zh_CN/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_porters-handbook/zh_CN/"
}