Translation components API.

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

GET /api/translations/yast-slp/master/zh_TW/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/yast-slp/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-slp/master/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T14:33:39Z",
            "action": 0,
            "target": "",
            "id": 372994,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/372994/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-slp/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-slp/master/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-16T03:00:18.053232Z",
            "action": 0,
            "target": "",
            "id": 1683879,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1683879/?format=api"
        }
    ]
}