{"id":3829,"date":"2023-02-07T01:28:58","date_gmt":"2023-02-07T00:28:58","guid":{"rendered":"https:\/\/www.villaconcept57.com\/votre-reservation-2\/"},"modified":"2025-08-22T12:37:59","modified_gmt":"2025-08-22T10:37:59","slug":"ihre-reservierung","status":"publish","type":"page","link":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/","title":{"rendered":"Ihre Reservierung"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3829\" class=\"elementor elementor-3829 elementor-1125\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-20036723 e-flex e-con-boxed e-con e-parent\" data-id=\"20036723\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3147fd elementor-widget elementor-widget-shortcode\" data-id=\"c3147fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t\t<script type=\"text\/javascript\">\n\tfunction vbAddElement() {\n\t\tvar ni = document.getElementById('vbo-search-num-aduchild-block');\n\t\tvar numi = document.getElementById('vbroomhelper');\n\t\tvar num = (document.getElementById('vbroomhelper').value -1)+ 2;\n\t\tnumi.value = num;\n\t\tvar newdiv = document.createElement('div');\n\t\tvar divIdName = 'vb'+num+'racont';\n\t\tnewdiv.setAttribute('id',divIdName);\n\t\tnewdiv.innerHTML = '<div class=\\'vbo-search-num-aduchild-entry\\'><span class=\\'vbo-search-roomnum\\'>Room '+ num +'<\/span><div class=\\'vbo-search-num-adults-entry\\'><label class=\\'vbo-search-num-adults-entry-label\\'>Erwachsene<\/label><span class=\\'vbo-search-num-adults-entry-inp\\'><select name=\\'adults[]\\'><option value=\\'2\\'>2<\/option><\/select><\/span><\/div><div class=\\'vbo-search-num-children-entry\\'><label class=\\'vbo-search-num-children-entry-label\\'>Kinder<\/label><span class=\\'vbo-search-num-adults-entry-inp\\'><select name=\\'children[]\\'><option value=\\'0\\'>0<\/option><option value=\\'1\\'>1<\/option><option value=\\'2\\'>2<\/option><\/select><\/span><\/div><\/div>';\n\t\tni.appendChild(newdiv);\n\t}\n\tfunction vbSetRoomsAdults(totrooms) {\n\t\tvar actrooms = parseInt(document.getElementById('vbroomhelper').value);\n\t\tvar torooms = parseInt(totrooms);\n\t\tvar difrooms;\n\t\tif (torooms > actrooms) {\n\t\t\tdifrooms = torooms - actrooms;\n\t\t\tfor(var ir=1; ir<=difrooms; ir++) {\n\t\t\t\tvbAddElement();\n\t\t\t}\n\t\t}\n\t\tif (torooms < actrooms) {\n\t\t\tfor(var ir=actrooms; ir>torooms; ir--) {\n\t\t\t\tif (ir > 1) {\n\t\t\t\t\tvar rmra = document.getElementById('vb' + ir + 'racont');\n\t\t\t\t\trmra.parentNode.removeChild(rmra);\n\t\t\t\t}\n\t\t\t}\n\t\t\tdocument.getElementById('vbroomhelper').value = torooms;\n\t\t}\n\t}\n\tfunction vbCalcNights() {\n\t\tvar vbcheckin = document.getElementById('checkindate').value;\n\t\tvar vbcheckout = document.getElementById('checkoutdate').value;\n\t\tif (vbcheckin.length > 0 && vbcheckout.length > 0) {\n\t\t\tvar vbcheckinp = vbcheckin.split(\"\/\");\n\t\t\tvar vbcheckoutp = vbcheckout.split(\"\/\");\n\t\t\t\t\tvar vbinmonth = parseInt(vbcheckinp[1]);\n\t\t\tvbinmonth = vbinmonth - 1;\n\t\t\tvar vbinday = parseInt(vbcheckinp[0], 10);\n\t\t\tvar vbcheckind = new Date(vbcheckinp[2], vbinmonth, vbinday);\n\t\t\tvar vboutmonth = parseInt(vbcheckoutp[1]);\n\t\t\tvboutmonth = vboutmonth - 1;\n\t\t\tvar vboutday = parseInt(vbcheckoutp[0], 10);\n\t\t\tvar vbcheckoutd = new Date(vbcheckoutp[2], vboutmonth, vboutday);\n\t\t\t\t\t\tvar vbdivider = 1000 * 60 * 60 * 24;\n\t\t\tvar vbints = vbcheckind.getTime();\n\t\t\tvar vboutts = vbcheckoutd.getTime();\n\t\t\tif (vboutts > vbints) {\n\t\t\t\t\/\/var vbnights = Math.ceil((vboutts - vbints) \/ (vbdivider));\n\t\t\t\tvar utc1 = Date.UTC(vbcheckind.getFullYear(), vbcheckind.getMonth(), vbcheckind.getDate());\n\t\t\t\tvar utc2 = Date.UTC(vbcheckoutd.getFullYear(), vbcheckoutd.getMonth(), vbcheckoutd.getDate());\n\t\t\t\tvar vbnights = Math.ceil((utc2 - utc1) \/ vbdivider);\n\t\t\t\tif (vbnights > 0) {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = 'N\u00e4chte: '+vbnights;\n\t\t\t\t} else {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t}\n\t\t} else {\n\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t}\n\t}\n\t<\/script>\n\t<input type=\"hidden\" id=\"vbroomhelper\" value=\"1\"\/>\n\t<p class=\"err\">Error, Insufficient Data Received.<\/p>\t<div class=\"vbo-intro-main\"><\/div>\n\t<div class=\"vbdivsearch vbo-search-mainview vbo-search-noresults-cont\"><form action=\"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/?option=com_vikbooking&amp;Itemid=0\" method=\"post\"><div class=\"vb-search-inner\">\n<input type=\"hidden\" name=\"option\" value=\"com_vikbooking\"\/>\n<input type=\"hidden\" name=\"task\" value=\"search\"\/>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkin\"><label for=\"checkindate\">Anreisedatum<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkindate\" id=\"checkindate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkinh\" value=\"16\"\/><input type=\"hidden\" name=\"checkinm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkout\"><label for=\"checkoutdate\">Abreisedatum<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkoutdate\" id=\"checkoutdate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkouth\" value=\"11\"\/><input type=\"hidden\" name=\"checkoutm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-num-racblock\">\n\t<div class=\"vbo-search-num-rooms\"><input type=\"hidden\" name=\"roomsnum\" value=\"1\">\n<\/div>\n\t<div class=\"vbo-search-num-aduchild-block\" id=\"vbo-search-num-aduchild-block\">\n\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t<div class=\"vbo-search-num-adults-entry\"><label class=\"vbo-search-num-adults-entry-label\">Erwachsene<\/label><span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"2\">2<\/option><\/select><\/span><\/div>\n\t\t<div class=\"vbo-search-num-children-entry\"><label class=\"vbo-search-num-children-entry-label\">Kinder<\/label><span class=\"vbo-search-num-children-entry-inp\"><select name=\"children[]\"><option value=\"0\">0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><\/select><\/span><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"vbjstotnights\"><\/div>\n<\/div>\n<div class=\"vbo-search-submit\"><button type=\"submit\" class=\"btn vbo-pref-color-btn\">Search<\/button><\/div>\n<\/div>\n<\/form><\/div>\t<div class=\"vbo-closing-main\"><\/div>\n\n\t<script type=\"text\/javascript\">\n\tjQuery(function() {\n\t\tjQuery('.vbo-search-submit').find('button[type=\"submit\"]').on('click', function(e) {\n\t\t\te.preventDefault();\n\t\t\tjQuery(this).prop('disabled', true);\n\t\t\tjQuery(this).html('<i class=\"fas fa-circle-notch fa-spin fa-fw\"><\/i> ' + jQuery(this).text());\n\t\t\tjQuery(this).closest('form').submit();\n\t\t});\n\t});\n\t<\/script>\n\n\t\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3829","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Villa Concept 57 - Location s\u00e9jour bien-\u00eatre en Moselle\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Ihre Reservierung - Villa Concept 57\" \/>\n\t\t<meta property=\"og:description\" content=\"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2025\/02\/piscine-a-debordement-scaled.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2025\/02\/piscine-a-debordement-scaled.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-02-07T00:28:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-08-22T10:37:59+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Villaconcept57\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Ihre Reservierung - Villa Concept 57\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2025\/02\/piscine-a-debordement-scaled.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/#listItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#listItem\",\"name\":\"Ihre Reservierung\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#listItem\",\"position\":2,\"name\":\"Ihre Reservierung\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/#listItem\",\"name\":\"Accueil\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/#organization\",\"name\":\"Villa Concept 57\",\"description\":\"Location s\\u00e9jour bien-\\u00eatre en Moselle\",\"url\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/\",\"telephone\":\"+33749048655\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.villaconcept57.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Logo-Villa-concept-57-couleurs.png\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#organizationLogo\",\"width\":2048,\"height\":1027,\"caption\":\"Villaconcept57\"},\"image\":{\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/Villaconcept57\",\"https:\\\/\\\/instagram.com\\\/Villaconcept57\",\"https:\\\/\\\/linkedin.com\\\/in\\\/Villaconcept57\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#webpage\",\"url\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/\",\"name\":\"Ihre Reservierung - Villa Concept 57\",\"description\":\"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/ihre-reservierung\\\/#breadcrumblist\"},\"datePublished\":\"2023-02-07T01:28:58+01:00\",\"dateModified\":\"2025-08-22T12:37:59+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/\",\"name\":\"Villa Concept 57\",\"alternateName\":\"MAISON-SPA priv\\u00e9\",\"description\":\"Location s\\u00e9jour bien-\\u00eatre en Moselle\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.villaconcept57.com\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Ihre Reservierung - Villa Concept 57<\/title>\n\n","aioseo_head_json":{"title":"Ihre Reservierung - Villa Concept 57","description":"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search","canonical_url":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.villaconcept57.com\/de\/#listItem","position":1,"name":"Accueil","item":"https:\/\/www.villaconcept57.com\/de\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#listItem","name":"Ihre Reservierung"}},{"@type":"ListItem","@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#listItem","position":2,"name":"Ihre Reservierung","previousItem":{"@type":"ListItem","@id":"https:\/\/www.villaconcept57.com\/de\/#listItem","name":"Accueil"}}]},{"@type":"Organization","@id":"https:\/\/www.villaconcept57.com\/de\/#organization","name":"Villa Concept 57","description":"Location s\u00e9jour bien-\u00eatre en Moselle","url":"https:\/\/www.villaconcept57.com\/de\/","telephone":"+33749048655","logo":{"@type":"ImageObject","url":"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2024\/04\/Logo-Villa-concept-57-couleurs.png","@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#organizationLogo","width":2048,"height":1027,"caption":"Villaconcept57"},"image":{"@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/Villaconcept57","https:\/\/instagram.com\/Villaconcept57","https:\/\/linkedin.com\/in\/Villaconcept57"]},{"@type":"WebPage","@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#webpage","url":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/","name":"Ihre Reservierung - Villa Concept 57","description":"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/www.villaconcept57.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/#breadcrumblist"},"datePublished":"2023-02-07T01:28:58+01:00","dateModified":"2025-08-22T12:37:59+02:00"},{"@type":"WebSite","@id":"https:\/\/www.villaconcept57.com\/de\/#website","url":"https:\/\/www.villaconcept57.com\/de\/","name":"Villa Concept 57","alternateName":"MAISON-SPA priv\u00e9","description":"Location s\u00e9jour bien-\u00eatre en Moselle","inLanguage":"de-DE","publisher":{"@id":"https:\/\/www.villaconcept57.com\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"Villa Concept 57 - Location s\u00e9jour bien-\u00eatre en Moselle","og:type":"article","og:title":"Ihre Reservierung - Villa Concept 57","og:description":"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search","og:url":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/","og:image":"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2025\/02\/piscine-a-debordement-scaled.jpg","og:image:secure_url":"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2025\/02\/piscine-a-debordement-scaled.jpg","article:published_time":"2023-02-07T00:28:58+00:00","article:modified_time":"2025-08-22T10:37:59+00:00","article:publisher":"https:\/\/facebook.com\/Villaconcept57","twitter:card":"summary_large_image","twitter:title":"Ihre Reservierung - Villa Concept 57","twitter:description":"Error, Insufficient Data Received. Anreisedatum Abreisedatum Erwachsene2 Kinder012 Search","twitter:image":"https:\/\/www.villaconcept57.com\/wp-content\/uploads\/2025\/02\/piscine-a-debordement-scaled.jpg"},"aioseo_meta_data":{"post_id":"3829","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-05-13 03:17:16","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":null,"created":"2025-08-29 10:11:46","updated":"2026-05-13 03:17:16"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.villaconcept57.com\/de\/\" title=\"Accueil\">Accueil<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tIhre Reservierung\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Accueil","link":"https:\/\/www.villaconcept57.com\/de\/"},{"label":"Ihre Reservierung","link":"https:\/\/www.villaconcept57.com\/de\/ihre-reservierung\/"}],"_links":{"self":[{"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/pages\/3829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/comments?post=3829"}],"version-history":[{"count":1,"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/pages\/3829\/revisions"}],"predecessor-version":[{"id":3830,"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/pages\/3829\/revisions\/3830"}],"wp:attachment":[{"href":"https:\/\/www.villaconcept57.com\/de\/wp-json\/wp\/v2\/media?parent=3829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}