Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3213636/?format=api",
            "component": "https://l10n.elementary.io/api/components/tasks/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/tasks/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "timestamp": "2023-04-22T10:50:22.994698Z",
            "action": 2,
            "target": "Налагодити",
            "id": 1604627,
            "action_name": "Translation changed",
            "url": "https://l10n.elementary.io/api/changes/1604627/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213634/?format=api",
            "component": "https://l10n.elementary.io/api/components/tasks/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/tasks/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "timestamp": "2023-04-22T10:49:51.787541Z",
            "action": 2,
            "target": "Налагодження",
            "id": 1604623,
            "action_name": "Translation changed",
            "url": "https://l10n.elementary.io/api/changes/1604623/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213582/?format=api",
            "component": "https://l10n.elementary.io/api/components/tasks/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/tasks/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": null,
            "timestamp": "2021-07-03T13:44:39.643100Z",
            "action": 2,
            "target": "налаштування",
            "id": 897955,
            "action_name": "Translation changed",
            "url": "https://l10n.elementary.io/api/changes/897955/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213646/?format=api",
            "component": "https://l10n.elementary.io/api/components/tasks/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/tasks/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": null,
            "timestamp": "2021-01-25T19:17:16.048246Z",
            "action": 5,
            "target": "віддалене",
            "id": 757473,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/757473/?format=api"
        }
    ]
}