Translation components API.

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

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

{
    "count": 642,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-base/master/zh_TW/changes/?format=api&page=32",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-base/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-base/master/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-03T20:14:45.960112Z",
            "action": 0,
            "target": "",
            "id": 2667416,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2667416/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-base/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-base/master/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-25T02:33:47.672975Z",
            "action": 0,
            "target": "",
            "id": 2995816,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2995816/?format=api"
        }
    ]
}