Translation components API.

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

GET /api/translations/searchpage/master/ca/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/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-22T12:33:00Z",
            "action": 0,
            "target": "",
            "id": 141460,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/141460/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-11T11:46:07Z",
            "action": 0,
            "target": "",
            "id": 401460,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/401460/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-20T09:59:16.270672Z",
            "action": 0,
            "target": "",
            "id": 752602,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/752602/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-09T22:35:57.616120Z",
            "action": 0,
            "target": "",
            "id": 1520025,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1520025/?format=api"
        }
    ]
}