Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.tectic.de/api/units/116168/?format=api",
    "component": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fc_mods/madvandal-mods/en/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2018-05-07T20:39:19.811782+02:00",
    "action": 13,
    "target": "",
    "id": 55628,
    "action_name": "New source string",
    "url": "http://weblate.tectic.de/api/changes/55628/?format=api"
}