Translation components API.

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

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

{
    "count": 16,
    "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/en/?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.629176Z",
            "action": 0,
            "target": "",
            "id": 347388,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/347388/?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/en/?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:24.712692Z",
            "action": 0,
            "target": "",
            "id": 343116,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/343116/?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/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-10-11T08:29:26.915176Z",
            "action": 0,
            "target": "",
            "id": 323562,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/323562/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:16:53.239625Z",
            "action": 0,
            "target": "",
            "id": 322391,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/322391/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465578/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:16:53.239579Z",
            "action": 59,
            "target": "XWikiSyntaxTables",
            "id": 322390,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/322390/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465576/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:16:53.239490Z",
            "action": 59,
            "target": "= Editing =\n\n== Tables ==\n\n=== 1.0 Tables ===\n\nAllows to easily create content in table format.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Standard table|((({{{\n{table}\nTitle 1 | Title 2\nWord 1 | Word 2\n{table}\n}}})))|(((\n|=Title 1|=Title 2\n|Word 1|Word 2\n)))\n|Parametrized table|(((\n<table style=\"background-color:red;text-align:center\">\n  <tbody>\n    <tr>\n      <td>Title 1</td>\n      <td style=\"background-color:yellow\">Title 2</td>\n    </tr>\n    <tr>\n      <td>Word 1</td>\n      <td>Word 2</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n)))\n|Filterable Sortable table|((({{{\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>Title 1</th>\n    <th>Title 2</th>\n  </tr>\n  <tr>\n   <td>Cell 11</td>\n   <td>Cell 12</td>\n  </tr>\n  <tr>\n   <td>Cell 21</td>\n   <td>Cell 22</td>\n  </tr>\n</table>\n}}}\n\n{{info}}For improved features see the [[Livetable Macro>>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\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n)))\n\n=== 2.0 Tables ===\n\nAllows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Standard table|((({{{\n|=Title 1|=Title 2\n|Word 1|Word 2\n}}}))) or ((({{{\n!=Title 1!=Title 2\n!!Word 1!!Word 2\n}}})))|(((\n|=Title 1|=Title 2\n|Word 1|Word 2\n)))\n|Parametrized table|((({{{\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n}}})))|(((\n(% style=\"background-color:red;text-align:center\" %)\n|=Title 1|=(% style=\"background-color:yellow\" %)Title 2\n|Word 1|Word 2\n)))\n|Filterable Sortable table|((({{{\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\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n}}}\n\n{{info}}For improved features see the [[Livetable Macro>>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\" %)|=Title 1|=Title 2\n|Cell 11|Cell 12\n|Cell 21|Cell 22\n)))",
            "id": 322389,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/322389/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:26.886917Z",
            "action": 0,
            "target": "",
            "id": 318027,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/318027/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-22T03:30:23.879203Z",
            "action": 0,
            "target": "",
            "id": 301014,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/301014/?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/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2021-11-24T08:41:03.755956Z",
            "action": 0,
            "target": "",
            "id": 292208,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/292208/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-15T03:36:43.097218Z",
            "action": 0,
            "target": "",
            "id": 289859,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/289859/?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/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2021-07-02T10:26:49.821185Z",
            "action": 0,
            "target": "",
            "id": 287840,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/287840/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-10T03:31:09.291321Z",
            "action": 0,
            "target": "",
            "id": 284431,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/284431/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T13:00:49.906858Z",
            "action": 0,
            "target": "",
            "id": 280812,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280812/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:57:35.967248Z",
            "action": 0,
            "target": "",
            "id": 280130,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280130/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-02T15:32:39.420069Z",
            "action": 0,
            "target": "",
            "id": 276771,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/276771/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-17T10:19:56.682724Z",
            "action": 0,
            "target": "",
            "id": 175100,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/175100/?format=api"
        }
    ]
}