Translation components API.

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

GET /api/translations/plugins/static-pages-plugin/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 20,
    "total_words": 150,
    "total_chars": 953,
    "last_change": "2021-11-04T11:05:05.349229Z",
    "recent_changes": 17,
    "translated": 20,
    "translated_words": 150,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 953,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 10.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/static-pages-plugin/zh_CN/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/static-pages-plugin/zh_CN/"
}