Translation components API.

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

GET /api/translations/store/glossary/zh_Hant/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.elementary.io/api/components/store/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/glossary/zh_Hant/?format=api",
            "user": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "author": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "timestamp": "2023-07-20T15:56:23.966506Z",
            "action": 0,
            "target": "",
            "id": 1747542,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1747542/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-30T22:53:21.251113Z",
            "action": 0,
            "target": "",
            "id": 1623682,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1623682/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-30T22:53:21.224928Z",
            "action": 0,
            "target": "",
            "id": 1623681,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1623681/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-30T22:53:19.384828Z",
            "action": 17,
            "target": "",
            "id": 1623627,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/1623627/?format=api"
        }
    ]
}