Translation components API.

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

GET /api/translations/friends/friends/be/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/friends/friends/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/friends/friends/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-18T18:13:52.168510Z",
            "action": 0,
            "target": "",
            "id": 2194798,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2194798/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/friends/friends/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/friends/friends/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-25T11:54:56.748704Z",
            "action": 0,
            "target": "",
            "id": 845598,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/845598/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/friends/friends/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/friends/friends/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-24T10:40:06.483152Z",
            "action": 0,
            "target": "",
            "id": 844158,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/844158/?format=api"
        }
    ]
}