Translation components API.

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

GET /api/translations/calendar/glossary/nn/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/nn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-15T12:10:40.609521Z",
            "action": 17,
            "target": "",
            "id": 2001808,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/2001808/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3541827/?format=api",
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/nn/?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.893763Z",
            "action": 31,
            "target": "",
            "id": 2001737,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/2001737/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/nn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:05.203440Z",
            "action": 0,
            "target": "",
            "id": 1385526,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1385526/?format=api"
        }
    ]
}