Translation components API.

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

GET /api/translations/website/404/en/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/3017521/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:01.772552Z",
            "action": 13,
            "target": "",
            "id": 1017708,
            "action_name": "Source string added",
            "url": "https://l10n.elementary.io/api/changes/1017708/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3017519/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:01.749212Z",
            "action": 13,
            "target": "",
            "id": 1017707,
            "action_name": "Source string added",
            "url": "https://l10n.elementary.io/api/changes/1017707/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3017517/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:01.726350Z",
            "action": 13,
            "target": "",
            "id": 1017706,
            "action_name": "Source string added",
            "url": "https://l10n.elementary.io/api/changes/1017706/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3017515/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:01.696070Z",
            "action": 13,
            "target": "",
            "id": 1017705,
            "action_name": "Source string added",
            "url": "https://l10n.elementary.io/api/changes/1017705/?format=api"
        }
    ]
}