{"id":1750,"date":"2026-02-10T10:56:13","date_gmt":"2026-02-10T09:56:13","guid":{"rendered":"https:\/\/lerondini.es\/propiedad-individual\/"},"modified":"2026-02-10T11:47:13","modified_gmt":"2026-02-10T10:47:13","slug":"propiedad-individual","status":"publish","type":"page","link":"https:\/\/lerondini.es\/en\/propiedad-individual\/","title":{"rendered":"Propiedad individual"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1750\" class=\"elementor elementor-1750 elementor-1748\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8dd803c e-con-full e-flex e-con e-parent\" data-id=\"8dd803c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb0414b elementor-widget elementor-widget-shortcode\" data-id=\"3eb0414b\" 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\"><div class=\"hfy-wrap hfy-theme1 nopad\">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3af28d6d elementor-absolute elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"3af28d6d\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"boto-veure-galeria\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-images\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver la galer\u00eda<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16c7f528 elementor-mobile-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-button\" data-id=\"16c7f528\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"boto-veure-galeria\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-images\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver la galer\u00eda<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-276a8c3f elementor-widget elementor-widget-html\" data-id=\"276a8c3f\" 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<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ 1. Busquem el bot\u00f3 pel seu ID (que has d'haver posat a Elementor)\n    var botoGaleria = document.getElementById('boto-veure-galeria');\n    \n    \/\/ Si no troba l'ID, intentem buscar-lo com a selector de fallback per si de cas\n    if (!botoGaleria) {\n        \/\/ Aix\u00f2 busca qualsevol enlla\u00e7 que tingui el text \"Ver la galer\u00eda\" si l'ID falla\n        var allLinks = document.querySelectorAll('a.elementor-button');\n        allLinks.forEach(function(link) {\n            if(link.textContent.includes('Ver la galer\u00eda')) {\n                botoGaleria = link;\n            }\n        });\n    }\n\n    if(botoGaleria) {\n        botoGaleria.addEventListener('click', function(e) {\n            e.preventDefault(); \/\/ Evitem que recarregui la p\u00e0gina o pugi a dalt\n            \n            \/\/ 2. CORRECCI\u00d3: Busquem la classe real \".hfy-listing-gallery\"\n            \/\/ Busquem la primera imatge dins de la llista\n            var primeraImatge = document.querySelector('.hfy-listing-gallery .list .img-wrap img');\n            \n            \/\/ Si no troba la de la llista, busquem qualsevol imatge dins la galeria\n            if (!primeraImatge) {\n                primeraImatge = document.querySelector('.hfy-listing-gallery img');\n            }\n            \n            if(primeraImatge) {\n                \/\/ 3. Forcem el clic a la imatge mare (el span .img-wrap sol tenir l'event, no la img)\n                \/\/ Per\u00f2 sovint el clic a la img es propaga cap amunt. Provem els dos.\n                primeraImatge.click();\n                \n                \/\/ Si el clic a la img no va, intentem clicar al pare (el wrapper)\n                if(primeraImatge.parentElement) {\n                    primeraImatge.parentElement.click();\n                }\n            } else {\n                console.log(\"No s'ha trobat cap imatge a la galeria Hostify\");\n            }\n        });\n    }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-578a274e e-flex e-con-boxed e-con e-parent\" data-id=\"578a274e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dff8e59 elementor-widget elementor-widget-shortcode\" data-id=\"dff8e59\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41d265b3 elementor-widget elementor-widget-shortcode\" data-id=\"41d265b3\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/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<div class=\"elementor-element elementor-element-4a8c398 e-flex e-con-boxed e-con e-parent\" data-id=\"4a8c398\" 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-2ea84eb3 e-con-full e-flex e-con e-child\" data-id=\"2ea84eb3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e01b132 elementor-widget elementor-widget-heading\" data-id=\"2e01b132\" 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\">Descripci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a79967b elementor-widget elementor-widget-shortcode\" data-id=\"4a79967b\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31a2587f elementor-widget elementor-widget-heading\" data-id=\"31a2587f\" 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\">Servicios<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61f3be1 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"61f3be1\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2dca37a7 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"2dca37a7\" 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<button class=\"hfy-amenities-toggle\" onclick=\"document.querySelector('.hfy-listing-amenities').classList.toggle('show-all'); this.textContent = document.querySelector('.hfy-listing-amenities').classList.contains('show-all') ? 'Mostrar menos' : 'Mostrar todas las comodidades';\">Mostrar todas las comodidades<\/button>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38abcdd4 elementor-widget elementor-widget-heading\" data-id=\"38abcdd4\" 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\">Localizaci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1463f4 elementor-widget elementor-widget-shortcode\" data-id=\"d1463f4\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3597c950 elementor-widget elementor-widget-heading\" data-id=\"3597c950\" 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\">Opiniones<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eff37a7 elementor-widget elementor-widget-shortcode\" data-id=\"eff37a7\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b2eb61e elementor-widget elementor-widget-shortcode\" data-id=\"1b2eb61e\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69d6db10 e-con-full e-flex e-con e-child\" data-id=\"69d6db10\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:30,&quot;sticky_effects_offset&quot;:30,&quot;sticky_anchor_link_offset&quot;:30,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79a0a842 elementor-widget elementor-widget-shortcode\" data-id=\"79a0a842\" 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\"><div class=\"hfy-wrap hfy-theme1 \">No listing ID<\/div><\/div>\n\t\t\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Ver la galer\u00eda Ver la galer\u00eda Descripci\u00f3n Servicios Mostrar todas las comodidades Localizaci\u00f3n Opiniones<\/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-1750","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>Propiedad individual - Le Rondini<\/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:\/\/lerondini.es\/en\/propiedad-individual\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Propiedad individual - Le Rondini\" \/>\n<meta property=\"og:description\" content=\"Ver la galer\u00eda Ver la galer\u00eda Descripci\u00f3n Servicios Mostrar todas las comodidades Localizaci\u00f3n Opiniones\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lerondini.es\/en\/propiedad-individual\/\" \/>\n<meta property=\"og:site_name\" content=\"Le Rondini\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-10T10:47:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lerondini.es\/en\/propiedad-individual\/\",\"url\":\"https:\/\/lerondini.es\/en\/propiedad-individual\/\",\"name\":\"Propiedad individual - Le Rondini\",\"isPartOf\":{\"@id\":\"https:\/\/lerondini.es\/en\/#website\"},\"datePublished\":\"2026-02-10T09:56:13+00:00\",\"dateModified\":\"2026-02-10T10:47:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lerondini.es\/en\/propiedad-individual\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lerondini.es\/en\/propiedad-individual\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lerondini.es\/en\/propiedad-individual\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/lerondini.es\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Propiedad individual\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lerondini.es\/en\/#website\",\"url\":\"https:\/\/lerondini.es\/en\/\",\"name\":\"Le Rondini | Alojamiento para adultos en la Costa Brava\",\"description\":\"Alojamiento s\u00f3lo para Adultos, en el coraz\u00f3n de La Costa Brava, con servicio diario de limpieza y desayuno. Acepta mascotas\",\"publisher\":{\"@id\":\"https:\/\/lerondini.es\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lerondini.es\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lerondini.es\/en\/#organization\",\"name\":\"Le Rondini | Alojamiento para adultos en la Costa Brava\",\"url\":\"https:\/\/lerondini.es\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lerondini.es\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lerondini.es\/wp-content\/uploads\/2023\/07\/Le-Rondini-logo.jpg\",\"contentUrl\":\"https:\/\/lerondini.es\/wp-content\/uploads\/2023\/07\/Le-Rondini-logo.jpg\",\"width\":340,\"height\":80,\"caption\":\"Le Rondini | Alojamiento para adultos en la Costa Brava\"},\"image\":{\"@id\":\"https:\/\/lerondini.es\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Propiedad individual - Le Rondini","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:\/\/lerondini.es\/en\/propiedad-individual\/","og_locale":"en_US","og_type":"article","og_title":"Propiedad individual - Le Rondini","og_description":"Ver la galer\u00eda Ver la galer\u00eda Descripci\u00f3n Servicios Mostrar todas las comodidades Localizaci\u00f3n Opiniones","og_url":"https:\/\/lerondini.es\/en\/propiedad-individual\/","og_site_name":"Le Rondini","article_modified_time":"2026-02-10T10:47:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lerondini.es\/en\/propiedad-individual\/","url":"https:\/\/lerondini.es\/en\/propiedad-individual\/","name":"Propiedad individual - Le Rondini","isPartOf":{"@id":"https:\/\/lerondini.es\/en\/#website"},"datePublished":"2026-02-10T09:56:13+00:00","dateModified":"2026-02-10T10:47:13+00:00","breadcrumb":{"@id":"https:\/\/lerondini.es\/en\/propiedad-individual\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lerondini.es\/en\/propiedad-individual\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lerondini.es\/en\/propiedad-individual\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/lerondini.es\/en\/"},{"@type":"ListItem","position":2,"name":"Propiedad individual"}]},{"@type":"WebSite","@id":"https:\/\/lerondini.es\/en\/#website","url":"https:\/\/lerondini.es\/en\/","name":"Le Rondini | Alojamiento para adultos en la Costa Brava","description":"Alojamiento s\u00f3lo para Adultos, en el coraz\u00f3n de La Costa Brava, con servicio diario de limpieza y desayuno. Acepta mascotas","publisher":{"@id":"https:\/\/lerondini.es\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lerondini.es\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lerondini.es\/en\/#organization","name":"Le Rondini | Alojamiento para adultos en la Costa Brava","url":"https:\/\/lerondini.es\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lerondini.es\/en\/#\/schema\/logo\/image\/","url":"https:\/\/lerondini.es\/wp-content\/uploads\/2023\/07\/Le-Rondini-logo.jpg","contentUrl":"https:\/\/lerondini.es\/wp-content\/uploads\/2023\/07\/Le-Rondini-logo.jpg","width":340,"height":80,"caption":"Le Rondini | Alojamiento para adultos en la Costa Brava"},"image":{"@id":"https:\/\/lerondini.es\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/pages\/1750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/comments?post=1750"}],"version-history":[{"count":22,"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/pages\/1750\/revisions"}],"predecessor-version":[{"id":1841,"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/pages\/1750\/revisions\/1841"}],"wp:attachment":[{"href":"https:\/\/lerondini.es\/en\/wp-json\/wp\/v2\/media?parent=1750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}