Changes API

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/60784/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": null,
    "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-errors/?format=api",
    "translation": null,
    "dictionary": null,
    "user": 6,
    "author": null,
    "timestamp": "2018-08-03T09:16:37",
    "action": 22,
    "target": "Auto-merging source/app/i18n/errors/ru.json\nCONFLICT (content): Merge conflict in source/app/i18n/errors/ru.json\nAuto-merging source/app/i18n/errors/en.json\nCONFLICT (content): Merge conflict in source/app/i18n/errors/en.json\nAutomatic merge failed; fix conflicts and then commit the result. (1)",
    "id": 60784,
    "action_name": "Failed merge on repository",
    "url": "http://weblate.ucs.ru/api/changes/60784/?format=api"
}