Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/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-xwikisyntaxgroups/uk/?format=api",
            "source": [
                "= Editing =\n\n== Groups ==\n\n=== 2.0 Groups ===\n\nGroups can be used to insert another document inline directly into the current document. This allows for example to insert complex elements or style inside a list item, inside a table cell or a paragraph. Groups are delimited by the following syntactic elements: ##{{{(((...)))}}}##. One Group can contain another Group and there is no limit of imbrication.\n\n|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|((({{{\n|=Header 1|=Header 2|=Header 3\n|Cell One|(((\n= Embedded document =\n\nSome embedded paragraph.\n\n* list item one\n* list item two\n  ** sub-item 1\n  ** sub-item 2\n))) | Cell Three\n\nNext paragraph in the top-level document\n}}})))|(((\n|=Header 1|=Header 2|=Header 3\n|Cell One|(((\n{{html}}<h1 id=\"HEmbeddeddocument\"><span>Embedded document</span></h1>{{/html}}\n\nSome embedded paragraph.\n\n* list item one\n* list item two\n  ** sub-item 1\n  ** sub-item 2\n))) | Cell Three\n\nNext paragraph in the top-level document\n)))\n|((({{{(% class=\"myClass\" style=\"color:blue\" %)(((blue paragraphs\n\ninside myClass)))}}})))| (% class=\"myClass\" style=\"color:blue\" %)(((blue paragraphs\n\ninside my group)))"
            ],
            "previous_source": "",
            "target": [
                "= Редагування =\n\n== Групи ==\n\n=== 2.0 Groups ===\n\nГрупи можна використовувати, щоб вставити інший документ у рядок безпосередньо в поточний. Це дозволяє, наприклад, вставляти складні елементи або стилі всередину елемента списку, клітинки таблиці чи абзацу. Групи розділені такими синтаксичними елементами: ##{{{(((...)))}}}##. Одна група може містити іншу групу, і немає жодних обмежень на вкладеність.\n\n|=Синтаксис XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Результат\n|((({{{\n|=Заголовок 1|=Заголовок 2|=Заголовок 3\n|Комірка 1|(((\n= Вбудований документ =\n\nДеякі вбудовані параграфи.\n\n* пункт списку перший\n* пункт списку другий\n   ** підпункт 1\n   ** підпункт 2\n))) | Комірка 3\n\nНаступний параграф у документі верхнього рівня\n}}})))|(((\n|=Заголовок 1|=Заголовок 2|=Заголовок 3\n|Комірка 1|(((\n{{html}}<h1 id=\"HEmbeddeddocument\"><span>Вбудований документ</span></h1>{{/html}}\n\nДеякі вбудовані параграфи<h1 id=\"HEmbeddeddocument\">.\n\n* пункт списку перший\n* пункт списку другий\n   ** підпункт 1\n   ** підпункт 2\n))) | Комірка 3\n\nНаступний параграф у документі верхнього рівня\n)))\n|((({{{(% class=\"myClass\" style=\"color:blue\" %)(((сині параграфи\n\nвсередині myClass)))}}})))| (% class=\"myClass\" style=\"color:blue\" %)(((сині параграфи\n\nв моїй групі)))"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -860640721558860829,
            "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": true,
            "num_words": 161,
            "source_unit": "https://l10n.xwiki.org/api/units/465540/?format=api",
            "priority": 100,
            "id": 565641,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgroups/uk/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/565641/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-17T12:20:33.079756Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxgroups/uk/?format=api",
            "source": [
                "XWikiSyntaxGroups"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxGroups"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": 5795917573917320078,
            "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/465541/?format=api",
            "priority": 100,
            "id": 565642,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxgroups/uk/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/565642/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-17T12:20:33.083412Z"
        }
    ]
}