Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465132/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxquotations/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:16:37.305748Z",
    "action": 59,
    "target": "= Advanced =\n\n== Quotations ==\n\n=== 1.0 Quotations ===\n\nAllows to quote some text.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Simple quote|(((\n<blockquote><p>john said this</p></blockquote>\nI said ok\n)))|(((\n> john said this\nI said ok\n)))\n|Nested quotes|(((\n<blockquote><p>john said this</p>\n  <blockquote><p>marie answered that</p></blockquote>\n</blockquote>\nI said ok \n)))|(((\n> john said this\n>> marie answered that\nI said ok\n)))\n\n=== 2.0 Quotations ===\n\nAllows to quote some text.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Simple quote|((({{{\n> john said this\nI said ok\n}}})))|(((\n> john said this\nI said ok\n)))\n|Nested quotes|((({{{\n> john said this\n>> marie answered that\nI said ok\n}}})))|(((\n> john said this\n>> marie answered that\nI said ok\n)))",
    "id": 322365,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/322365/?format=api"
}