Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/de/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/de/?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": [
                "= Fortgeschritten =\n\n== Zitate ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Quotations ===\n\nErlaubt es einen Text zu zitieren.\n\n|=Funktion|=XWiki Syntax 1.0|=Ergebnis\n|Einfaches Zitat|(((\n<blockquote><p>Max hat das gesagt</p></blockquote>\nIch habe OK gesagt\n)))|(((\n> Max hat das gesagt\nIch habe OK gesagt\n)))\n|Nested quotes|(((\n<blockquote><p>Max hat das gesagt</p>\n  <blockquote><p>Marie hat das geantwortet</p></blockquote>\n</blockquote>\nIch hab OK gesagt\n)))|(((\n> Max hat das gesagt\n>> Marie hat das geantwortet\nIch hab OK gesagt\n)))\n\n=== 2.0 Quotations ===\n\nErlaubt es einen Text zu zitieren.\n\n|=Funktion|=XWiki Syntax 2.0|=Ergebnis\n|Einfaches Zitat|((({{{\n> Max hat das gesagt\nIch habe OK gesagt\n}}})))|(((\n> Max hat das gesagt\nIch habe OK gesagt\n)))\n|Nested quotes|((({{{\n> Max hat das gesagt\n>> Marie hat das geantwortet\nIch hab OK gesagt\n}}})))|(((\n> Max hat das gesagt\n>> Marie hat das geantwortet\nIch hab OK gesagt\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": 465138,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxquotations/de/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465138/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:30:09.921616Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/de/?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": 465140,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxquotations/de/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465140/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:30:10.194352Z"
        }
    ]
}