Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "author": "https://l10n.opensuse.org/api/users/VivekanandKoya/?format=api",
            "timestamp": "2022-05-27T17:33:00.816373Z",
            "action": 0,
            "target": "",
            "id": 2099200,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2099200/?format=api"
        }
    ]
}