Translation components API.

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

GET /api/translations/website/404/pt_BR/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:39.084765Z",
            "action": 0,
            "target": "",
            "id": 1360778,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360778/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:03.688342Z",
            "action": 0,
            "target": "",
            "id": 1360184,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360184/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:47.779549Z",
            "action": 0,
            "target": "",
            "id": 1249472,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1249472/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:55.469698Z",
            "action": 0,
            "target": "",
            "id": 189037,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/189037/?format=api"
        }
    ]
}