Translation components API.

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

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

{
    "count": 17,
    "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/fr/?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.793997Z",
            "action": 0,
            "target": "",
            "id": 347391,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/347391/?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/fr/?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.907118Z",
            "action": 0,
            "target": "",
            "id": 343119,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/343119/?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/fr/?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:27.063502Z",
            "action": 0,
            "target": "",
            "id": 323565,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/323565/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:16:53.379660Z",
            "action": 0,
            "target": "",
            "id": 322394,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/322394/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:27.022536Z",
            "action": 0,
            "target": "",
            "id": 318032,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/318032/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465597/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:27.022455Z",
            "action": 59,
            "target": "= Editing =\n\n== Tableaux ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Tables ===\n\n(% style=\"width: 99%;\" %)\n|=Fonctionnalité|=Syntaxe XWiki 1.0|=Résultat\n|Tableau standard|((({{{\n{table}\nTitre 1 | Titre 2\nMot 1 | Mot 2\n{table}\n}}})))|(((\n|=Titre 1|=Titre 2\n|Mot 1|Mot 2\n)))\n|Tableau paramétré|(((\n<table style=\"background-color: red;text-align:center\">\n  <tbody>\n    <tr>\n      <td>Titre 1</td>\n      <td style=\"background-color: yellow\">Titre 2</td>\n    </tr>\n    <tr>\n      <td>Mot 1</td>\n      <td>Mot 2</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% style=\"background-color: red;\" %)\n|=Titre 1|=(% style=\"background-color: yellow;\" %)Titre 2\n|Mot 1|Mot 2\n)))\n|Tableau filtrable et pouvant être trié|(((\n{{{$xwiki.ssfx.use}}}\n\n(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use\n\n(\"js/xwiki/table/tablefilterNsort.js\", true)\n<table id=\"table1id\"\n\nclass=\"grid sortable filterable doOddEven\">\n <tr class=\"sortHeader\">\n <th>Titre1</th>\n <th>Titre2</th>\n </tr>\n <tr>\n <td>Cellule11</td>\n <td>Cellule12</td>\n </tr>\n <tr>\n <td>Cellule21</td>\n <td>Cellule22</td>\n </tr>\n</table>\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{{html}}\n<table id=\"table1id\" class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>Titre1</th>\n    <th>Titre2</th>\n  </tr>\n  <tr>\n   <td>Cellule11</td>\n   <td>Cellule12</td>\n  </tr>\n  <tr>\n   <td>Cellule21</td>\n   <td>Cellule22</td>\n  </tr>\n</table>\n{{/html}}\n)))\n\n=== 2.0 Tables ===\n\nEn syntaxe XWiki 2.0, il est également possible d'avoir des paramètres pour le tableau, la ligne ou la cellule.\n\n|=Fonctionnalité|=Syntaxe XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Résultat\n|Tableau standard|(((\n{{{|=Titre 1|=Titre 2\n|Mot 1|Mot 2}}}\n)))ou(((\n{{{!=Titre 1!=Titre 2\n!!Mot 1!!Mot 2}}}\n)))|(((\n|=Titre 1|=Titre 2\n|Mot 1|Mot 2\n)))\n|Tableau paramétré|(((\n(% style=\"background-color: red;text-align:center\" %)\n~|=Titre 1|=~(% style=\"background-color: yellow\" %)Titre 2\n~|Mot 1|Mot 2\n)))|(((\n(% style=\"background-color: red;\" %)\n|=Titre 1|=(% style=\"background-color: yellow;\" %)Titre 2\n|Mot 1|Mot 2\n)))\n|Tableau filtrable et pouvant\nêtre trié|(((\n{{{{{velocity}}\n$xwiki.ssfx.use}}}\n\n{{{(\"js/xwiki/table/table.css\")\n$xwiki.jsfx.use}}}\n\n{{{(\"js/xwiki/table/tablefilterNsort.js\", true)\n{{/velocity}}\n\n{{html}}\n<table id=\"tableid\" }}}\n\n{{{class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>Titre1</th>\n    <th>Titre2</th>\n  </tr>\n  <tr>\n   <td>Cellule11</td>\n   <td>Cellule12</td>\n  </tr>\n  <tr>\n   <td>Cellule21</td>\n   <td>Cellule22</td>\n  </tr>\n</table>\n{{/html}}}}}\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{{html}}\n<table id=\"tableid\" class=\"grid sortable filterable doOddEven\">\n  <tr class=\"sortHeader\">\n    <th>Titre1</th>\n    <th>Titre2</th>\n  </tr>\n  <tr>\n   <td>Cellule11</td>\n   <td>Cellule12</td>\n  </tr>\n  <tr>\n   <td>Cellule21</td>\n   <td>Cellule22</td>\n  </tr>\n</table>\n{{/html}}\n)))",
            "id": 318031,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/318031/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-22T03:30:24.060419Z",
            "action": 0,
            "target": "",
            "id": 301019,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/301019/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465597/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-22T03:30:24.058062Z",
            "action": 30,
            "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": 301018,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/301018/?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/fr/?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:04.106594Z",
            "action": 0,
            "target": "",
            "id": 292211,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/292211/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-15T03:36:43.431952Z",
            "action": 0,
            "target": "",
            "id": 289865,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/289865/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465597/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-15T03:36:43.428010Z",
            "action": 30,
            "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>>http://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": 289864,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/289864/?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/fr/?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:50.206080Z",
            "action": 0,
            "target": "",
            "id": 287843,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/287843/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-10T03:31:09.544584Z",
            "action": 0,
            "target": "",
            "id": 284434,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/284434/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T13:00:50.440771Z",
            "action": 0,
            "target": "",
            "id": 280815,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280815/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:57:36.517503Z",
            "action": 0,
            "target": "",
            "id": 280133,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280133/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-02T15:32:43.741344Z",
            "action": 0,
            "target": "",
            "id": 276778,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/276778/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-17T10:19:56.821329Z",
            "action": 0,
            "target": "",
            "id": 175102,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/175102/?format=api"
        }
    ]
}