Translation components API.

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

GET /api/translations/delivery/deliveryagent/ro/changes/?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 584,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ro/changes/?format=api&page=29",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1481825/?format=api",
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:29:57",
            "action": 16,
            "target": "",
            "id": 473040,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/473040/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1481844/?format=api",
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:30:01",
            "action": 16,
            "target": "",
            "id": 473041,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/473041/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1481844/?format=api",
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:30:01",
            "action": 16,
            "target": "",
            "id": 473042,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/473042/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:30:11",
            "action": 0,
            "target": "",
            "id": 473043,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/473043/?format=api"
        }
    ]
}