Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-googleScholar/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-15T16:17:21.535590Z",
            "action": 0,
            "target": "",
            "id": 284829,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/284829/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-googleScholar/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-30T23:24:53.554723Z",
            "action": 0,
            "target": "",
            "id": 384403,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/384403/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-googleScholar/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:47.578359Z",
            "action": 0,
            "target": "",
            "id": 633229,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/633229/?format=api"
        }
    ]
}