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

{
    "unit": "http://weblate.tectic.de/api/units/11360/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-completedresearch/de/?format=api",
    "dictionary": null,
    "user": 3,
    "author": 3,
    "timestamp": "2017-04-19T18:57:33.792905+02:00",
    "action": 5,
    "target": "Wir haben jetzt einen Bauplan für ein Forschungslabor und die Baumaschinen, um Forschungskapseln für es zu erzeugen.",
    "id": 8463,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/8463/?format=api"
}