Translation components API.

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

GET /api/translations/searchpage/master/bg/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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-22T12:32:58Z",
            "action": 0,
            "target": "",
            "id": 141454,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/141454/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-11T11:46:07Z",
            "action": 0,
            "target": "",
            "id": 401458,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/401458/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-20T09:59:16.067523Z",
            "action": 0,
            "target": "",
            "id": 752601,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/752601/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-09T22:35:57.486179Z",
            "action": 0,
            "target": "",
            "id": 1520024,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1520024/?format=api"
        }
    ]
}