Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/get-involved/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/get-involved/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-13T12:40:21.576815Z",
            "action": 44,
            "target": "",
            "id": 1501571,
            "action_name": "New string to translate",
            "url": "https://l10n.elementary.io/api/changes/1501571/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/get-involved/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/get-involved/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-13T12:40:17.141837Z",
            "action": 0,
            "target": "",
            "id": 1501508,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1501508/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3260996/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/get-involved/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/get-involved/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-13T12:40:17.141736Z",
            "action": 59,
            "target": "",
            "id": 1501507,
            "action_name": "String updated in the repository",
            "url": "https://l10n.elementary.io/api/changes/1501507/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/get-involved/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/get-involved/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-08T09:10:20.514370Z",
            "action": 44,
            "target": "",
            "id": 1383581,
            "action_name": "New strings to translate",
            "url": "https://l10n.elementary.io/api/changes/1383581/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/get-involved/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/get-involved/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-08T09:10:18.869035Z",
            "action": 0,
            "target": "",
            "id": 1383579,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1383579/?format=api"
        }
    ]
}