Translation components API.

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

GET /api/translations/website/404/pt/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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:39.036618Z",
            "action": 0,
            "target": "",
            "id": 1360777,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360777/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:03.638718Z",
            "action": 0,
            "target": "",
            "id": 1360183,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360183/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:47.725735Z",
            "action": 0,
            "target": "",
            "id": 1249471,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1249471/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:55.303828Z",
            "action": 0,
            "target": "",
            "id": 189036,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/189036/?format=api"
        }
    ]
}