Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxhorizontalline/ko/?format=api",
            "source": [
                "= Editing =\n\n== Horizontal Line ==\n\n=== 1.0 Horizontal Line ===\n\n{{info}}There must be 4 or more dashes.{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Simple horizontal line|{{{----}}}|(((----)))\n|Parametrized horizontal line|<hr style=\"border-color:blue\"/>|(((\n(% style=\"border-color:blue\" %)\n----\n)))\n\n=== 2.0 Horizontal Line ===\n\n{{info}}There must be 4 or more dashes.{{/info}}\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Simple horizontal line|{{{----}}}|(((----)))\n|Parametrized horizontal line|((({{{\n(% style=\"border-color:blue\" %)\n----\n}}})))|(((\n(% style=\"border-color:blue\" %)\n----\n)))"
            ],
            "previous_source": "",
            "target": [
                "= 편집 중 =\n\n== 가로선 ==\n\n=== 1.0 가로선 ===\n\n{{info}}대시가 4개 이상 있어야 합니다.{{/info}}\n\n|=기능|= XWiki 구문 1.0|=결과\n|간단한 수평선|{{{--}}}|(((--)))\n|매개변수화된 수평선|<hr style=\"테두리-색상:파란색\"/>|(((\n(% 스타일=\"테두리-색상:파란색\" %)\n----\n)))\n\n=== 2.0 가로선 ===\n\n{{info}}대시가 4개 이상 있어야 합니다.{{/info}}\n\n|=기능|= XWiki 구문 {{velocity}}$crtSyntaxVer{{/velocity}}|=결과\n|간단한 수평선|{{{--}}}|(((--)))\n|매개변수화된 수평선|((({{{\n(% 스타일=\"테두리-색상:파란색\" %)\n----\n}}})))|(((\n(% 스타일=\"테두리-색상:파란색\" %)\n----\n)))"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": 1273298526055104361,
            "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": 65,
            "source_unit": "https://l10n.xwiki.org/api/units/465618/?format=api",
            "priority": 100,
            "id": 576646,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxhorizontalline/ko/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/576646/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-29T01:12:19.318212Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxhorizontalline/ko/?format=api",
            "source": [
                "XWikiSyntaxHorizontalLine"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxHorizontalLine"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -4918870851011459060,
            "location": "",
            "context": "title",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465619/?format=api",
            "priority": 100,
            "id": 576647,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxhorizontalline/ko/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/576647/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-29T01:12:19.323816Z"
        }
    ]
}