Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxescapes/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-xwikisyntaxescapes/ko/?format=api",
            "source": [
                "= Advanced =\n\n== Escapes ==\n\n=== 1.0 Escapes ===\n\nAllows to escape XWiki Syntax.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Escape a character|{{{This is not a [link]}}}|{{{This is not a [link]}}}\n\n=== 2.0 Escapes ===\n\nAllows to escape XWiki Syntax.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Escape a character|(((\n{{{This is not a ~[~[link~]~]}}}\n{{info}}To enter a ~~ character use a double escape: ~~~~{{/info}}\n)))|{{{This is not a [[link]]}}}\n|Escape longer text\n(also see \"Verbatim\")|~{~{~{{{{ some **longer** text //without// formatting}}}~}~}~}|{{{ some **longer** text //without// formatting}}}"
            ],
            "previous_source": "",
            "target": [
                "= 고급 =\n\n== 탈출 ==\n\n=== 1.0 이스케이프 ===\n\nXWiki 구문을 이스케이프할 수 있습니다 .\n\n|=기능|= XWiki 구문 1.0|=결과\n|문자 탈출|{{{이것은 [링크]가 아닙니다}}}|{{{이것은 [링크]가 아닙니다}}}\n\n=== 2.0 이스케이프 ===\n\nXWiki 구문을 이스케이프할 수 있습니다 .\n\n|=기능|= XWiki 구문 {{velocity}}$crtSyntaxVer{{/velocity}}|=결과\n|문자 이스케이프|(((\n{{{이것은 ~[~[링크~]~]}}}가 아닙니다.\n{{info}}~~ 문자를 입력하려면 이중 이스케이프를 사용하세요. ~~~~{{/info}}\n)))|{{{이것은 [[링크]]가 아닙니다}}}\n|긴 텍스트를 탈출하세요\n(\"축어적\" 참조)|~{~{~{{{{ 일부 **더 긴** 텍스트 //형식 없음//}}}~}~}~}|{{{ 일부 **더 긴** 텍스트 //형식 없음//}}}"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -4592824896804431347,
            "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": 80,
            "source_unit": "https://l10n.xwiki.org/api/units/465205/?format=api",
            "priority": 100,
            "id": 577503,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxescapes/ko/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/577503/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-29T12:25:31.516317Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxescapes/ko/?format=api",
            "source": [
                "XWikiSyntaxEscapes"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxEscapes"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -6880140983891889821,
            "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/465207/?format=api",
            "priority": 100,
            "id": 577504,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxescapes/ko/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/577504/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-29T12:25:31.521198Z"
        }
    ]
}