Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2020-10-26T08:21:24",
            "action": 0,
            "target": "",
            "id": 634111,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/634111/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": null,
            "timestamp": "2020-10-26T08:21:24",
            "action": 17,
            "target": "",
            "id": 634112,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/634112/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2020-10-26T08:21:27",
            "action": 44,
            "target": "",
            "id": 634114,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/634114/?format=api"
        }
    ]
}