Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465283/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxparagraphs/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxparagraphs/it/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-10-15T03:36:27.569512Z",
    "action": 30,
    "target": "= Editing =\n\n== Paragraphs ==\n\n=== 1.0 Paragraphs ===\n\nParagraphs are text elements separated by 2 or more new lines.\n\n{{info}}New lines are not honored in XWiki Syntax 1.0. \nYou need to insert a double backslash instead, like: {{{}}}{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Simple paragraph|This is a paragraph|This is a paragraph\n|Paragraph on multiple lines|Paragraph on{{{}}}multiple lines|Paragraph onmultiple lines\n|Two paragraphs|Paragraph one\\Paragraph two|Paragraph one\\Paragraph two\n|Parametrized paragraph|<p style=\"text-align:center;color:blue\">Centered and blue paragraph</p>|(% style=\"text-align:center;color:blue\" %)Centered and blue paragraph\n\n=== 2.0 Paragraphs ===\n\nParagraphs are text elements separated by 2 or more new lines.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Simple paragraph|This is a paragraph|This is a paragraph\n|Paragraph on multiple lines|Paragraph onmultiple lines|Paragraph onmultiple lines\n|Two paragraphs|Paragraph one\\Paragraph two|Paragraph one\\Paragraph two\n|Parametrized paragraph|{{{(% style=\"text-align:center;color:blue\" %)}}}Centered and blue paragraph|(% style=\"text-align:center;color:blue\" %)Centered and blue paragraph\n|Different style on some portion of the paragraph content|paragraph with {{{(% style=\"color:red\" %)}}}red{{{(%%)}}} different style inside|paragraph with (% style=\"color:red\" %)red(%%) texte inside",
    "id": 289699,
    "action_name": "Source string changed",
    "url": "https://l10n.xwiki.org/api/changes/289699/?format=api"
}