Translation components API.

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

GET /api/translations/website/403/he/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/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:51.692321Z",
            "action": 0,
            "target": "",
            "id": 1360796,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1360796/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:04.909608Z",
            "action": 0,
            "target": "",
            "id": 1360202,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1360202/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:49.356702Z",
            "action": 0,
            "target": "",
            "id": 1249490,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1249490/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:19.821151Z",
            "action": 0,
            "target": "",
            "id": 188923,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/188923/?format=api"
        }
    ]
}