Translation components API.

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

GET /api/translations/website/404/fr/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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:38.171600Z",
            "action": 0,
            "target": "",
            "id": 1360763,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360763/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:02.802190Z",
            "action": 0,
            "target": "",
            "id": 1360169,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360169/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:46.886695Z",
            "action": 0,
            "target": "",
            "id": 1249457,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1249457/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:46.830008Z",
            "action": 0,
            "target": "",
            "id": 189007,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/189007/?format=api"
        }
    ]
}