Translation components API.

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

GET /api/translations/calendar/glossary/sv/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/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-15T12:10:39.636074Z",
            "action": 17,
            "target": "",
            "id": 2001789,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/2001789/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3541861/?format=api",
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/sv/?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.894695Z",
            "action": 31,
            "target": "",
            "id": 2001771,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/2001771/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:05.613726Z",
            "action": 0,
            "target": "",
            "id": 1385539,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1385539/?format=api"
        }
    ]
}