Translation components API.

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

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

{
    "count": 26,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/399401/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:17",
            "action": 16,
            "target": "",
            "id": 64859,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64859/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/399549/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:19",
            "action": 16,
            "target": "",
            "id": 64860,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64860/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/399532/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:19",
            "action": 16,
            "target": "",
            "id": 64861,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64861/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/399642/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:20",
            "action": 16,
            "target": "",
            "id": 64862,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64862/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/399697/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:21",
            "action": 16,
            "target": "",
            "id": 64863,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/64863/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T16:49:22",
            "action": 0,
            "target": "",
            "id": 64864,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/64864/?format=api"
        }
    ]
}