Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/ja/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-xwikisyntaxquotations/ja/?format=api",
            "source": [
                "= Advanced =\n\n== Quotations ==\n\n=== 1.0 Quotations ===\n\nAllows to quote some text.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Simple quote|(((\n<blockquote><p>john said this</p></blockquote>\nI said ok\n)))|(((\n> john said this\nI said ok\n)))\n|Nested quotes|(((\n<blockquote><p>john said this</p>\n  <blockquote><p>marie answered that</p></blockquote>\n</blockquote>\nI said ok \n)))|(((\n> john said this\n>> marie answered that\nI said ok\n)))\n\n=== 2.0 Quotations ===\n\nAllows to quote some text.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Simple quote|((({{{\n> john said this\nI said ok\n}}})))|(((\n> john said this\nI said ok\n)))\n|Nested quotes|((({{{\n> john said this\n>> marie answered that\nI said ok\n}}})))|(((\n> john said this\n>> marie answered that\nI said ok\n)))"
            ],
            "previous_source": "",
            "target": [
                "= 高度 =\n\n== 引用 ==\n\n=== 引用1.0 ===\n\nテキストを引用。\n\n|=機能|=XWikiシンタックス 1.0|=結果\n|単純な引用|(((\n<blockquote><p>ジョンはこう言った</p></blockquote>\n私はOKと言った\n)))|(((\n> ジョンはこう言った\n私はOKと言った\n)))\n|入れ子式の引用|(((\n<blockquote><p>ジョンはこう言った</p>\n  <blockquote><p>マリーはこう答えた</p></blockquote>\n</blockquote>\n私はOKと言った\n)))|(((\n> ジョンはこう言った\n>> マリーはこう答えた\n私はOKと言った\n)))\n\n=== 引用2.0 ===\n\nテキストを引用。\n\n|=機能|=XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}|=結果\n|単純な引用|((({{{\n> ジョンはこう言った\n私はOKと言った\n}}})))|(((\n> ジョンはこう言った\n私はOKと言った\n)))\n|入れ子式の引用|((({{{\n> ジョンはこう言った\n>> マリーはこう答えた\n私はOKと言った\n}}})))|(((\n> ジョンはこう言った\n>> マリーはこう答えた\n私はOKと言った\n)))"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -5909943380062618353,
            "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": 116,
            "source_unit": "https://l10n.xwiki.org/api/units/465132/?format=api",
            "priority": 100,
            "id": 552583,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxquotations/ja/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/552583/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-15T05:25:46.794142Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/ja/?format=api",
            "source": [
                "XWikiSyntaxQuotations"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxQuotations"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": 6451814011968030871,
            "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/465134/?format=api",
            "priority": 100,
            "id": 552584,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxquotations/ja/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/552584/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-15T05:25:46.797773Z"
        }
    ]
}