Translation components API.

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

GET /api/translations/yast-cc/master/en/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.opensuse.org/api/components/yast-cc/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cc/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T02:36:36.825982Z",
            "action": 0,
            "target": "",
            "id": 1786927,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1786927/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-cc/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cc/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-27T06:50:29.218955Z",
            "action": 0,
            "target": "",
            "id": 2074555,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2074555/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-cc/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cc/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-12T08:43:44.255337Z",
            "action": 0,
            "target": "",
            "id": 2960495,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2960495/?format=api"
        }
    ]
}