Translation components API.

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

GET /api/translations/website/403/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/3017529/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:02.524686Z",
            "action": 13,
            "target": "",
            "id": 1017714,
            "action_name": "New source string",
            "url": "https://l10n.elementary.io/api/changes/1017714/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3017527/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:02.473785Z",
            "action": 13,
            "target": "",
            "id": 1017713,
            "action_name": "New source string",
            "url": "https://l10n.elementary.io/api/changes/1017713/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3017525/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:02.448645Z",
            "action": 13,
            "target": "",
            "id": 1017712,
            "action_name": "New source string",
            "url": "https://l10n.elementary.io/api/changes/1017712/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3017523/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T20:27:02.413366Z",
            "action": 13,
            "target": "",
            "id": 1017711,
            "action_name": "New source string",
            "url": "https://l10n.elementary.io/api/changes/1017711/?format=api"
        }
    ]
}