Translation components API.

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

GET /api/translations/pkp-lib/reader/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/reader/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/reader/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T16:25:30.986890Z",
            "action": 0,
            "target": "",
            "id": 283906,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283906/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/reader/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/reader/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-15T00:37:16.827337Z",
            "action": 0,
            "target": "",
            "id": 284233,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/284233/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/reader/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/reader/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:28:05.380455Z",
            "action": 0,
            "target": "",
            "id": 555851,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/555851/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/reader/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/reader/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-27T23:07:46.010915Z",
            "action": 0,
            "target": "",
            "id": 696018,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/696018/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/reader/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/reader/en/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/admin/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/admin/?format=api",
            "timestamp": "2024-02-13T16:40:38.574828Z",
            "action": 0,
            "target": "",
            "id": 840040,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/840040/?format=api"
        }
    ]
}