Translation components API.

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

GET /api/translations/xwiki-platform/platform-sandboxtestpage/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/platform-sandboxtestpage/ko/?format=api",
            "source": [
                "Click on **\"Edit\"** and modify the contents of this page, then click on **\"Save & View\"** to see how they look like on your page!\n\n= Here's some dummy text to show you what the page looks like =\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
            ],
            "previous_source": "",
            "target": [
                "**\"편집\"**을 클릭하고 이 페이지의 내용을 수정한 다음 **\"저장 및 보기\"**를 클릭하여 페이지에서 내용이 어떻게 보이는지 확인하세요!\n\n= 다음은 페이지의 모양을 보여주는 더미 텍스트입니다. =\n\n환자를 잘 보살피는 것이 중요하고, 환자를 따라가게 되지만, 동시에 큰 고통과 괴로움을 겪게 되는 결과로 발생하게 됩니다. 가장 작은 세부 사항까지 말하자면, 어떤 종류의 일이든 그로부터 어떤 이익을 얻지 않는 한 누구도 실행해서는 안 됩니다. 번식이 없기를 바라면서 고통에서 머리카락이되기를 바라는 쾌락에 질책의 고통에 화를 내지 마십시오. 음욕에 눈멀어지지 아니하면 나오지 아니하나니 본분을 버리고 마음을 누그러뜨리는 자들은 죄가 있으니 곧 수고니라."
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -918056263560428898,
            "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": 108,
            "source_unit": "https://l10n.xwiki.org/api/units/465870/?format=api",
            "priority": 100,
            "id": 576648,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/platform-sandboxtestpage/ko/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/576648/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-29T01:43:42.232637Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/platform-sandboxtestpage/ko/?format=api",
            "source": [
                "Sandbox Test Page 1"
            ],
            "previous_source": "",
            "target": [
                "샌드박스 테스트 페이지 1"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": 7978841928632913436,
            "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": 4,
            "source_unit": "https://l10n.xwiki.org/api/units/465871/?format=api",
            "priority": 100,
            "id": 576649,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/platform-sandboxtestpage/ko/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/576649/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-29T01:43:42.255278Z"
        }
    ]
}