Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/577782/?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/ko/?format=api",
    "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
    "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
    "timestamp": "2024-01-02T12:25:13.234131Z",
    "action": 2,
    "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": 416699,
    "action_name": "Translation changed",
    "url": "https://l10n.xwiki.org/api/changes/416699/?format=api"
}