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

{
    "unit": "http://weblate.tectic.de/api/units/116191/?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/de/?format=api",
    "dictionary": null,
    "user": 5,
    "author": 5,
    "timestamp": "2018-05-07T20:48:16.388791+02:00",
    "action": 5,
    "target": "Suche platzierbare Gegenstände",
    "id": 55656,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/55656/?format=api"
}