Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/3800/?format=api",
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/de/?format=api",
    "user": "http://translate.pretalx.com/api/users/rixx/?format=api",
    "author": "http://translate.pretalx.com/api/users/rixx/?format=api",
    "timestamp": "2020-01-28T23:46:12.532321Z",
    "action": 5,
    "target": "Hi!\n\nFür pretalx oder eines der Plugins, das du in deiner pretalx-Instanz unter {base_url} installiert hast, ist ein Update verfügbar.\nBitte folge diesem Link, um weitere Informationen zu sehen:\n\n  {url}\n\nDu kannst weitere Informationen zu den neusten Updates in unserem Changelog nachlesen:\n\n  https://docs.pretalx.org/changelog.html\n\nGrößere Updates werden auch zusätzlich mit Update-Hinweisen auf unserem Blog veröffentlicht:\n\nhttps://pretalx.com/p/news/\n\nViele Grüße\nDeine pretalx-Entwickler",
    "id": 1307,
    "action_name": "New translation",
    "url": "http://translate.pretalx.com/api/changes/1307/?format=api"
}