Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12744754/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": null,
            "timestamp": "2017-12-27T05:57:54.320610Z",
            "action": 5,
            "target": "等幅",
            "id": 800332,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/800332/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12744756/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": null,
            "timestamp": "2018-01-30T01:59:30.841709Z",
            "action": 5,
            "target": "感情アイコン",
            "id": 864288,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/864288/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12744758/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/OotaToshiya/?format=api",
            "author": null,
            "timestamp": "2021-04-14T00:02:53.950970Z",
            "action": 5,
            "target": "資格情報",
            "id": 1783702,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1783702/?format=api"
        }
    ]
}