Translation components API.

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

GET /api/translations/yast-xpram/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-xpram/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-xpram/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T02:34:28.988206Z",
            "action": 0,
            "target": "",
            "id": 1786886,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1786886/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-xpram/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-xpram/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-23T02:36:57.890080Z",
            "action": 0,
            "target": "",
            "id": 1928771,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1928771/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-xpram/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-xpram/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-08T02:32:27.596072Z",
            "action": 0,
            "target": "",
            "id": 3010220,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/3010220/?format=api"
        }
    ]
}