Translation components API.

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

GET /api/translations/plugins/glossary/it_IT/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/419480/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/marchitelli/?format=api",
            "author": null,
            "timestamp": "2021-02-27T17:15:48.827536Z",
            "action": 5,
            "target": "Privacy",
            "id": 159868,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/159868/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426132/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/fulviodelledonne/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/fulviodelledonne/?format=api",
            "timestamp": "2022-08-08T11:31:47.528557Z",
            "action": 31,
            "target": "Privacy",
            "id": 297639,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/297639/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/766686/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-25T10:06:38.937393Z",
            "action": 31,
            "target": "",
            "id": 732821,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/732821/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/766811/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-25T13:43:01.330191Z",
            "action": 31,
            "target": "",
            "id": 733325,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/733325/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/767244/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-26T13:52:50.924783Z",
            "action": 31,
            "target": "",
            "id": 735024,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/735024/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/767341/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-26T14:12:11.538758Z",
            "action": 31,
            "target": "",
            "id": 735200,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/735200/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/it_IT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-31T19:39:05.527573Z",
            "action": 17,
            "target": "",
            "id": 806624,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/806624/?format=api"
        }
    ]
}