Translation components API.

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

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

{
    "count": 356,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/code/code/my/changes/?format=api&page=7",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/my/?format=api",
            "user": "https://l10n.elementary.io/api/users/danirabbit/?format=api",
            "author": "https://l10n.elementary.io/api/users/danirabbit/?format=api",
            "timestamp": "2019-04-23T21:55:45.403056Z",
            "action": 0,
            "target": "",
            "id": 337112,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/337112/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-28T00:04:06.789361Z",
            "action": 0,
            "target": "",
            "id": 322148,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/322148/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-09T00:04:05.057992Z",
            "action": 0,
            "target": "",
            "id": 314299,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/314299/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/my/?format=api",
            "user": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "author": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "timestamp": "2019-01-07T08:02:03.053521Z",
            "action": 0,
            "target": "",
            "id": 312929,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/312929/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-19T00:03:15.423726Z",
            "action": 0,
            "target": "",
            "id": 267641,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/267641/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:44:41.815553Z",
            "action": 0,
            "target": "",
            "id": 190747,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/190747/?format=api"
        }
    ]
}