Translation components API.

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

GET /api/translations/webinterface/webdashboard/bg/changes/?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 443,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/changes/?format=api&page=22",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/398391/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:04",
            "action": 16,
            "target": "",
            "id": 64823,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64823/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/398446/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:05",
            "action": 16,
            "target": "",
            "id": 64824,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64824/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:07",
            "action": 0,
            "target": "",
            "id": 64825,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/64825/?format=api"
        }
    ]
}