Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465103/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxnewlinelinebreaks/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxnewlinelinebreaks/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:16:07.288832Z",
    "action": 59,
    "target": "= Editing =\n\n== New Line/Line Breaks ==\n\n=== 1.0 New Line Line Breaks ===\n\nA new line is a carriage return. A line break is a forced new line that can appear anywhere in the text.\n\n{{info}}\nNew lines are not honored in XWiki Syntax 1.0. Use line breaks instead.\n{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Line break|{{{Line\\New line}}}|Line\\New line\n|New line|Line\\New line|Line New line\n\n=== 2.0 New Line Line Breaks ===\n\nA new line is a carriage return. A line break is a forced new line that can appear anywhere in the text.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Line break|{{{Line\\New line}}}|Line\\New line\n|New line|Line\\New line|Line\\New line",
    "id": 322323,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/322323/?format=api"
}