Translation components API.

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

GET /api/translations/ojs/importexport-native/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 23,
    "total_words": 336,
    "total_chars": 2634,
    "last_change": "2022-09-29T02:18:35.028231Z",
    "recent_changes": 3,
    "translated": 20,
    "translated_words": 218,
    "translated_percent": 86.9,
    "translated_words_percent": 64.8,
    "translated_chars": 1569,
    "translated_chars_percent": 59.5,
    "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_Hant",
    "name": "Chinese (Traditional)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/importexport-native/zh_Hant/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/importexport-native/zh_Hant/"
}