Translation components API.

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

GET /api/translations/desktop/glossary/nb/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/3256494/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/nb/?format=api",
            "user": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "author": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "timestamp": "2023-02-13T13:05:05.413851Z",
            "action": 37,
            "target": "Dokken",
            "id": 1501625,
            "action_name": "Marked for edit",
            "url": "https://l10n.elementary.io/api/changes/1501625/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3256494/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/nb/?format=api",
            "user": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "author": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "timestamp": "2023-02-13T13:05:05.410776Z",
            "action": 45,
            "target": "",
            "id": 1501624,
            "action_name": "Contributor joined",
            "url": "https://l10n.elementary.io/api/changes/1501624/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3256494/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-06T09:15:31.230947Z",
            "action": 31,
            "target": "",
            "id": 1488193,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1488193/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:59.814994Z",
            "action": 0,
            "target": "",
            "id": 1386412,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1386412/?format=api"
        }
    ]
}