{"id":296,"date":"2024-07-21T16:32:50","date_gmt":"2024-07-21T16:32:50","guid":{"rendered":"https:\/\/www.elcaprichodelalamo.com\/?page_id=296"},"modified":"2026-05-21T10:35:25","modified_gmt":"2026-05-21T10:35:25","slug":"reservar","status":"publish","type":"page","link":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/","title":{"rendered":"Reservar"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"296\" class=\"elementor elementor-296\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9aa0b1f e-flex e-con-boxed e-con e-parent\" data-id=\"9aa0b1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-03680bd e-con-full e-flex e-con e-child\" data-id=\"03680bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2337c7f elementor-widget elementor-widget-heading\" data-id=\"2337c7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reserva tu mesa<\/h2>\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-88bc77b e-grid e-con-boxed e-con e-parent\" data-id=\"88bc77b\" 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-55f44e1 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"55f44e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=EB+Garamond:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n\n<section class=\"capricho-reserva\">\n\n    <div class=\"reserva-wrapper\">\n\n        <form id=\"whatsappReservaForm\" class=\"reserva-form\">\n\n            <input type=\"text\" id=\"nombre\" placeholder=\"Nombre completo\" required>\n\n            <div class=\"reserva-grid\">\n\n                <div class=\"campo-reserva\">\n                    <label for=\"fecha\">Fecha de reserva<\/label>\n                    <input type=\"date\" id=\"fecha\" required>\n                <\/div>\n\n                <div class=\"campo-reserva\">\n                    <label for=\"hora\">Hora de reserva<\/label>\n                    <input type=\"time\" id=\"hora\" required>\n                <\/div>\n\n            <\/div>\n\n            <input type=\"number\" id=\"personas\" placeholder=\"N\u00famero de personas\" required>\n\n            <textarea id=\"comentarios\" placeholder=\"Comentarios adicionales\"><\/textarea>\n\n            <button type=\"submit\">\n                RESERVAR POR WHATSAPP\n            <\/button>\n\n        <\/form>\n\n    <\/div>\n\n<\/section>\n\n<style>\n\n.capricho-reserva{\n    background:#ffffff;\n    padding:70px 20px;\n    font-family:\"EB Garamond\", serif;\n}\n\n.reserva-wrapper{\n    max-width:720px;\n    margin:0 auto;\n}\n\n.reserva-form input,\n.reserva-form textarea{\n    width:100%;\n    border:none;\n    border-bottom:1px solid #d8d8d8;\n    background:transparent;\n    padding:14px 0;\n    font-size:15px;\n    font-family:\"EB Garamond\", serif;\n    color:#2b2b2b;\n    outline:none;\n    margin-bottom:22px;\n}\n\n.reserva-form textarea{\n    min-height:90px;\n    resize:none;\n}\n\n.reserva-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:22px;\n}\n\n.campo-reserva label{\n    display:block;\n    font-size:13px;\n    color:#9c9c9c;\n    margin-bottom:6px;\n    font-family:\"EB Garamond\", serif;\n}\n\n.campo-reserva input{\n    margin-bottom:22px;\n}\n\n.reserva-form input::placeholder,\n.reserva-form textarea::placeholder{\n    color:#9c9c9c;\n}\n\n.reserva-form button{\n    margin-top:18px;\n    background:#050505;\n    color:#fff;\n    border:none;\n    width:100%;\n    padding:16px 26px;\n    border-radius:14px;\n    font-size:13px;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    cursor:pointer;\n    transition:.25s ease;\n    font-family:\"EB Garamond\", serif;\n}\n\n.reserva-form button:hover{\n    opacity:.92;\n    transform:translateY(-1px);\n}\n\n@media(max-width:768px){\n\n    .capricho-reserva{\n        padding:45px 20px;\n    }\n\n    .reserva-grid{\n        grid-template-columns:1fr;\n        gap:0;\n    }\n\n    .reserva-form input,\n    .reserva-form textarea{\n        font-size:14px;\n    }\n\n    .reserva-form button{\n        font-size:12px;\n    }\n\n}\n\n<\/style>\n\n<script>\n\ndocument.getElementById(\"whatsappReservaForm\").addEventListener(\"submit\", function(e){\n\n    e.preventDefault();\n\n    const nombre = document.getElementById(\"nombre\").value;\n    const fecha = document.getElementById(\"fecha\").value;\n    const hora = document.getElementById(\"hora\").value;\n    const personas = document.getElementById(\"personas\").value;\n    const comentarios = document.getElementById(\"comentarios\").value;\n\n    const mensaje =\n`Hola El Capricho, quiero hacer una reserva.\n\n\ud83d\udc64 Nombre: ${nombre}\n\ud83d\udcc5 Fecha: ${fecha}\n\ud83d\udd52 Hora: ${hora}\n\ud83c\udf7d\ufe0f Personas: ${personas}\n\n\ud83d\udcdd Comentarios:\n${comentarios}`;\n\n    const telefono = \"34683294746\";\n\n    const url = `https:\/\/wa.me\/${telefono}?text=${encodeURIComponent(mensaje)}`;\n\n    window.open(url, \"_blank\");\n\n});\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17949ab elementor-widget elementor-widget-image\" data-id=\"17949ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic\" class=\"attachment-medium_large size-medium_large wp-image-375\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\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<div class=\"elementor-element elementor-element-f80a9bd e-flex e-con-boxed e-con e-parent\" data-id=\"f80a9bd\" 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-e8c591c elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"e8c591c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\n<a href=\"tel:+34918104052\"\n   style=\"display:flex;align-items:center;justify-content:center;margin-top:6px;\n   background:#111;color:#fff;padding:12px;border-radius:9px;font-size:15px;\n   font-weight:1000;text-decoration:none;\n   font-family:'Cormorant Garamond', serif;letter-spacing:0.5px;\">\n   Llama ahora\n<\/a>\n\n\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<div class=\"elementor-element elementor-element-9d7395b e-flex e-con-boxed e-con e-parent\" data-id=\"9d7395b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-575d353 e-flex e-con-boxed e-con e-parent\" data-id=\"575d353\" 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-e1a50ca elementor-widget elementor-widget-html\" data-id=\"e1a50ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"capricho-faq-container\">\n    <h2 class=\"capricho-title-opiniones\">Preguntas Frecuentes<\/h2>\n\n    <div class=\"capricho-faq-item\">\n        <details>\n            <summary>\u00bfCu\u00e1l es el horario de El Capricho del \u00c1lamo?<\/summary>\n            <p>Abrimos de Lunes a Domingo de 08:00 a 00:00. Los mi\u00e9rcoles permanecemos cerrados por descanso del personal.<\/p>\n        <\/details>\n    <\/div>\n\n    <div class=\"capricho-faq-item\">\n        <details>\n            <summary>\u00bfOfrec\u00e9is men\u00fa del d\u00eda durante la semana?<\/summary>\n            <p>S\u00ed, ofrecemos un men\u00fa del d\u00eda variado de lunes a viernes con platos caseros y productos de temporada por un precio de 14,00 \u20ac.<\/p>\n        <\/details>\n    <\/div>\n\n    <div class=\"capricho-faq-item\">\n        <details>\n            <summary>\u00bfEs necesario reservar mesa con antelaci\u00f3n?<\/summary>\n            <p>Recomendamos reservar, especialmente en fines de semana y festivos, para asegurar su lugar en nuestro sal\u00f3n o terrazas llamando al 91 810 44 52.<\/p>\n        <\/details>\n    <\/div>\n\n    <div class=\"capricho-faq-item\">\n        <details>\n            <summary>\u00bfDispon\u00e9is de opciones para eventos o grupos?<\/summary>\n            <p>Contamos con un amplio sal\u00f3n y carpa exterior climatizada ideales para celebraciones, comidas de empresa y eventos familiares en un entorno acogedor.<\/p>\n        <\/details>\n    <\/div>\n<\/div>\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":"<p>Reserva tu mesa Fecha de reserva Hora de reserva RESERVAR POR WHATSAPP Llama ahora Preguntas Frecuentes \u00bfCu\u00e1l es el horario de El Capricho del \u00c1lamo? Abrimos de Lunes a Domingo de 08:00 a 00:00. Los mi\u00e9rcoles permanecemos cerrados por descanso del personal. \u00bfOfrec\u00e9is men\u00fa del d\u00eda durante la semana? S\u00ed, ofrecemos un men\u00fa del d\u00eda [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-296","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reservar - El Capricho del \u00c1lamo<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reservar - El Capricho del \u00c1lamo\" \/>\n<meta property=\"og:description\" content=\"Reserva tu mesa Fecha de reserva Hora de reserva RESERVAR POR WHATSAPP Llama ahora Preguntas Frecuentes \u00bfCu\u00e1l es el horario de El Capricho del \u00c1lamo? Abrimos de Lunes a Domingo de 08:00 a 00:00. Los mi\u00e9rcoles permanecemos cerrados por descanso del personal. \u00bfOfrec\u00e9is men\u00fa del d\u00eda durante la semana? S\u00ed, ofrecemos un men\u00fa del d\u00eda [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/\" \/>\n<meta property=\"og:site_name\" content=\"El Capricho del \u00c1lamo\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T10:35:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/Terraza-scaled.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/\",\"url\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/\",\"name\":\"Reservar - El Capricho del \u00c1lamo\",\"isPartOf\":{\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic\",\"datePublished\":\"2024-07-21T16:32:50+00:00\",\"dateModified\":\"2026-05-21T10:35:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#primaryimage\",\"url\":\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic\",\"contentUrl\":\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.elcaprichodelalamo.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reservar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/#website\",\"url\":\"https:\/\/www.elcaprichodelalamo.com\/\",\"name\":\"El Capricho del \u00c1lamo\",\"description\":\"Tu sitio favorito sin salir de El \u00c1lamo. Comida casera para todos los gustos. Terraza y carpa con calefaccion y nebulizadores\",\"publisher\":{\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/#organization\"},\"alternateName\":\"El Capricho\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.elcaprichodelalamo.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/#organization\",\"name\":\"El Capricho del \u00c1lamo\",\"url\":\"https:\/\/www.elcaprichodelalamo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/09\/cropped-LOGO-EL-CAPRICHO-CON-DATOS-AZUL.png\",\"contentUrl\":\"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/09\/cropped-LOGO-EL-CAPRICHO-CON-DATOS-AZUL.png\",\"width\":512,\"height\":512,\"caption\":\"El Capricho del \u00c1lamo\"},\"image\":{\"@id\":\"https:\/\/www.elcaprichodelalamo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/elcaprichoalamo\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reservar - El Capricho del \u00c1lamo","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/","og_locale":"es_ES","og_type":"article","og_title":"Reservar - El Capricho del \u00c1lamo","og_description":"Reserva tu mesa Fecha de reserva Hora de reserva RESERVAR POR WHATSAPP Llama ahora Preguntas Frecuentes \u00bfCu\u00e1l es el horario de El Capricho del \u00c1lamo? Abrimos de Lunes a Domingo de 08:00 a 00:00. Los mi\u00e9rcoles permanecemos cerrados por descanso del personal. \u00bfOfrec\u00e9is men\u00fa del d\u00eda durante la semana? S\u00ed, ofrecemos un men\u00fa del d\u00eda [&hellip;]","og_url":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/","og_site_name":"El Capricho del \u00c1lamo","article_modified_time":"2026-05-21T10:35:25+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/Terraza-scaled.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/","url":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/","name":"Reservar - El Capricho del \u00c1lamo","isPartOf":{"@id":"https:\/\/www.elcaprichodelalamo.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#primaryimage"},"image":{"@id":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#primaryimage"},"thumbnailUrl":"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic","datePublished":"2024-07-21T16:32:50+00:00","dateModified":"2026-05-21T10:35:25+00:00","breadcrumb":{"@id":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#primaryimage","url":"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic","contentUrl":"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/07\/IMG_1160.heic"},{"@type":"BreadcrumbList","@id":"https:\/\/www.elcaprichodelalamo.com\/index.php\/reservar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.elcaprichodelalamo.com\/"},{"@type":"ListItem","position":2,"name":"Reservar"}]},{"@type":"WebSite","@id":"https:\/\/www.elcaprichodelalamo.com\/#website","url":"https:\/\/www.elcaprichodelalamo.com\/","name":"El Capricho del \u00c1lamo","description":"Tu sitio favorito sin salir de El \u00c1lamo. Comida casera para todos los gustos. Terraza y carpa con calefaccion y nebulizadores","publisher":{"@id":"https:\/\/www.elcaprichodelalamo.com\/#organization"},"alternateName":"El Capricho","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.elcaprichodelalamo.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.elcaprichodelalamo.com\/#organization","name":"El Capricho del \u00c1lamo","url":"https:\/\/www.elcaprichodelalamo.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.elcaprichodelalamo.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/09\/cropped-LOGO-EL-CAPRICHO-CON-DATOS-AZUL.png","contentUrl":"https:\/\/www.elcaprichodelalamo.com\/wp-content\/uploads\/2024\/09\/cropped-LOGO-EL-CAPRICHO-CON-DATOS-AZUL.png","width":512,"height":512,"caption":"El Capricho del \u00c1lamo"},"image":{"@id":"https:\/\/www.elcaprichodelalamo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/elcaprichoalamo\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/pages\/296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/comments?post=296"}],"version-history":[{"count":109,"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/pages\/296\/revisions"}],"predecessor-version":[{"id":1442,"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/pages\/296\/revisions\/1442"}],"wp:attachment":[{"href":"https:\/\/www.elcaprichodelalamo.com\/index.php\/wp-json\/wp\/v2\/media?parent=296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}