Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/126764/?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.877731Z",
    "action": 59,
    "target": "Specifies which hierarchy to use between pages. Possible values are \"reference\" (default) and \"parentchild\". If \"reference\" is used then the page hierarchy is defined using only the page reference, especially the nested spaces component of the page reference. If \"parentchild\" is used then the hierarchy is based on the parent/child relationship defined by the \"parent\" page field from the database.",
    "id": 321305,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/321305/?format=api"
}