Translation components API.

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

GET /api/translations/calendar/glossary/nb/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/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-15T12:10:39.410223Z",
            "action": 17,
            "target": "",
            "id": 2001785,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/2001785/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3541821/?format=api",
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/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-11-15T12:03:13.893634Z",
            "action": 31,
            "target": "forekomst",
            "id": 2001731,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/2001731/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/glossary/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:05.145556Z",
            "action": 0,
            "target": "",
            "id": 1385524,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1385524/?format=api"
        }
    ]
}