Units API.

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

GET /api/units/465438/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/sandbox-webhome/da/?format=api",
    "source": [
        "The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get started!\n\n{{info}}\nDon't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the \"History\" tab at the bottom of the page.\n{{/info}}\n\nIf you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on \"Wiki code\" in the \"Show\" menu or click on the \"Source\" tab when editing the page.\n\nHere are a number of test pages you can play with:\n\n* [[Sandbox Test Page 1>>Sandbox.TestPage1]]\n* [[Sandbox Test Page 2>>Sandbox.TestPage2]]\n* [[Sandbox Test Page 3>>Sandbox.TestPage3]]\n\nBelow is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).\n\n== Headings ==\n\nXWiki offers 6 levels of headings. You can use them to structure your pages.\n\n== Level 2 Heading ==\n\n=== Level 3 Heading ===\n\n==== Level 4 Heading 4 ====\n\n===== Level 5 Heading 5 =====\n\n====== Level 6 Heading 6 ======\n\n{{info title=\"Accessibility recommendation\"}}\nIn order to provide the best experience for assistive technology users on your wiki, you should avoid using the first level of heading in page content.\n{{/info}}\n\n== Styles ==\n\nBasic styles are supported in XWiki:\n\n* **Text in Bold**\n* //Text in Italics//\n* __Text in Underline__\n* --Text in Strikethrough--\n* Text in ,,subscript,,\n* Text in ^^superscript^^\n\n== Lists ==\n\nYou can create various types of lists in your wiki pages:\n\n=== Unordered list ===\n\n* Level 1\n** Level 2\n*** Level 3\n** Level 2\n* Level 1\n\n=== Numbered list ===\n\n1. Item\n11. Subitem\n111. Item\n1. Subitem\n\n=== Mixed list ===\n\n1. Item 1\n11. Item 2\n11*. Item 3\n11*. Item 4\n1. Item 5\n\n== Tables ==\n\nYou can create tables right into wiki pages:\n\n=== Table with headers in the top row ===\n\n|= table header |= table header |= table header\n| cell | cell | cell\n| cell | cell | cell\n\n=== Table with headers in the top row and left column ===\n\n|= table header |= table header |= table header\n|= table header | cell | cell\n|= table header | cell | cell\n\n== Links ==\n\nXWiki allows you to create links to other pages in your wiki or on the web:\n\n* [[WebHome]] -> links to the homepage of the current space\n* [[Sandbox Home>>WebHome]] -> links can have labels\n* [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space\n* [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites\n* [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too\n\nYou can also create links to attachments:\n\nattach:XWikiLogo.png\n\n== Images ==\n\nYou can insert images in your wiki pages:\n\nimage:XWikiLogo.png\n\n== Macros ==\n\nMacros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages:\n\n=== Warning Macro ===\n\nThis macro allows you to draw users' attention to a specific piece of information:\n\n{{warning}}\nHello World\n{{/warning}}\n\n=== Table of Contents ===\n\nThis macro automatically generates a table of contents of your wiki page based on headings:\n\n{{toc/}}"
    ],
    "previous_source": "",
    "target": [
        "Sandkassen er en del af denne wiki, som du frit kan ændre. Formålet er du kan prøve at redigere. Du kan lære hvordan redigering sker og hvordan man opretter nye side. Klik blot på **Redigér** for at komme igang!\n\n{{info}} Vær ikke bange for at overskrive eller miste indhold, når du redigerer siden. Du kan altid rulle rettelser tilbage til de originale ved at vælge den første version under \"Historik\" i bunden af siden.{{/info}}\n\nHvis du vil smugkigge på den underliggende [[Xwiki-kode>>XWiki.XWikiSyntax]] kan du klikke på \"Vis kode\" under menupunkt \"Flere aktiviteter\" øverst eller klik på \"Kildekode\" når du redigerer siden.\n\nHer er en række test-sider du kan lege med:\n* [[Sandkasse testside 1>>Sandbox.TestPage1]]\n* [[Sandkasse testside 2>>Sandbox.TestPage2]]\n* [[Sandkasse testside 3>>Sandbox.TestPage3]]\n\nNedenfor er en demonstration af [[XWiki kodesyntaks>>XWiki.XWikiSyntax]] som kan bruges i wikisiderne (overskrifter, billeder, tabeller).\n\n== Overskrifter ==\n\nXWiki har 6 niveauer af overskrifter. Du angiver dem på følgende måde: \n\n== Overskrift niveau 2 ==\n\n=== Overskrift niveau 3 ===\n\n==== Overskrift niveau 4 ====\n\n===== Overskrift niveau 5 =====\n\n====== Overskrift niveau 6 ======\n\n== Skriftstil ==\n\nGrundlæggende skriftstile i XWiki:\n\n* **Tekst i fed skrift**\n* //Tekst i kursiv//\n* __Understreget tekst__\n* --Overstreget teskt--\n* Tekst i ,,subscript,,\n* Tekst i ^^superscript^^\n\n== Lister ==\n\nDu kan angive forskellige typer lister i dine wiki-sider:\n\n=== Punktliste ===\n\n* Niveau 1\n** Niveau 2\n*** Niveau 3\n** Niveau 2\n* Niveau 1\n\n=== Nummereret liste ===\n\n1. Element\n11. Underelement\n111. Element\n1. Underelement\n\n=== Blandet liste ===\n\n1. Element 1\n11. Element 2\n11*. Element 3\n11*. Element 4\n1. Element 5\n\n== Tabeller ==\n\nDu kan oprette tabeller i wiki-siderne:\n\n=== Tabeller med overskrifter i første række ===\n\n|= tabeloverskrift |= tabeloverskrift |= tabeloverskrift\n| celle | celle | celle\n| celle | celle | celle\n\n=== Tabel med overskrifter i 1. række og venstre kolonne ===\n\n|= tabeloverskrift |= tabeloverskrift |= tabeloverskrift\n|= tabeloverskrift | celle | celle\n|= tabeloverskrift | celle | celle\n\n== Henvisninger ==\n\nXWiki tillader henvisninger til andre wiki-sider eller til internettes andre websider:\n\n* [[WebHome]] -> Henvisning til startside på dette område.\n* [[Sandbox Home>>WebHome]] -> Henvisninger kan have særlige navne\n* [[Wiki Start>>Main.WebHome]] -> En henvisning kan angives ved Område.Sidenavn.\n* [[http://www.xwiki.org]] -> Du kan henvise til sider på andre websites også.\n* [[XWiki.org Website>>http://www.xwiki.org]] -> Henvisningsnavne kan også bruges på eksterne henvisninger.\n\n== Billeder ==\n\nDu kan indsætte billeder i wiki-siderne:\n\n[[image:XWikiLogo.png]]\n\n== Makroer ==\n\nMakroer gør det muligt at få indholdet til at se bedre ud og tilføje flere funktioner til wikien. Her er 2 eksempler på hvordan makroer kan anvendes:\n\n=== Varselsmakro ===\n\nDenne makro markerer tekst på en måde, så læserens opmærksomhed fanges:\n\n{{warning}}Hej du der!{{/warning}}\n\n=== Indholdsfortegnelse ===\n\nDenne makro laver automatisk en indholdsfortegnelse baseret på overskrifter i wiki-siden:\n\n{{toc/}}"
    ],
    "id_hash": 4321460072923956526,
    "content_hash": -8178221309445291395,
    "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": 574,
    "source_unit": "https://l10n.xwiki.org/api/units/465423/?format=api",
    "priority": 100,
    "id": 465438,
    "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/sandbox-webhome/da/?checksum=bbf8e90a4daa852e",
    "url": "https://l10n.xwiki.org/api/units/465438/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-12-02T15:32:14.963241Z"
}