Translation components API.

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

GET /api/translations/yast-hana-update/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-hana-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-hana-update/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T02:36:31.483777Z",
            "action": 0,
            "target": "",
            "id": 1786924,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1786924/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-hana-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-hana-update/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-31T11:31:37.762453Z",
            "action": 0,
            "target": "",
            "id": 1994931,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1994931/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-hana-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-hana-update/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-19T07:46:06.214370Z",
            "action": 0,
            "target": "",
            "id": 2072101,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2072101/?format=api"
        }
    ]
}