Changes API.

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

GET /api/changes/1234926/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://l10n.elementary.io/api/units/3021709/?format=api",
    "component": "https://l10n.elementary.io/api/components/website/oem/?format=api",
    "translation": "https://l10n.elementary.io/api/translations/website/oem/de/?format=api",
    "user": "https://l10n.elementary.io/api/users/janmbrand/?format=api",
    "author": "https://l10n.elementary.io/api/users/janmbrand/?format=api",
    "timestamp": "2022-03-22T08:33:12.420797Z",
    "action": 4,
    "target": "Die Systemeinstellungen bieten vielfältige Vorteile zum Vertreiben von Geräten mit elementary OS. Von der Baukasten-Architektur bis zum einfach realisierbarem Branding. Die Systemeinstellungen wurden mit Bedacht hinsichtlich der OEMs entwickelt.",
    "id": 1234926,
    "action_name": "Suggestion added",
    "url": "https://l10n.elementary.io/api/changes/1234926/?format=api"
}