Translation components API.

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

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

{
    "count": 12,
    "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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-02T12:46:25.117137Z",
            "action": 17,
            "target": "",
            "id": 417098,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/417098/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/573515/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2024-01-02T12:22:10.852509Z",
            "action": 2,
            "target": "XWikiSyntaxTables",
            "id": 416697,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/416697/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/573514/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2024-01-02T12:17:33.862839Z",
            "action": 2,
            "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": 416683,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/416683/?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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T06:46:23.230607Z",
            "action": 17,
            "target": "",
            "id": 415287,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/415287/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/573515/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-30T05:04:36.675779Z",
            "action": 5,
            "target": "XWiki구문테이블",
            "id": 414316,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/414316/?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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T02:46:23.729638Z",
            "action": 17,
            "target": "",
            "id": 413167,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/413167/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/573514/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-30T01:46:48.601609Z",
            "action": 5,
            "target": "= 편집 중 =\n\n== 테이블 ==\n\n=== 1.0 테이블 ===\n\n테이블 형식의 콘텐츠를 쉽게 생성할 수 있습니다.\n\n|=기능|= XWiki 구문 1.0|=결과\n|표준 테이블|((({{{\n{테이블}\n제목 1 | 제목 2\n단어 1 | 단어 2\n{테이블}\n}}})))|(((\n|=제목 1|=제목 2\n|단어 1|단어 2\n)))\n|매개변수화된 테이블|(((\n<테이블 스타일=\"배경색:빨간색;텍스트 정렬:중심\">\n  <몸>\n    <tr>\n      <TD>제목 1</td>\n      <td 스타일=\"배경색:노란색\">제목 2</td>\n    </tr>\n    <tr>\n      <TD>단어 1</td>\n      <TD>단어 2</td>\n    </tr>\n  </tbody>\n</table>\n)))|(((\n(% 스타일=\"배경색:빨간색;텍스트 정렬:중심\" %)\n|=제목 1|=(% style=\"배경-색상:노란색\" %)제목 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=\"그리드 정렬 가능 필터링 가능 doOddEven\">\n  <tr class=\"정렬헤더\">\n    <일>제목 1</th>\n    <일>제목 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}}향상된 기능을 보려면 [[Livetable Macro>>https://extensions를 참조하세요. xwiki .org/ xwiki /bin/view/Extension/Livetable+Macro]].{{/info}}\n)))|(((\n{{속도}}\n$ xwiki .ssfx.use(\"js/ xwiki /table/table.css \" )\n$ xwiki .jsfx.use(\"js/ xwiki /table/tablefilterNsort.js\", true)\n{{/속도}}\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}}}))) 또는 ((({{{\n!=제목 1!=제목 2\n!!단어 1!!단어 2\n}}})))|(((\n|=제목 1|=제목 2\n|단어 1|단어 2\n)))\n|매개변수화된 테이블|((({{{\n(% 스타일=\"배경색:빨간색;텍스트 정렬:중심\" %)\n|=제목 1|=(% style=\"배경-색상:노란색\" %)제목 2\n|단어 1|단어 2\n}}})))|(((\n(% 스타일=\"배경색:빨간색;텍스트 정렬:중심\" %)\n|=제목 1|=(% style=\"배경-색상:노란색\" %)제목 2\n|단어 1|단어 2\n)))\n|필터링 가능 정렬 가능 테이블|((({{{\n{{속도}}\n$ xwiki .ssfx.use(\"js/ xwiki /table/table.css \" )\n$ xwiki .jsfx.use(\"js/ xwiki /table/tablefilterNsort.js\", true)\n{{/속도}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=제목 1|=제목 2\n|셀 11|셀 12\n|셀 21|셀 22\n}}}\n\n{{info}}향상된 기능을 보려면 [[Livetable Macro>>https://extensions를 참조하세요. xwiki .org/ xwiki /bin/view/Extension/Livetable+Macro]].{{/info}}\n)))|(((\n{{속도}}\n$ xwiki .ssfx.use(\"js/ xwiki /table/table.css \" )\n$ xwiki .jsfx.use(\"js/ xwiki /table/tablefilterNsort.js\", true)\n{{/속도}}\n\n(% class=\"grid sortable filterable doOddEven\" id=\"tableid\" %)\n(% class=\"sortHeader\" %)|=제목 1|=제목 2\n|셀 11|셀 12\n|셀 21|셀 22\n)))",
            "id": 413097,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/413097/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-28T10:49:50.669907Z",
            "action": 0,
            "target": "",
            "id": 405568,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/405568/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/573515/?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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-28T10:49:50.669851Z",
            "action": 59,
            "target": "",
            "id": 405567,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/405567/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/573514/?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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-28T10:49:50.669738Z",
            "action": 59,
            "target": "",
            "id": 405566,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/405566/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "timestamp": "2023-12-28T10:49:50.601994Z",
            "action": 48,
            "target": "",
            "id": 405565,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/405565/?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/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": null,
            "timestamp": "2023-12-28T10:49:50.597921Z",
            "action": 17,
            "target": "",
            "id": 405564,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/405564/?format=api"
        }
    ]
}