Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-15T12:10:41.777127Z",
            "action": 17,
            "target": "",
            "id": 2001821,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/2001821/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3541796/?format=api",
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/eu/?format=api",
            "user": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "author": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "timestamp": "2023-11-15T12:03:13.893078Z",
            "action": 31,
            "target": "",
            "id": 2001706,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/2001706/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:04.071105Z",
            "action": 0,
            "target": "",
            "id": 1385492,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1385492/?format=api"
        }
    ]
}