Translation components API.

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

GET /api/translations/ojs/admin/zh_Hant/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 104,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/ojs/admin/zh_Hant/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/admin/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-27T19:46:50.681109Z",
            "action": 44,
            "target": "",
            "id": 800884,
            "action_name": "New string to translate",
            "url": "http://translate.pkp.sfu.ca/api/changes/800884/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/821078/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/admin/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:44:54.815689Z",
            "action": 59,
            "target": "此期ID不是整數。",
            "id": 837940,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/837940/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/821079/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/admin/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:44:54.815767Z",
            "action": 59,
            "target": "此期校對樣本ID不是整數。",
            "id": 837941,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/837941/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/admin/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:44:54.815801Z",
            "action": 0,
            "target": "",
            "id": 837942,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/837942/?format=api"
        }
    ]
}