Translation components API.

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

GET /api/translations/eiciel/master/en/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/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-25T20:52:23.714578Z",
            "action": 0,
            "target": "",
            "id": 1879013,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1879013/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T11:18:11.737413Z",
            "action": 0,
            "target": "",
            "id": 2152483,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2152483/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14001793/?format=api",
            "component": "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Fs00/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Fs00/?format=api",
            "timestamp": "2023-12-27T15:51:14.428156Z",
            "action": 3,
            "target": "",
            "id": 2969828,
            "action_name": "Comment added",
            "url": "https://l10n.opensuse.org/api/changes/2969828/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14001794/?format=api",
            "component": "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Fs00/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Fs00/?format=api",
            "timestamp": "2023-12-27T15:51:28.152933Z",
            "action": 3,
            "target": "",
            "id": 2969829,
            "action_name": "Comment added",
            "url": "https://l10n.opensuse.org/api/changes/2969829/?format=api"
        }
    ]
}