Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/webinterface/webreports/lt/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/403212/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/lt/?format=api",
            "dictionary": null,
            "user": 95,
            "author": 95,
            "timestamp": "2019-02-14T12:55:54",
            "action": 2,
            "target": "Uždaryt i",
            "id": 185583,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/185583/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/403212/?format=api",
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/lt/?format=api",
            "dictionary": null,
            "user": 95,
            "author": 95,
            "timestamp": "2019-02-14T12:56:01",
            "action": 2,
            "target": "Uždaryti",
            "id": 185586,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/185586/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/lt/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-02-18T13:00:12",
            "action": 17,
            "target": "",
            "id": 185629,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/185629/?format=api"
        }
    ]
}