Translation components API.

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

GET /api/translations/switchboard/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": "https://l10n.elementary.io/api/units/3256440/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/nn/?format=api",
            "user": "https://l10n.elementary.io/api/users/martinmyrvold/?format=api",
            "author": "https://l10n.elementary.io/api/users/martinmyrvold/?format=api",
            "timestamp": "2023-02-01T23:07:52.526488Z",
            "action": 31,
            "target": "Oppdaterte over­setningar",
            "id": 1486938,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1486938/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3256439/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/nn/?format=api",
            "user": "https://l10n.elementary.io/api/users/martinmyrvold/?format=api",
            "author": "https://l10n.elementary.io/api/users/martinmyrvold/?format=api",
            "timestamp": "2023-02-01T22:42:10.778179Z",
            "action": 31,
            "target": "Hurtigheit på dobbelttrykk",
            "id": 1486854,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1486854/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/nn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-17T11:52:42.846757Z",
            "action": 0,
            "target": "",
            "id": 1401255,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1401255/?format=api"
        }
    ]
}