Translation components API.

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

GET /api/translations/plugins/hypothesis/vi/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/730860/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:45.115056Z",
            "action": 59,
            "target": "Plugin Hypothes.is",
            "id": 669048,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669048/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730861/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:45.115116Z",
            "action": 59,
            "target": "Plugin này cho phép tích hợp Hypothes.is vào chế độ xem bài viết OJS cho người đọc chú thích và cho ý kiến.",
            "id": 669049,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669049/?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/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:45.115153Z",
            "action": 0,
            "target": "",
            "id": 669050,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669050/?format=api"
        }
    ]
}