Translation components API.

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

GET /api/translations/plugins/hypothesis/ar/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730820/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:42.931116Z",
            "action": 59,
            "target": "إضافة Hypothes.is",
            "id": 668981,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668981/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730821/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:42.931178Z",
            "action": 59,
            "target": "هذه الإضافة تضمن تكامل عمل Hypothes.is مع معاينات مقالات نظام المجلات المفتوحة لأغراض الشرح والتعليق من جانب القراء.",
            "id": 668982,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668982/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:42.931216Z",
            "action": 0,
            "target": "",
            "id": 668983,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668983/?format=api"
        }
    ]
}