Translation components API.

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

GET /api/translations/kiosk2/kfc/sr_Latn/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2342611/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sr_Latn/?format=api",
            "dictionary": null,
            "user": 111,
            "author": 111,
            "timestamp": "2022-07-19T09:37:24",
            "action": 16,
            "target": "",
            "id": 799296,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/799296/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/2342648/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sr_Latn/?format=api",
            "dictionary": null,
            "user": 111,
            "author": 111,
            "timestamp": "2022-07-19T09:37:30",
            "action": 16,
            "target": "",
            "id": 799297,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/799297/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sr_Latn/?format=api",
            "dictionary": null,
            "user": 111,
            "author": 111,
            "timestamp": "2022-07-19T09:37:35",
            "action": 0,
            "target": "",
            "id": 799298,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/799298/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sr_Latn/?format=api",
            "dictionary": null,
            "user": 111,
            "author": null,
            "timestamp": "2022-07-19T09:37:35",
            "action": 17,
            "target": "",
            "id": 799299,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/799299/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sr_Latn/?format=api",
            "dictionary": null,
            "user": 111,
            "author": 111,
            "timestamp": "2022-07-19T09:37:40",
            "action": 44,
            "target": "",
            "id": 799301,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/799301/?format=api"
        }
    ]
}