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

{
    "unit": null,
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/?format=api",
    "translation": null,
    "dictionary": null,
    "user": 4,
    "author": null,
    "timestamp": "2017-04-14T19:59:45.997959+02:00",
    "action": 22,
    "target": "Auto-merging res/values-de/handbook-CompletedResearch.xml\nCONFLICT (content): Merge conflict in res/values-de/handbook-CompletedResearch.xml\nAutomatic merge failed; fix conflicts and then commit the result. (1)",
    "id": 5999,
    "action_name": "Failed merge on repository",
    "url": "http://weblate.tectic.de/api/changes/5999/?format=api"
}