Units API.

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

GET /api/units/529903/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/ko/?format=api",
    "source": [
        "The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get started!\n\n{{info}}\nDon't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the \"History\" tab at the bottom of the page.\n{{/info}}\n\nIf you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on \"Wiki code\" in the \"Show\" menu or click on the \"Source\" tab when editing the page.\n\nHere are a number of test pages you can play with:\n\n* [[Sandbox Test Page 1>>Sandbox.TestPage1]]\n* [[Sandbox Test Page 2>>Sandbox.TestPage2]]\n* [[Sandbox Test Page 3>>Sandbox.TestPage3]]\n\nBelow is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).\n\n== Headings ==\n\nXWiki offers 6 levels of headings. You can use them to structure your pages.\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=\"Accessibility recommendation\"}}\nIn order to provide the best experience for assistive technology users on your wiki, you should avoid using the first level of heading in page content.\n{{/info}}\n\n== Styles ==\n\nBasic styles are supported in XWiki:\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\nYou can create various types of lists in your wiki pages:\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\nYou can create tables right into wiki pages:\n\n=== Table with headers in the top row ===\n\n|= table header |= table header |= table header\n| cell | cell | cell\n| cell | cell | cell\n\n=== Table with headers in the top row and left column ===\n\n|= table header |= table header |= table header\n|= table header | cell | cell\n|= table header | cell | cell\n\n== Links ==\n\nXWiki allows you to create links to other pages in your wiki or on the web:\n\n* [[WebHome]] -> links to the homepage of the current space\n* [[Sandbox Home>>WebHome]] -> links can have labels\n* [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space\n* [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites\n* [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too\n\nYou can also create links to attachments:\n\nattach:XWikiLogo.png\n\n== Images ==\n\nYou can insert images in your wiki pages:\n\nimage:XWikiLogo.png\n\n== Macros ==\n\nMacros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages:\n\n=== Warning Macro ===\n\nThis macro allows you to draw users' attention to a specific piece of information:\n\n{{warning}}\nHello World\n{{/warning}}\n\n=== Table of Contents ===\n\nThis macro automatically generates a table of contents of your wiki page based on headings:\n\n{{toc/}}"
    ],
    "previous_source": "",
    "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_hash": 4321460072923956526,
    "content_hash": -8178221309445291395,
    "location": "",
    "context": "content",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 1,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 574,
    "source_unit": "https://l10n.xwiki.org/api/units/465423/?format=api",
    "priority": 100,
    "id": 529903,
    "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/sandbox-webhome/ko/?checksum=bbf8e90a4daa852e",
    "url": "https://l10n.xwiki.org/api/units/529903/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2022-03-21T19:22:51.618457Z"
}