Translation components API.

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

GET /api/translations/landing-page/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/landing-page/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/landing-page/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-22T15:36:53.721323Z",
            "action": 0,
            "target": "",
            "id": 1789901,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1789901/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/landing-page/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/landing-page/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-11T23:01:25.885956Z",
            "action": 0,
            "target": "",
            "id": 1867244,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1867244/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12700684/?format=api",
            "component": "https://l10n.opensuse.org/api/components/landing-page/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/landing-page/master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/DouglasDemaio/?format=api",
            "author": "https://l10n.opensuse.org/api/users/DouglasDemaio/?format=api",
            "timestamp": "2022-12-23T07:43:45.296797Z",
            "action": 3,
            "target": "",
            "id": 2585770,
            "action_name": "Comment added",
            "url": "https://l10n.opensuse.org/api/changes/2585770/?format=api"
        }
    ]
}