Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/552526/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxparameters/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxparameters/ja/?format=api",
    "user": "https://l10n.xwiki.org/api/users/shirahara/?format=api",
    "author": "https://l10n.xwiki.org/api/users/shirahara/?format=api",
    "timestamp": "2022-11-13T18:57:10.902486Z",
    "action": 5,
    "target": "= 高度 =\n\n== パラメーター ==\n\n=== パラメーター1.0 ===\n\nXWikiシンタックス 1.0にはパラメーターを渡すシンタックスは存在しないため、以下のテーブルに表示されているようにXHTMLで直接コンテンツに記述する必要があります。\n\n|=XWikiシンタックス 1.0|=生成されるXHTML\n|((({{{\n<h1 class=\"クラス名\" style=\"スタイル\" id=\"ID\">ヘッダー</h1>\n}}})))|((({{{\n<h1 class=\"クラス名\" style=\"スタイル\" id=\"ID\">ヘッダー</h1>\n}}})))\n\n=== パラメーター2.0 ===\n\nXWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}では、パラメーターを、異なるシンタックスの要素とテキストブロックへと渡すことができます。パラメーターは、例えばそれらを装飾するために使うことができます。また、どのようなパラメーターも、キーと値の組み合わせとして定めることができます。XHTMLのレンダラーは、これらのパラメーターをXHTMLの属性として、異なるシンタックスの要素の基礎にあるXHTMLの描写へと渡します。\n\n|=(% style=\"width:60%\" %)XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}|=生成されるXHTML\n|((({{{\n(% class=\"クラス名\" style=\"スタイル\" id=\"ID\" %)\n= ヘッダー =\n}}})))|((({{{\n<h1 class=\"クラス名\" style=\"スタイル\" id=\"ID\">ヘッダー</h1>\n}}})))",
    "id": 338072,
    "action_name": "Translation added",
    "url": "https://l10n.xwiki.org/api/changes/338072/?format=api"
}