Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/126748/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-documenttreetranslations/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-documenttreetranslations/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:11:59.877207Z",
    "action": 59,
    "target": "Whether to show the root node or not. The root node is not shown by default because it is usually implied from the context where the tree is displayed (e.g. a label before the tree). There are some cases though when you may want to display the root node: to be able to create a new node under the root.",
    "id": 321289,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/321289/?format=api"
}