Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465643/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxscripts/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxscripts/de/?format=api",
    "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
    "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
    "timestamp": "2022-01-04T18:20:55.203469Z",
    "action": 2,
    "target": "= Programmierung =\n\n== Skripte ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Scripts ===\n\n{{info}}In XWiki Syntax 1.0 war es möglich Velocity Skripte überall direkt in der Seite einzugeben. Dies hat zu Problemen geführt, beispielsweise wenn ein Nutzer unfreiwillig Velocity Inhalte eingegeben hat. Es war zudem leistungshungrig für Seiten, die keinen Velocity Inhalt benötigten. Es gab zudem etliche weitere technische Einschränkungen. Selbiges gilt für Groovy Skripte.{{/info}}\n\n|=Funktion|=XWiki Syntax 1.0\n|Velocity Skript|((({{{\n#set ($var = \"whatever\")\n}}})))\n|Groovy Skript|((({{{\n<%\ndef var = \"whatever\"\n%>\n}}})))\n\n=== 2.0 Scripts ===\n\n{{info}}XWiki [[unterstützt verschiedene Skript-Sprachen>>https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/]].{{/info}}\n\n|=Funktion|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}\n|Velocity Skript|((({{{\n{{velocity}}\n#set ($var = \"whatever\")\n{{/velocity}}\n}}})))\n|Groovy Skript|((({{{\n{{groovy}}\ndef var = \"whatever\"\n{{/groovy}}\n}}})))",
    "id": 294255,
    "action_name": "Translation changed",
    "url": "https://l10n.xwiki.org/api/changes/294255/?format=api"
}