Translation components API.

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

GET /api/translations/scout/scout-master/en_GB/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/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-09-25T19:46:55Z",
            "action": 0,
            "target": "",
            "id": 652,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/652/?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/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-05-24T13:57:12Z",
            "action": 0,
            "target": "",
            "id": 42676,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/42676/?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/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-02T15:09:07.354482Z",
            "action": 0,
            "target": "",
            "id": 1148587,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1148587/?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/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-08T09:01:18.216252Z",
            "action": 0,
            "target": "",
            "id": 1152890,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1152890/?format=api"
        }
    ]
}