Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-cc-control/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cc-control/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T02:39:09.762058Z",
            "action": 0,
            "target": "",
            "id": 1787011,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1787011/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-cc-control/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cc-control/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-13T11:58:44.137944Z",
            "action": 0,
            "target": "",
            "id": 2069381,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2069381/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-cc-control/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cc-control/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-19T07:45:45.335121Z",
            "action": 0,
            "target": "",
            "id": 2072070,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2072070/?format=api"
        }
    ]
}