Translation components API.

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

GET /api/translations/cockpit-wicked/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/cockpit-wicked/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/cockpit-wicked/master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Panwar108/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Panwar108/?format=api",
            "timestamp": "2021-04-24T11:41:57.156574Z",
            "action": 0,
            "target": "",
            "id": 1792039,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1792039/?format=api"
        }
    ]
}