Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-06T10:28:35.591977Z",
            "action": 0,
            "target": "",
            "id": 1880643,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1880643/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13387770/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-28T14:30:06.040176Z",
            "action": 31,
            "target": "",
            "id": 2099255,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2099255/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13387770/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "timestamp": "2022-05-29T22:10:48.242520Z",
            "action": 45,
            "target": "",
            "id": 2099304,
            "action_name": "New contributor",
            "url": "https://l10n.opensuse.org/api/changes/2099304/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13387770/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "timestamp": "2022-05-29T22:10:48.275301Z",
            "action": 5,
            "target": "ディストリビューション",
            "id": 2099305,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/2099305/?format=api"
        }
    ]
}