Translation components API.

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

GET /api/translations/website/403/es/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/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:51.311848Z",
            "action": 0,
            "target": "",
            "id": 1360792,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1360792/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:04.687741Z",
            "action": 0,
            "target": "",
            "id": 1360198,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1360198/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:49.115356Z",
            "action": 0,
            "target": "",
            "id": 1249486,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1249486/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:17.325259Z",
            "action": 0,
            "target": "",
            "id": 188911,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/188911/?format=api"
        }
    ]
}