Translation components API.

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

GET /api/translations/chameleon/rel-2/ko/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/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-14T12:41:46.326458Z",
            "action": 0,
            "target": "",
            "id": 1481000,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1481000/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-14T12:41:48.454242Z",
            "action": 44,
            "target": "",
            "id": 1481011,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1481011/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/11820269/?format=api",
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/ko/?format=api",
            "user": "https://l10n.opensuse.org/api/users/KimTaeKyeong/?format=api",
            "author": "https://l10n.opensuse.org/api/users/KimTaeKyeong/?format=api",
            "timestamp": "2021-12-13T13:06:59.197031Z",
            "action": 45,
            "target": "",
            "id": 1938057,
            "action_name": "New contributor",
            "url": "https://l10n.opensuse.org/api/changes/1938057/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/11820269/?format=api",
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/ko/?format=api",
            "user": "https://l10n.opensuse.org/api/users/KimTaeKyeong/?format=api",
            "author": "https://l10n.opensuse.org/api/users/KimTaeKyeong/?format=api",
            "timestamp": "2021-12-13T13:06:59.491336Z",
            "action": 5,
            "target": "다크 모드",
            "id": 1938058,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1938058/?format=api"
        }
    ]
}