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/3842/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.tectic.de/api/units/9850/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-creative/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-creative/en/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2017-04-14T17:17:19.329044+02:00",
    "action": 13,
    "target": "",
    "id": 3842,
    "action_name": "New source string",
    "url": "http://weblate.tectic.de/api/changes/3842/?format=api"
}