Translation components API.

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

GET /api/translations/omp/editor/it/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/editor/it/changes/?format=api",
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/695072/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:33.158828Z",
            "action": 59,
            "target": "L'identificativo pubblico '{$publicIdentifier}' esiste già per un altro oggetto dello stesso tipo. Si prega di scegliere identificativi univoci per gli oggetti della casa editrice dello stesso tipo.",
            "id": 631750,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/631750/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/695073/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:33.158866Z",
            "action": 59,
            "target": "Assegnato a un Editore",
            "id": 631751,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/631751/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:33.158903Z",
            "action": 0,
            "target": "",
            "id": 631752,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/631752/?format=api"
        }
    ]
}