Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465015/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgeneralremarks/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:14:56.387171Z",
    "action": 59,
    "target": "= General =\n\n== General Remarks ==\n\n=== 2.0 General Remarks ===\n\nXWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} corrects some errors or ambiguous syntax entered by the user as shown in the examples in the table below.\n\n|=Description|=Example of invalid or ambiguous syntax|=Fixed XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}\n|Unclosed text styles|{{{**bold}}}|{{{**bold**}}}\n|Two standalone elements not separated by 2 new lines|{{{| table cell}}}\\{{{* list item}}}|{{{| table cell}}}\\\\{{{* list item}}}\n|Two standalone elements not separated by 2 new lines|{{{paragraph}}}\\{{{----}}}\\{{{paragraph}}}|{{{paragraph}}}\\\\{{{----}}}\\\\{{{paragraph}}}\n|Ignored new line at beginning of document|<new line at beginning of document>\\paragraph|paragraph\n|Not closed heading syntax|{{{=== heading}}}|{{{=== heading ===}}}",
    "id": 322219,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/322219/?format=api"
}