Translation components API.

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

GET /api/translations/yast-slp/master/sl/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/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T14:33:36Z",
            "action": 0,
            "target": "",
            "id": 372962,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/372962/?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/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-16T03:00:16.075345Z",
            "action": 0,
            "target": "",
            "id": 1683863,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1683863/?format=api"
        }
    ]
}