Translation components API.

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

GET /api/translations/yast-update/master/vi/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 62,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-update/master/vi/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-update/master/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-01T02:35:31.120919Z",
            "action": 0,
            "target": "",
            "id": 2790135,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2790135/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-update/master/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-23T02:34:34.323361Z",
            "action": 0,
            "target": "",
            "id": 2967824,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2967824/?format=api"
        }
    ]
}