Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/766808/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/sv_SE/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-25T13:43:01.330072Z",
            "action": 31,
            "target": "",
            "id": 733322,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/733322/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/767241/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/sv_SE/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-26T13:52:50.924671Z",
            "action": 31,
            "target": "",
            "id": 735021,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/735021/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/767338/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/glossary/sv_SE/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-26T14:12:11.538688Z",
            "action": 31,
            "target": "",
            "id": 735198,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/735198/?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/sv_SE/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-31T19:39:05.166611Z",
            "action": 17,
            "target": "",
            "id": 806618,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/806618/?format=api"
        }
    ]
}