Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465193/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxheadings/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxheadings/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:15:11.371736Z",
    "action": 59,
    "target": "= Editing =\n\n== Headings ==\n\n=== 1.0 Headings ===\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Standard headings|(((\n1 level 1\n1.1 level 2\n1.1.1 level 3\n1.1.1.1 level 4\n1.1.1.1.1 level 5\n1.1.1.1.1.1 level 6\n)))|(((\n= level 1 = \n== level 2 ==\n=== level 3 ===\n==== level 4 ====\n===== level 5 =====\n====== level 6 ======\n)))\n|Parameterized headings|<h1><span style=\"color:blue\">Heading</span></h1>|(((\n(% style=\"color:blue\" %)\n= heading =\n)))\n|Headings with XWiki Syntax|1.1.1 Heading with *bold*|(((=== Heading with **bold** ===)))\n\n=== 2.0 Headings ===\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Standard headings|((({{{\n= level 1 = \n== level 2 ==\n=== level 3 ===\n==== level 4 ====\n===== level 5 =====\n====== level 6 ======\n}}})))|(((\n= level 1 = \n== level 2 ==\n=== level 3 ===\n==== level 4 ====\n===== level 5 =====\n====== level 6 ======\n)))\n|Parameterized headings|{{{(% style=\"color:blue\" %)}}}\\= heading =|(((\n(% style=\"color:blue\" %)\n= heading =\n)))\n|Headings with XWiki Syntax|{{{=== Heading with **bold** ===}}}|(((=== Heading with **bold** ===)))",
    "id": 322240,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/322240/?format=api"
}