Changes API.

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

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

{
    "unit": null,
    "component": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
    "translation": null,
    "glossary_term": null,
    "user": null,
    "author": null,
    "timestamp": "2020-07-10T08:27:05.130062Z",
    "action": 23,
    "target": "error: cannot rebase: You have unstaged changes.\nerror: additionally, your index contains uncommitted changes.\nerror: Please commit or stash them.\n (1)",
    "id": 250,
    "action_name": "Failed rebase on repository",
    "url": "http://i18n.foe-helper.com/api/changes/250/?format=api"
}