Translation components API.

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

GET /api/translations/libstorage-ng/master/zh_TW/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/libstorage-ng/master/zh_TW/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libstorage-ng/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage-ng/master/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-06T09:47:14.430739Z",
            "action": 44,
            "target": "",
            "id": 2998925,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/2998925/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libstorage-ng/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage-ng/master/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-07T07:15:12.808148Z",
            "action": 0,
            "target": "",
            "id": 3009890,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/3009890/?format=api"
        }
    ]
}