Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxtables/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/ja/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-11-16T15:47:38.904482Z",
            "action": 0,
            "target": "",
            "id": 347393,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/347393/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/ja/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-11-15T11:15:25.026838Z",
            "action": 0,
            "target": "",
            "id": 343121,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/343121/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/552622/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/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-15T07:27:37.665624Z",
            "action": 5,
            "target": "XWikiSyntaxTables",
            "id": 338720,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/338720/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/552621/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/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-15T07:27:02.903922Z",
            "action": 5,
            "target": "= 編集 =\n\n== 表 ==\n\n=== 表1.0 ===\n\nコンテンツを簡単に表形式で作成できます。\n\n|=機能|=XWikiシンタックス 1.0|=結果\n|標準の表|((({{{\n{table}\nタイトル1 | タイトル2\n語1 | 語2\n{table}\n}}})))|(((\n|=タイトル1|=タイトル2\n|語1|語2\n)))\n|パラメーター表記の表|(((\n<table style=\"background-color:red;text-align:center\">\n  <tbody>\n    <tr>\n      <td>タイトル1</td>\n      <td style=\"background-color:yellow\">タイトル2</td>\n    </tr>\n    <tr>\n      <td>語1</td>\n      <td>語2</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=タイトル1|=(% style=\"background-color:yellow\" %)タイトル2\n|語1|語2\n)))\n|フィルター可能なソートテーブル|((({{{\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n<table id=\"table1id\" class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>タイトル1</th>\n    <th>タイトル2</th>\n  </tr>\n  <tr>\n   <td>セル11</td>\n   <td>セル12</td>\n  </tr>\n  <tr>\n   <td>セル21</td>\n   <td>セル22</td>\n  </tr>\n</table>\n}}}\n\n{{info}}改良した機能については[[ライブテーブルマクロ>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]]を参照してください。{{/info}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"table1id\" %)\n(% class=\"sortHeader\" %)|=タイトル1|=タイトル2\n|セル11|セル12\n|セル21|セル22\n)))\n\n=== 表2.0 ===\n\nコンテンツを簡単に表形式で作成できます。XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}では、表、列、行のパラメーターもサポートしています。\n\n|=機能|=XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}|=結果\n|標準の表|((({{{\n|=タイトル1|=タイトル2\n|語1|語2\n}}}))) or ((({{{\n!=タイトル1!=タイトル2\n!!語1!!語2\n}}})))|(((\n|=タイトル1|=タイトル2\n|語1|語2\n)))\n|パラメーター表記の表|((({{{\n(% style=\"background-color:red;text-align:center\" %)\n|=タイトル1|=(% style=\"background-color:yellow\" %)タイトル2\n|語1|語2\n}}})))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=タイトル1|=(% style=\"background-color:yellow\" %)タイトル2\n|語1|語2\n)))\n|フィルター可能なソートテーブル|((({{{\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=タイトル1|=タイトル2\n|セル11|セル12\n|セル21|セル22\n}}}\n\n{{info}}改良した機能については[[ライブテーブルマクロ>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]]を参照してください。{{/info}}\n)))|(((\n{{velocity}}\n$xwiki.ssfx.use(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=タイトル1|=タイトル2\n|セル11|セル12\n|セル21|セル22\n)))",
            "id": 338719,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/338719/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/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-15T07:16:20.906982Z",
            "action": 0,
            "target": "",
            "id": 338712,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/338712/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/552622/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-15T07:16:20.906939Z",
            "action": 59,
            "target": "",
            "id": 338711,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/338711/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/552621/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-15T07:16:20.906844Z",
            "action": 59,
            "target": "",
            "id": 338710,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/338710/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtables/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtables/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-15T07:16:20.837465Z",
            "action": 48,
            "target": "",
            "id": 338709,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/338709/?format=api"
        }
    ]
}