Translation components API.

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

GET /api/translations/release-notes-opensuse/leap_15_6/et/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/leap_15_6/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/leap_15_6/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-01T13:52:50.679927Z",
            "action": 0,
            "target": "",
            "id": 2754062,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2754062/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14776490/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/leap_15_6/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/leap_15_6/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-01T13:52:49.330195Z",
            "action": 30,
            "target": "translator-credits",
            "id": 2754061,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2754061/?format=api"
        }
    ]
}