Translation components API.

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

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

{
    "count": 106,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/code/plugins/id/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/plugins/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/plugins/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/pmaf/?format=api",
            "author": null,
            "timestamp": "2018-05-11T01:48:45.608001Z",
            "action": 17,
            "target": "",
            "id": 159234,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/159234/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/plugins/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/plugins/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/pmaf/?format=api",
            "author": null,
            "timestamp": "2018-05-11T01:47:36.073037Z",
            "action": 17,
            "target": "",
            "id": 159231,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/159231/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/plugins/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/plugins/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-16T00:03:17.331061Z",
            "action": 0,
            "target": "",
            "id": 134045,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/134045/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/plugins/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/plugins/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-01T00:03:17.725439Z",
            "action": 17,
            "target": "",
            "id": 126788,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/126788/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/plugins/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/plugins/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-02-20T18:53:09.056705Z",
            "action": 0,
            "target": "",
            "id": 121793,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/121793/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/plugins/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/plugins/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-02-13T00:29:05.545127Z",
            "action": 0,
            "target": "",
            "id": 118960,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/118960/?format=api"
        }
    ]
}