Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465072/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:17:18.498978Z",
    "action": 59,
    "target": "= Advanced =\n\n== Verbatim ==\n\n=== 1.0 Verbatim ===\n\nAllow to enter content that will not be formatted (in other words the XWiki Syntax will not be taken into account).\n\n{{info}}In XWiki Syntax 1.0 the [[Pre macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Pre%20Macro%20%28Radeox%29]] only preserves XWiki Syntax and Radeox macros. However HTML snippets and Groovy/Velocity scripts are still executed.{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Verbatim inline|{{{Some verbatim {pre}*[not rendered]*{/pre} content}}}|Some verbatim {{{*[not rendered]*}}} content\n|Verbatim block|((({{{\n{pre}\nmulti line\n*verbatim*\ncontent\n{/pre}\n}}}\n{{info}}It's also possible to use the [[Code macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Code%20Macro%20%28Radeox%29]] but it displays its content in a box by default.{{/info}}\n)))|((({{{\nmulti line\n*verbatim*\ncontent\n}}})))\n\n=== 2.0 Verbatim ===\n\nAllow to enter content that will not be formatted (in other words the XWiki Syntax will not be taken into account).\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Verbatim inline|{{{Some verbatim {{{**[[not rendered]]**}}} content}}}|Some verbatim {{{**[[not rendered]]**}}} content\n|Verbatim block|((({{{\n{{{\nmulti line\n**verbatim**\ncontent\n}}}\n}}})))|((({{{\nmulti line\n**verbatim**\ncontent\n}}})))",
    "id": 322421,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/322421/?format=api"
}