Translation components API.

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

GET /api/translations/searchpage/master/sv/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/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-09T22:36:01.560124Z",
            "action": 0,
            "target": "",
            "id": 1520051,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1520051/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-20T09:59:20.913482Z",
            "action": 0,
            "target": "",
            "id": 752623,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/752623/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-11T09:50:18Z",
            "action": 0,
            "target": "",
            "id": 401222,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/401222/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-22T12:33:28Z",
            "action": 0,
            "target": "",
            "id": 141546,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/141546/?format=api"
        }
    ]
}