Translation components API.

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

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

{
    "count": 62,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/en/changes/?format=api&page=3",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/402416/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webinterface/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/en/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-06-08T09:35:48",
            "action": 5,
            "target": "Wrong login or password",
            "id": 551382,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/551382/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/402417/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webinterface/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/en/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-06-08T09:35:52",
            "action": 5,
            "target": "All sections",
            "id": 551383,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/551383/?format=api"
        }
    ]
}