Translation components API.

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

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

{
    "count": 15,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-28T03:46:24.406683Z",
            "action": 17,
            "target": "",
            "id": 402171,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/402171/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529904/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/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-28T02:08:27.660112Z",
            "action": 2,
            "target": "샌드박스",
            "id": 401350,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/401350/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529903/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/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-28T02:07:14.325998Z",
            "action": 2,
            "target": "sandbox는 자유롭게 수정할 수 있는 Wiki의 일부입니다. 편집을 연습할 수 있게 되어 있습니다. 페이지 편집이 어떻게 작동하는지 확인하고 새 페이지를 작성합니다. **Edit**을 클릭하여 시작하십시오.\n\n{{info}}\n페이지를 편집할 때 덮어쓰거나 손실될 염려가 없습니다, 페이지 하단의 \"기록\" 탭에서 페이지의 첫 번째 버전으로 롤백할 수 있습니다.\n{{/info}}\n\n기본 [[XWiki Syntax>>XWiki.XWikiSyntax]] 참조하려면, 페이지를 편집할 때 \"Wiki code\" in the \"Show\" 메뉴에서 \"Wiki code\"를 클릭하거나 \" Source\"탭을 클릭 할 수 있습니다.\n\n다음은 당신이 테스트해볼 수 있는 페이지 입니다:\n\n* [[Sandbox Test Page 1>>Sandbox.TestPage1]]\n* [[Sandbox Test Page 2>>Sandbox.TestPage2]]\n* [[Sandbox Test Page 3>>Sandbox.TestPage3]]\n\n이 예시는 [[XWiki Syntax>>XWiki.XWikiSyntax]] Wiki 페이지(headings, images, tables)에서 사용할 수 있습니다.\n\n== Headings ==\n\nXWiki는 6가지 수준의 제목을 제공합니다. 페이지를 구성하는 데 사용할 수 있습니다.\n\n== Level 2 Heading ==\n\n=== Level 3 Heading ===\n\n==== Level 4 Heading 4 ====\n\n===== Level 5 Heading 5 =====\n\n====== Level 6 Heading 6 ======\n\n{{info title=\"접근성 권장사항\"}}\n위키에서 보조 기술 사용자에게 최상의 경험을 제공하려면 페이지 콘텐츠에서 제목의 첫 번째 수준을 사용하지 않아야 합니다.\n{{/info}}\n\n== Styles ==\n\nXWiki에서 지원하는 기본 스타일:\n\n* **Text in Bold**\n* //Text in Italics//\n* __Text in Underline__\n* --Text in Strikethrough--\n* Text in ,,subscript,,\n* Text in ^^superscript^^\n\n== Lists ==\n\nWiki 페이지에서 다양한 유형의 목록을 만들 수 있습니다:\n\n=== Unordered list ===\n\n* Level 1\n** Level 2\n*** Level 3\n** Level 2\n* Level 1\n\n=== Numbered list ===\n\n1. Item\n11. Subitem\n111. Item\n1. Subitem\n\n=== Mixed list ===\n\n1. Item 1\n11. Item 2\n11*. Item 3\n11*. Item 4\n1. Item 5\n\n== Tables ==\n\nWiki 페이지에 직접 테이블을 만들 수 있습니다:\n\n=== 맨 위 행에 헤더가 있는 테이블 ===\n\n|= table header |= table header |= table header\n| cell | cell | cell\n| cell | cell | cell\n\n=== 맨 위 행과 왼쪽 열에 헤더가 있는 테이블 ===\n\n|= table header |= table header |= table header\n|= table header | cell | cell\n|= table header | cell | cell\n\n== 링크 ==\n\nXWiki를 사용하면 Wiki 또는 웹상의 다른 페이지에 대한 링크를 만들 수 있습니다:\n\n* [[WebHome]] -> 현재 공간의 홈페이지 링크\n* [[Sandbox Home>>WebHome]] -> 링크에는 라벨을 붙일 수 있습니다\n* [[Wiki Home>>Main.WebHome]] -> 링크는 SpaceName.PageName 형식을 사용하여 다른 공간에 있는 페이지에 링크할 수 있습니다\n* [[http://www.xwiki.org]] -> Wiki 페이지 또는 외부 웹 사이트에 링크할 수 있습니다\n* [[XWiki.org Website>>http://www.xwiki.org]] -> 링크 라벨은 외부 링크에도 기능합니다\n\n첨부 파일에 대한 링크를 만들 수도 있습니다:\n\nattach:XWikiLogo.png\n\n== 이미지 ==\n\nWiki 페이지에 이미지를 삽입할 수 있습니다:\n\nimage:XWikiLogo.png\n\n== 매크로 ==\n\n매크로를 사용하면, Wiki 컨텐츠의 외관을 좋게 하고 Wiki 에 기능을 추가할 수 있습니다. 다음은 Wiki 페이지에서 매크로를 사용하는 방법의 2가지 예입니다:\n\n=== 경고 매크로 ===\n\n이 매크로를 사용하면 특정 정보에 대한 사용자의 주의를 끌 수 있습니다:\n\n{{warning}}\nHello World\n{{/warning}}\n\n=== 목차 ===\n\n이 매크로는 Heading에 따라 자동으로 Wiki 페이지의 목차를 생성합니다:\n\n{{toc/}}",
            "id": 401349,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/401349/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529903/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/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-28T02:07:14.323136Z",
            "action": 45,
            "target": "",
            "id": 401348,
            "action_name": "Contributor joined",
            "url": "https://l10n.xwiki.org/api/changes/401348/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-16T03:05:37.027912Z",
            "action": 0,
            "target": "",
            "id": 400786,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/400786/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529903/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-16T03:05:37.027803Z",
            "action": 59,
            "target": "sandbox는 자유롭게 수정할 수 있는 Wiki의 일부입니다. 편집을 연습할 수 있게 되어 있습니다. 페이지 편집이 어떻게 작동하는지 확인하고 새 페이지를 작성합니다. **Edit**을 클릭하여 시작하십시오.\n\n{{info}}\n페이지를 편집할 때 덮어쓰거나 손실될 염려가 없습니다, 페이지 하단의 \"기록\" 탭에서 페이지의 첫 번째 버전으로 롤백할 수 있습니다.\n{{/info}}\n\n기본 [[XWiki Syntax>>XWiki.XWikiSyntax]] 참조하려면, 페이지를 편집할 때 \"Wiki code\" in the \"Show\" 메뉴에서 \"Wiki code\"를 클릭하거나 \" Source\"탭을 클릭 할 수 있습니다.\n\n다음은 당신이 테스트해볼 수 있는 페이지 입니다:\n\n* [[Sandbox Test Page 1>>Sandbox.TestPage1]]\n* [[Sandbox Test Page 2>>Sandbox.TestPage2]]\n* [[Sandbox Test Page 3>>Sandbox.TestPage3]]\n\n이 예시는 [[XWiki Syntax>>XWiki.XWikiSyntax]] Wiki 페이지(headings, images, tables)에서 사용할 수 있습니다.\n\n== Headings ==\n\nXWiki는 6가지 수준의 제목을 제공합니다. 페이지를 구성하는 데 사용할 수 있습니다.\n\n== Level 2 Heading ==\n\n=== Level 3 Heading ===\n\n==== Level 4 Heading 4 ====\n\n===== Level 5 Heading 5 =====\n\n====== Level 6 Heading 6 ======\n\n== Styles ==\n\nXWiki에서 지원하는 기본 스타일:\n\n* **Text in Bold**\n* //Text in Italics//\n* __Text in Underline__\n* --Text in Strikethrough--\n* Text in ,,subscript,,\n* Text in ^^superscript^^\n\n== Lists ==\n\nWiki 페이지에서 다양한 유형의 목록을 만들 수 있습니다:\n\n=== Unordered list ===\n\n* Level 1\n** Level 2\n*** Level 3\n** Level 2\n* Level 1\n\n=== Numbered list ===\n\n1. Item\n11. Subitem\n111. Item\n1. Subitem\n\n=== Mixed list ===\n\n1. Item 1\n11. Item 2\n11*. Item 3\n11*. Item 4\n1. Item 5\n\n== Tables ==\n\nWiki 페이지에 직접 테이블을 만들 수 있습니다:\n\n=== 맨 위 행에 헤더가 있는 테이블 ===\n\n|= table header |= table header |= table header\n| cell | cell | cell\n| cell | cell | cell\n\n=== 맨 위 행과 왼쪽 열에 헤더가 있는 테이블 ===\n\n|= table header |= table header |= table header\n|= table header | cell | cell\n|= table header | cell | cell\n\n== 링크 ==\n\nXWiki를 사용하면 Wiki 또는 웹상의 다른 페이지에 대한 링크를 만들 수 있습니다:\n\n* [[WebHome]] -> 현재 공간의 홈페이지 링크\n* [[Sandbox Home>>WebHome]] -> 링크에는 라벨을 붙일 수 있습니다\n* [[Wiki Home>>Main.WebHome]] -> 링크는 SpaceName.PageName 형식을 사용하여 다른 공간에 있는 페이지에 링크할 수 있습니다\n* [[http://www.xwiki.org]] -> Wiki 페이지 또는 외부 웹 사이트에 링크할 수 있습니다\n* [[XWiki.org Website>>http://www.xwiki.org]] -> 링크 라벨은 외부 링크에도 기능합니다\n\n첨부 파일에 대한 링크를 만들 수도 있습니다:\n\nattach:XWikiLogo.png\n\n== 이미지 ==\n\nWiki 페이지에 이미지를 삽입할 수 있습니다:\n\nimage:XWikiLogo.png\n\n== 매크로 ==\n\n매크로를 사용하면, Wiki 컨텐츠의 외관을 좋게 하고 Wiki 에 기능을 추가할 수 있습니다. 다음은 Wiki 페이지에서 매크로를 사용하는 방법의 2가지 예입니다:\n\n=== 경고 매크로 ===\n\n이 매크로를 사용하면 특정 정보에 대한 사용자의 주의를 끌 수 있습니다:\n\n{{warning}}\nHello World\n{{/warning}}\n\n=== 목차 ===\n\n이 매크로는 Heading에 따라 자동으로 Wiki 페이지의 목차를 생성합니다:\n\n{{toc/}}",
            "id": 400785,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/400785/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?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:11.035764Z",
            "action": 0,
            "target": "",
            "id": 346941,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/346941/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?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:14:55.993694Z",
            "action": 0,
            "target": "",
            "id": 342416,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/342416/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?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:31.662448Z",
            "action": 0,
            "target": "",
            "id": 323615,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/323615/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:10:46.607329Z",
            "action": 0,
            "target": "",
            "id": 320896,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/320896/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:20.662593Z",
            "action": 0,
            "target": "",
            "id": 317921,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/317921/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529904/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T20:03:19.622093Z",
            "action": 5,
            "target": "Sandbox",
            "id": 298815,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/298815/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529903/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T20:03:13.355398Z",
            "action": 5,
            "target": "sandbox는 자유롭게 수정할 수 있는 Wiki의 일부입니다. 편집을 연습할 수 있게 되어 있습니다. 페이지 편집이 어떻게 작동하는지 확인하고 새 페이지를 작성합니다. **Edit**을 클릭하여 시작하십시오.\n\n{{info}}\n페이지를 편집할 때 덮어쓰거나 손실될 염려가 없습니다, 페이지 하단의 \"기록\" 탭에서 페이지의 첫 번째 버전으로 롤백할 수 있습니다.\n{{/info}}\n\n기본 [[XWiki Syntax>>XWiki.XWikiSyntax]] 참조하려면, 페이지를 편집할 때 \"Wiki code\" in the \"Show\" 메뉴에서 \"Wiki code\"를 클릭하거나 \" Source\"탭을 클릭 할 수 있습니다.\n\n다음은 당신이 테스트해볼 수 있는 페이지 입니다:\n\n* [[Sandbox Test Page 1>>Sandbox.TestPage1]]\n* [[Sandbox Test Page 2>>Sandbox.TestPage2]]\n* [[Sandbox Test Page 3>>Sandbox.TestPage3]]\n\n이 예시는 [[XWiki Syntax>>XWiki.XWikiSyntax]] Wiki 페이지(headings, images, tables)에서 사용할 수 있습니다.\n\n= Headings =\n\nXWiki는 6가지 수준의 제목을 제공합니다. 페이지를 구성하는 데 사용할 수 있습니다.\n\n== Level 2 Heading ==\n\n=== Level 3 Heading ===\n\n==== Level 4 Heading 4 ====\n\n===== Level 5 Heading 5 =====\n\n====== Level 6 Heading 6 ======\n\n= Styles =\n\nXWiki에서 지원하는 기본 스타일:\n\n* **Text in Bold**\n* //Text in Italics//\n* __Text in Underline__\n* --Text in Strikethrough--\n* Text in ,,subscript,,\n* Text in ^^superscript^^\n\n= Lists =\n\nWiki 페이지에서 다양한 유형의 목록을 만들 수 있습니다:\n\n== Unordered list ==\n\n* Level 1\n** Level 2\n*** Level 3\n** Level 2\n* Level 1\n\n== Numbered list ==\n\n1. Item\n11. Subitem\n111. Item\n1. Subitem\n\n== Mixed list ==\n\n1. Item 1\n11. Item 2\n11*. Item 3\n11*. Item 4\n1. Item 5\n\n= Tables =\n\nWiki 페이지에 직접 테이블을 만들 수 있습니다:\n\n== 맨 위 행에 헤더가 있는 테이블 ==\n\n|= table header |= table header |= table header\n| cell | cell | cell\n| cell | cell | cell\n\n== 맨 위 행과 왼쪽 열에 헤더가 있는 테이블 ==\n\n|= table header |= table header |= table header\n|= table header | cell | cell\n|= table header | cell | cell\n\n= 링크 =\n\nXWiki를 사용하면 Wiki 또는 웹상의 다른 페이지에 대한 링크를 만들 수 있습니다:\n\n* [[WebHome]] -> 현재 공간의 홈페이지 링크\n* [[Sandbox Home>>WebHome]] -> 링크에는 라벨을 붙일 수 있습니다\n* [[Wiki Home>>Main.WebHome]] -> 링크는 SpaceName.PageName 형식을 사용하여 다른 공간에 있는 페이지에 링크할 수 있습니다\n* [[http://www.xwiki.org]] -> Wiki 페이지 또는 외부 웹 사이트에 링크할 수 있습니다\n* [[XWiki.org Website>>http://www.xwiki.org]] -> 링크 라벨은 외부 링크에도 기능합니다\n\n첨부 파일에 대한 링크를 만들 수도 있습니다:\n\nattach:XWikiLogo.png\n\n= 이미지 =\n\nWiki 페이지에 이미지를 삽입할 수 있습니다:\n\nimage:XWikiLogo.png\n\n= 매크로 =\n\n매크로를 사용하면, Wiki 컨텐츠의 외관을 좋게 하고 Wiki 에 기능을 추가할 수 있습니다. 다음은 Wiki 페이지에서 매크로를 사용하는 방법의 2가지 예입니다:\n\n== 경고 매크로 ==\n\n이 매크로를 사용하면 특정 정보에 대한 사용자의 주의를 끌 수 있습니다:\n\n{{warning}}\nHello World\n{{/warning}}\n\n== 목차 ==\n\n이 매크로는 Heading에 따라 자동으로 Wiki 페이지의 목차를 생성합니다:\n\n{{toc/}}",
            "id": 298814,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/298814/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T19:22:51.824395Z",
            "action": 48,
            "target": "",
            "id": 298812,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/298812/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/sandbox-webhome/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T19:22:51.644661Z",
            "action": 0,
            "target": "",
            "id": 298810,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/298810/?format=api"
        }
    ]
}