Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/754/?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-29T13:01:32.595677Z",
    "action": 2,
    "target": "Kurzform nicht zulässig – diese Kurzform ist reserviert: {value}.",
    "id": 2414,
    "action_name": "Translation changed",
    "url": "http://translate.pretalx.com/api/changes/2414/?format=api"
}