Translation components API.

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

GET /api/translations/release-notes-opensuse/master/te/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/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/te/?format=api",
            "user": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "author": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "timestamp": "2022-05-27T17:33:00.565285Z",
            "action": 48,
            "target": "",
            "id": 2099199,
            "action_name": "Added new language",
            "url": "https://l10n.opensuse.org/api/changes/2099199/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/te/?format=api",
            "user": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "author": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "timestamp": "2022-05-27T17:33:02.069754Z",
            "action": 0,
            "target": "",
            "id": 2099201,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2099201/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/te/?format=api",
            "user": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "author": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "timestamp": "2022-05-27T17:33:02.232955Z",
            "action": 44,
            "target": "",
            "id": 2099202,
            "action_name": "New strings to translate",
            "url": "https://l10n.opensuse.org/api/changes/2099202/?format=api"
        }
    ]
}