Translation components API.

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

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

{
    "count": 11,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-02T12:46:27.090192Z",
            "action": 17,
            "target": "",
            "id": 417108,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/417108/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/575725/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/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:18:43.914714Z",
            "action": 2,
            "target": "XWikiSyntaxLists",
            "id": 416696,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/416696/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T06:46:25.494567Z",
            "action": 17,
            "target": "",
            "id": 415300,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/415300/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/575725/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/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:05:52.599075Z",
            "action": 5,
            "target": "XWiki구문목록",
            "id": 414328,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/414328/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-30T02:46:26.339874Z",
            "action": 17,
            "target": "",
            "id": 413182,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/413182/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/575724/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/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-30T02:00:34.192685Z",
            "action": 5,
            "target": "= Editing =\n\n== Lists ==\n\n=== 1.0 Lists ===\n\n{{info}}Some of the mentioned styles do not work on all browsers. For a comprehensive list follow [[this link>>http://www.quirksmode.org/css/lists.html]].{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Bulleted list|((({{{\n* item 1\n** item 2\n*** item 3\n* item 4\n}}})))|(((\n* item 1\n** item 2\n*** item 3\n* item 4\n)))\n|Numbered list|((({{{\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n}}})))|(((\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n)))\n|Mixed list|((({{{\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n}}})))|(((\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n)))\n|Square list|((({{{\n- item 1\n- item 2\n}}})))|(((\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n)))\n|Disc list|(((\n<ul style=\"list-style-type: disc\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n)))|(((\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n)))\n|Lowercase Alphabetical list|((({{{\na. item 1\na. item 2\n}}})))|(((\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n)))\n|Uppercase Alphabetical list|((({{{\nA. item 1\nA. item 2\n}}})))|(((\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n)))\n|Lowercase Roman list|((({{{\ni. item 1\ni. item 2\n}}})))|(((\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n)))\n|Uppercase Roman list|((({{{\nI. item 1\nI. item 2\n}}})))|(((\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n)))\n|Lowercase Greek list|((({{{\ng. item 1\ng. item 2\n}}})))|(((\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n)))\n|Uppercase Greek list|((({{{\nG. item 1\nG. item 2\n}}})))|(((\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n)))\n|Hiragana list|((({{{\nh. item 1\nh. item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n)))\n|Hiragana Iroha list|((({{{\nH. item 1\nH. item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n)))\n|Katakana list|((({{{\nk. item 1\nk. item 2\n}}})))|(((\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n)))\n|Katakana Iroha list|((({{{\nK. item 1\nK. item 2\n}}})))|(((\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n)))\n|Armenian list|((({{{\n<ul style=\"list-style-type: armenian\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n}}})))|(((\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n)))\n|Hebrew list|((({{{\nj. item 1\nj. item 2\n}}})))|(((\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n)))\n|Georgian list|((({{{\n<ul style=\"list-style-type: georgian\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n}}})))|(((\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n)))\n|CJK ideographic list|((({{{\n<ul style=\"list-style-type: cjk-ideographic\">\n  <li>item 1</li>\n  <li>item 2</li>\n</ul>\n}}})))|(((\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n)))\n\n=== 2.0 Lists ===\n\n{{info}}Some of the mentioned styles do not work on all browsers. For a comprehensive list follow [[this link>>http://www.quirksmode.org/css/lists.html]].{{/info}}\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Bulleted list|((({{{\n* item 1\n** item 2\n*** item 3\n* item 4\n}}})))|(((\n* item 1\n** item 2\n*** item 3\n* item 4\n)))\n|Numbered list|((({{{\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n}}})))|(((\n1. item 1\n11. item 2\n111. item 3\n1. item 4\n)))\n|Mixed list|((({{{\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n}}})))|(((\n1. item 1\n1*. item 2\n1*. item 3\n1. item 4\n)))\n|Square list|((({{{\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: square\" %)\n* item 1\n* item 2\n)))\n|Disc list|((({{{\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: disc\" %)\n* item 1\n* item 2\n)))\n|Lowercase Alphabetical list|((({{{\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-alpha\" %)\n* item 1\n* item 2\n)))\n|Uppercase Alphabetical list|((({{{\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-alpha\" %)\n* item 1\n* item 2\n)))\n|Lowercase Roman list|((({{{\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-roman\" %)\n* item 1\n* item 2\n)))\n|Uppercase Roman list|((({{{\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-roman\" %)\n* item 1\n* item 2\n)))\n|Lowercase Greek list|((({{{\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: lower-greek\" %)\n* item 1\n* item 2\n)))\n|Uppercase Greek list|((({{{\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: upper-greek\" %)\n* item 1\n* item 2\n)))\n|Hiragana list|((({{{\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana\" %)\n* item 1\n* item 2\n)))\n|Hiragana Iroha list|((({{{\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hiragana-iroha\" %)\n* item 1\n* item 2\n)))\n|Katakana list|((({{{\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: katakana\" %)\n* item 1\n* item 2\n)))\n|Katakana Iroha list|((({{{\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: katakana-iroha\" %)\n* item 1\n* item 2\n)))\n|Armenian list|((({{{\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: armenian\" %)\n* item 1\n* item 2\n)))\n|Hebrew list|((({{{\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: hebrew\" %)\n* item 1\n* item 2\n)))\n|Georgian list|((({{{\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: georgian\" %)\n* item 1\n* item 2\n)))\n|CJK ideographic list|((({{{\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n}}})))|(((\n(% style=\"list-style-type: cjk-ideographic\" %)\n* item 1\n* item 2\n)))",
            "id": 413106,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/413106/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/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-28T20:44:33.290877Z",
            "action": 0,
            "target": "",
            "id": 408119,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/408119/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/575725/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-28T20:44:33.290831Z",
            "action": 59,
            "target": "",
            "id": 408118,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/408118/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/575724/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-28T20:44:33.290725Z",
            "action": 59,
            "target": "",
            "id": 408117,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/408117/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/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-28T20:44:33.213444Z",
            "action": 48,
            "target": "",
            "id": 408116,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/408116/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlists/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/redums/?format=api",
            "author": null,
            "timestamp": "2023-12-28T20:44:33.208773Z",
            "action": 17,
            "target": "",
            "id": 408115,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/408115/?format=api"
        }
    ]
}