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

{
    "unit": "http://weblate.tectic.de/api/units/11345/?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-14T18:02:37.510454+02:00",
    "action": 2,
    "target": "Verbesserte Verteidigung",
    "id": 5378,
    "action_name": "Translation changed",
    "url": "http://weblate.tectic.de/api/changes/5378/?format=api"
}