Translation components API.

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

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

{
    "count": 82,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/kk/changes/?format=api&page=4",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2091644/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/kk/?format=api",
            "dictionary": null,
            "user": 132,
            "author": 132,
            "timestamp": "2022-03-31T09:12:23",
            "action": 30,
            "target": "€",
            "id": 794786,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/794786/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/kk/?format=api",
            "dictionary": null,
            "user": 95,
            "author": null,
            "timestamp": "2022-05-04T07:34:49",
            "action": 17,
            "target": "",
            "id": 796217,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/796217/?format=api"
        }
    ]
}