Translation components API.

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

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

{
    "count": 583,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ru/changes/?format=api&page=29",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1482555/?format=api",
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:34:45",
            "action": 16,
            "target": "",
            "id": 474517,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/474517/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1482555/?format=api",
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:34:45",
            "action": 16,
            "target": "",
            "id": 474518,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/474518/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/delivery/deliveryagent/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-27T17:34:57",
            "action": 0,
            "target": "",
            "id": 474519,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/474519/?format=api"
        }
    ]
}