Translation components API.

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

GET /api/translations/scout/scout-master/he/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-08T09:01:21.274435Z",
            "action": 0,
            "target": "",
            "id": 1152910,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1152910/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-02T15:09:15.291818Z",
            "action": 0,
            "target": "",
            "id": 1148611,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1148611/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-05-24T13:57:14Z",
            "action": 0,
            "target": "",
            "id": 42692,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/42692/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-09-25T19:47:11Z",
            "action": 0,
            "target": "",
            "id": 668,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/668/?format=api"
        }
    ]
}