Translation components API.

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

GET /api/translations/friends/friends/sd/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/sd/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-18T18:14:02.606381Z",
            "action": 0,
            "target": "",
            "id": 2194936,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2194936/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/friends/friends/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/friends/friends/sd/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-25T11:55:07.763597Z",
            "action": 0,
            "target": "",
            "id": 845733,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/845733/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/friends/friends/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/friends/friends/sd/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-24T10:40:11.996763Z",
            "action": 0,
            "target": "",
            "id": 844291,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/844291/?format=api"
        }
    ]
}