Translation components API.

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

GET /api/translations/omp/manager/en/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/omp/manager/en/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/manager/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/manager/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-08-22T13:45:23.120088Z",
            "action": 0,
            "target": "",
            "id": 870880,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/870880/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/883668/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/manager/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/manager/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:37:57.034734Z",
            "action": 59,
            "target": "Offer a brief description of your press to provide insight into its content and purpose.",
            "id": 930348,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/930348/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/manager/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/manager/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:37:57.034830Z",
            "action": 0,
            "target": "",
            "id": 930349,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/930349/?format=api"
        }
    ]
}