Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465396/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxmacros/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxmacros/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:16:00.807079Z",
    "action": 59,
    "target": "= Programming =\n\n== Macros ==\n\n=== 1.0 Macros ===\n\nThere are two kinds of macros in XWiki Syntax 1.0:\n\n* Velocity macros (called using the ###macroname(param1 ... paramN)## syntax)\n* Radeox macros (called using the ##{macroname:param1=value1|...|paramN=valueN}## syntax)\n\n{{info}}\nFor the full list of available macros check the [[Extensions wiki>>https://extensions.xwiki.org/]].\n{{/info}}\n\n|=Feature|=XWiki Syntax 1.0\n|Velocity Macro|(((\n{{{#info(\"Some text\")}}}\n)))\n|Radeox Macro|(((\n{{{{code:java}\njava content\n{code}\n}}}\n)))\n\n=== 2.0 Macros ===\n\nThere is only one kind of macro in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}, which is called by the syntax: ##{{{{{macroname param1=\"value1\" ... paramN=\"valueN\"}}...{{/macroname}}}}}##. For macros without content there's a short notation: ##{{{{{macroname param1=\"value1\" ... paramN=\"valueN\"/}}}}}##\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Rendering Macro with a content|(((\n{{{{{code language=\"java\"}}\nSystem.out.println(\"Hello World!\");\n{{/code}}\n}}}\n)))|{{code language=\"java\"}}System.out.println(\"Hello World!\");{{/code}}\n|Rendering Macro without content|(((\n{{{{{include reference=\"Space.Page\"/}}}}}\n)))|The referenced page is included in the current page\n\n{{info}}\nFor the full list of available macros check the [[Extensions wiki>>https://extensions.xwiki.org/]].\n{{/info}}\n\n==== Macros in this wiki ====\n\n{{include reference=\"XWiki.XWikiSyntaxMacrosList\"/}}",
    "id": 322312,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/322312/?format=api"
}