Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/uk/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/uk/?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 Quotations ===\n\nДозволяє процитувати деякий текст.\n\n|=Функція|=Синтаксис XWiki 1.0|=Результат\n|Проста цитата|(((\n<blockquote><p>Джон сказав це</p></blockquote>\nЯ сказав добре\n)))|(((\n> це сказав Джон\nЯ сказав добре\n)))\n|Вкладені цитати|(((\n<blockquote><p>Джон сказав це</p>\n   <blockquote><p>Марі відповіла на це</p></blockquote>\n</blockquote>\nЯ сказав добре\n)))|(((\n> це сказав Джон\n>> Марі відповіла на це\nЯ сказав добре\n)))\n\n=== 2.0 Quotations ===\n\nДозволяє процитувати деякий текст.\n\n|=Функція|=Синтаксис XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Результат\n|Проста цитата|((({{{\n> це сказав Джон\nЯ сказав добре\n}}})))|(((\n> це сказав Джон\nЯ сказав добре\n)))\n|Вкладені цитати|((({{{\n> це сказав Джон\n>> Марі відповіла на це\nЯ сказав добре\n}}})))|(((\n> це сказав Джон\n>> Марі відповіла на це\nЯ сказав добре\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": 564853,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxquotations/uk/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/564853/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-06T13:50:52.964173Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxquotations/uk/?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": true,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465134/?format=api",
            "priority": 100,
            "id": 564854,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxquotations/uk/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/564854/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-06T13:50:52.966921Z"
        }
    ]
}