Translation components API.

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

GET /api/translations/switchboard/glossary/de/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/3212500/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-08-23T09:30:04.484531Z",
            "action": 5,
            "target": "Fach",
            "id": 997660,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/997660/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212498/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-08-23T09:28:04.762374Z",
            "action": 5,
            "target": "Resttonerbehälter",
            "id": 997656,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/997656/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212496/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-08-23T09:26:41.635036Z",
            "action": 5,
            "target": "Bildtrommel",
            "id": 997654,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/997654/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212494/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-07-28T03:42:06.192341Z",
            "action": 5,
            "target": "Panel",
            "id": 962418,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/962418/?format=api"
        }
    ]
}