Translation components API.

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

GET /api/translations/download-o-o/master/en/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/download-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/download-o-o/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-27T20:39:18.006305Z",
            "action": 0,
            "target": "",
            "id": 1835874,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1835874/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/download-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/download-o-o/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-22T10:21:52.646102Z",
            "action": 0,
            "target": "",
            "id": 2693494,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2693494/?format=api"
        }
    ]
}