Translation components API.

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

GET /api/translations/uyuni/glossary/uk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/glossary/uk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2023-06-28T10:23:21.556216Z",
            "action": 0,
            "target": "",
            "id": 2729926,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2729926/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/glossary/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-30T23:21:08.757030Z",
            "action": 0,
            "target": "",
            "id": 1796601,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1796601/?format=api"
        }
    ]
}