Translation components API.

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

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

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": "2021-11-02T13:59:53.856034Z",
    "recent_changes": 5,
    "translated": 153,
    "translated_words": 891,
    "translated_percent": 83.6,
    "translated_words_percent": 74.2,
    "translated_chars": 5499,
    "translated_chars_percent": 75.6,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 1,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/zh_CN/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/zh_CN/"
}