Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/6479/?format=api",
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/es_MX/?format=api",
    "user": "http://translate.pretalx.com/api/users/pedrogk/?format=api",
    "author": "http://translate.pretalx.com/api/users/pedrogk/?format=api",
    "timestamp": "2020-03-22T01:41:30.040153Z",
    "action": 5,
    "target": "¡Hay un nueva agenda de %(event_name)s!",
    "id": 2611,
    "action_name": "New translation",
    "url": "http://translate.pretalx.com/api/changes/2611/?format=api"
}