{"id":1652,"date":"2026-01-07T21:40:41","date_gmt":"2026-01-07T21:40:41","guid":{"rendered":"https:\/\/acexplora.com\/?page_id=1652"},"modified":"2026-01-07T21:44:27","modified_gmt":"2026-01-07T21:44:27","slug":"barecruise","status":"publish","type":"page","link":"https:\/\/acexplora.com\/en\/barecruise\/","title":{"rendered":"barecruise"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Freehiking &#8211; Welcome Bare Cruisers<\/title>\n    <style>\n        \/* ESTILS GENERALS *\/\n        :root {\n            --primary-color: #2E7D32; \/* Verd Muntanya *\/\n            --secondary-color: #0277BD; \/* Blau Mar *\/\n            --accent-color: #F9A825; \/* Groc Sol *\/\n            --text-color: #333;\n            --bg-color: #f4f7f6;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            margin-top: 0;\n            color: var(--primary-color);\n        }\n\n        a {\n            text-decoration: none;\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 8px;\n        }\n\n        \/* CAP\u00c7ALERA (HERO) *\/\n        .hero {\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https:\/\/placehold.co\/800x400\/2E7D32\/FFFFFF?text=Mountains+Background'); \/* POSAR FOTO DE MUNTANYA DE FONS *\/\n            background-size: cover;\n            background-position: center;\n            color: var(--white);\n            text-align: center;\n            padding: 60px 20px;\n        }\n\n        .hero h1 {\n            color: var(--white);\n            font-size: 2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .hero p {\n            font-size: 1.2rem;\n            font-weight: 300;\n        }\n\n        \/* CONTENIDOR PRINCIPAL *\/\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* SECCI\u00d3 INTRO *\/\n        .intro {\n            background-color: var(--white);\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            margin-bottom: 30px;\n            text-align: center;\n        }\n\n        .profile-pic {\n            width: 150px;\n            height: 150px;\n            border-radius: 50%;\n            object-fit: cover;\n            margin: 0 auto 20px;\n            border: 4px solid var(--primary-color);\n        }\n\n        \/* TARGETES DE VIATGE *\/\n        .trip-card {\n            background-color: var(--white);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n            transition: transform 0.3s ease;\n        }\n\n        .trip-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .trip-image {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n            border-radius: 15px 15px 0 0;\n        }\n\n        .trip-content {\n            padding: 25px;\n        }\n\n        .tag {\n            background-color: var(--accent-color);\n            color: var(--text-color);\n            padding: 5px 10px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: bold;\n            text-transform: uppercase;\n            display: inline-block;\n            margin-bottom: 10px;\n        }\n\n        .btn {\n            display: block;\n            width: 100%;\n            padding: 15px 0;\n            text-align: center;\n            background-color: var(--primary-color);\n            color: var(--white);\n            border-radius: 8px;\n            font-weight: bold;\n            text-transform: uppercase;\n            margin-top: 20px;\n            transition: background 0.3s;\n        }\n\n        .btn:hover {\n            background-color: #1b5e20;\n        }\n\n        .btn-secondary {\n            background-color: var(--secondary-color);\n        }\n\n        .btn-secondary:hover {\n            background-color: #01579b;\n        }\n\n        \/* CUSTOM TOURS SECTION *\/\n        .custom-tours {\n            background-color: #e8f5e9;\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n        }\n\n        .custom-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .custom-list li {\n            background: var(--white);\n            margin-bottom: 10px;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 5px solid var(--secondary-color);\n        }\n\n        \/* FOOTER *\/\n        footer {\n            text-align: center;\n            padding: 40px 20px;\n            background-color: #333;\n            color: #ccc;\n            font-size: 0.9rem;\n        }\n\n        footer a {\n            color: var(--white);\n            text-decoration: underline;\n        }\n\n        \/* BOT\u00d3 WHATSAPP FLOTANT *\/\n        .whatsapp-float {\n            position: fixed;\n            width: 60px;\n            height: 60px;\n            bottom: 20px;\n            right: 20px;\n            background-color: #25d366;\n            color: #FFF;\n            border-radius: 50px;\n            text-align: center;\n            font-size: 30px;\n            box-shadow: 2px 2px 3px #999;\n            z-index: 100;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .whatsapp-float:hover {\n            background-color: #128C7E;\n        }\n\n    <\/style>\n<\/head>\n<body>\n\n    <!-- HERO SECTION -->\n    <header class=\"hero\">\n        <h1>Nice to meet you on the Bare Cruise! \u2693<\/h1>\n        <p>You love the freedom of the sea&#8230;<br>Now discover the freedom of the mountains.<\/p>\n    <\/header>\n\n    <div class=\"container\">\n\n        <!-- INTRO SECTION -->\n        <section class=\"intro\">\n            <!-- POSAR FOTO VOSTRA AQU\u00cd -->\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles\" alt=\"Angela and Carles\" class=\"profile-pic\">\n            <h2>Hi! We are Angela &#038; Carles<\/h2>\n            <p>We are a couple from Catalonia (Spain) passionate about <strong>Freehiking<\/strong>: active naturism, cultural immersion, and authentic experiences.<\/p>\n            <p>We guide small groups to the most beautiful naked-friendly spots in Europe and beyond.<\/p>\n        <\/section>\n\n        <!-- TRIP 1: PYRENEES -->\n        <section class=\"trip-card\">\n            <!-- POSAR FOTO PIRINEUS -->\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/800x500\/2E7D32\/FFFFFF?text=Pyrenees+Mountains\" alt=\"Naked Hiking Pyrenees\" class=\"trip-image\">\n            <div class=\"trip-content\">\n                <span class=\"tag\">Signature Trip<\/span>\n                <h3>\ud83c\udfd4\ufe0f Pyrenees Naked Walking Week 2026<\/h3>\n                <p>Experience the freedom of hiking 100% nude in the majestic Pyrenees mountains. Forget fences and resorts. Here, the mountains are your walls.<\/p>\n                <ul>\n                    <li><strong>When:<\/strong> July 2026<\/li>\n                    <li><strong>Style:<\/strong> Rural House, Community Meals, Hiking<\/li>\n                    <li><strong>Group:<\/strong> Max 18 people<\/li>\n                <\/ul>\n                <!-- POSAR ENLLA\u00c7 REAL -->\n                <a href=\"#\" class=\"btn\">View Itinerary &#038; Waitlist<\/a>\n            <\/div>\n        <\/section>\n\n        <!-- TRIP 2: COLOMBIA -->\n        <section class=\"trip-card\">\n            <!-- POSAR FOTO COLOMBIA -->\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/800x500\/F9A825\/333333?text=Colombia+Jungle\" alt=\"Colombia Naturist Tour\" class=\"trip-image\">\n            <div class=\"trip-content\">\n                <span class=\"tag\">Exotic Adventure<\/span>\n                <h3>\ud83c\udde8\ud83c\uddf4 Colombia Naturist Tour 2026<\/h3>\n                <p>Explore the wild beauty of Colombia safely. Hike through the Tayrona jungle, relax on Caribbean beaches, and join the International Naturist Festival.<\/p>\n                <ul>\n                    <li><strong>When:<\/strong> April 2026<\/li>\n                    <li><strong>Highlights:<\/strong> Jungle, Beach, Festival<\/li>\n                    <li><strong>Safety:<\/strong> Fully guided &#038; Secure<\/li>\n                <\/ul>\n                <!-- POSAR ENLLA\u00c7 REAL -->\n                <a href=\"#\" class=\"btn btn-secondary\">Get Info for Colombia<\/a>\n            <\/div>\n        <\/section>\n\n        <!-- CUSTOM TOURS -->\n        <section class=\"custom-tours\">\n            <h2>\ud83c\uddea\ud83c\uddfa Tailor-Made European Experiences<\/h2>\n            <p>Planning a trip to Europe? Let us be your local guides for private day tours.<\/p>\n            <ul class=\"custom-list\">\n                <li>\n                    <strong>\ud83c\udf0a Costa Brava (Spain):<\/strong> Hidden coves, Dali&#8217;s coast, and authentic Paella.\n                <\/li>\n                <li>\n                    <strong>\ud83c\uddeb\ud83c\uddf7 South of France:<\/strong> We guide you to <strong>Leucate<\/strong> (Relaxed) or <strong>Cap d&#8217;Agde<\/strong> (Nightlife\/History) depending on your style.\n                <\/li>\n            <\/ul>\n            <!-- POSAR ENLLA\u00c7 A EMAIL O CONTACTE -->\n            <a href=\"mailto:info@freehiking.eu\" class=\"btn btn-secondary\">Enquire about Private Tours<\/a>\n        <\/section>\n\n    <\/div>\n\n<!-- WELLNESS & MASSAGE SECTION -->\n        <section class=\"trip-card\">\n            <!-- POSAR FOTO DE MASSATGE O RELAX (Mans, oli, esquena...) -->\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/800x400\/8d6e63\/FFFFFF?text=Wellness+%26+Massage\" alt=\"Naturist Massage\" class=\"trip-image\">\n            <div class=\"trip-content\">\n                <span class=\"tag\" style=\"background-color: #8d6e63; color: white;\">Wellness<\/span>\n                <h3>\ud83d\udc86\u200d\u2642\ufe0f Massage &#038; Recovery<\/h3>\n                <p>Hiking represents the effort; massage represents the reward. We offer professional massage sessions to help you disconnect and recover.<\/p>\n                <p>Whether you join us in the Pyrenees or book a private session, we specialize in:<\/p>\n                <ul style=\"list-style-type: none; padding: 0;\">\n                    <li>\u2728 <strong>Relaxing \/ Swedish Massage<\/strong><\/li>\n                    <li>\ud83d\udd25 <strong>Deep Tissue \/ Sports Recovery<\/strong><\/li>\n                    <li>\ud83c\udf3f <strong>Lomi Lomi \/ Energy Flow<\/strong><\/li>\n                <\/ul>\n                <p><em>Available during our retreats and for private booking.<\/em><\/p>\n                <!-- ENLLA\u00c7 AL WHATSAPP PER DEMANAR CITA -->\n                <a href=\"https:\/\/wa.me\/34XXXXXXXXX?text=I%20am%20interested%20in%20a%20massage\" class=\"btn\" style=\"background-color: #8d6e63;\">Book a Session<\/a>\n            <\/div>\n        <\/section>\n\n    <!-- FOOTER -->\n    <footer>\n        <p><strong>Ready for your next adventure?<\/strong><br>Let&#8217;s stay in touch!<\/p>\n        <p>\n            <a href=\"https:\/\/freehiking.eu\">www.freehiking.eu<\/a><br>\n            <a href=\"mailto:info@freehiking.eu\">info@freehiking.eu<\/a>\n        <\/p>\n        <p>\u00a9 2026 Freehiking.eu<\/p>\n    <\/footer>\n\n    <!-- BOT\u00d3 WHATSAPP (Substitueix el n\u00famero pel teu amb prefix, ex: 34600000000) -->\n    <a href=\"https:\/\/wa.me\/34XXXXXXXXX\" class=\"whatsapp-float\" target=\"_blank\">\n        <!-- Icona simple de WhatsApp (SVG) -->\n        <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M12.031 6.172C8.828 6.172 6.219 8.781 6.219 11.984C6.219 13.016 6.484 13.969 6.953 14.812L6.469 16.594L8.297 16.109C9.094 16.547 10.016 16.797 11.016 16.797H11.031C14.234 16.797 16.844 14.188 16.844 10.984C16.844 7.781 14.234 6.172 12.031 6.172ZM12.031 4C16.438 4 20 7.563 20 11.984C20 16.406 16.438 19.969 12.031 19.969C10.281 19.969 8.672 19.406 7.359 18.469L3 19.609L4.172 15.266C3.188 13.906 2.609 12.219 2.609 10.406C2.609 5.984 6.172 1.563 10.578 1.563H12.031V4Z\"\/>\n        <\/svg>\n    <\/a>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Freehiking &#8211; Welcome Bare Cruisers Nice to meet you on the Bare Cruise! \u2693 You love the freedom of the sea&#8230;Now discover the freedom of the mountains. Hi! We are Angela &#038; Carles We are a couple from Catalonia (Spain) passionate about Freehiking: active naturism, cultural immersion, and authentic experiences. We guide small groups to <a href=\"https:\/\/acexplora.com\/en\/barecruise\/\" class=\"read-more below\">READ MORE<\/a><\/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-1652","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>barecruise - Angela &amp; Carles<\/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:\/\/acexplora.com\/en\/barecruise\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"barecruise - Angela &amp; Carles\" \/>\n<meta property=\"og:description\" content=\"Freehiking &#8211; Welcome Bare Cruisers Nice to meet you on the Bare Cruise! \u2693 You love the freedom of the sea&#8230;Now discover the freedom of the mountains. Hi! We are Angela &#038; Carles We are a couple from Catalonia (Spain) passionate about Freehiking: active naturism, cultural immersion, and authentic experiences. We guide small groups to READ MORE\" \/>\n<meta property=\"og:url\" content=\"https:\/\/acexplora.com\/en\/barecruise\/\" \/>\n<meta property=\"og:site_name\" content=\"Angela &amp; Carles\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T21:44:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/acexplora.com\/en\/barecruise\/\",\"url\":\"https:\/\/acexplora.com\/en\/barecruise\/\",\"name\":\"barecruise - Angela &amp; Carles\",\"isPartOf\":{\"@id\":\"https:\/\/acexplora.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/acexplora.com\/en\/barecruise\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/acexplora.com\/en\/barecruise\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles\",\"datePublished\":\"2026-01-07T21:40:41+00:00\",\"dateModified\":\"2026-01-07T21:44:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/acexplora.com\/en\/barecruise\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/acexplora.com\/en\/barecruise\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/acexplora.com\/en\/barecruise\/#primaryimage\",\"url\":\"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles\",\"contentUrl\":\"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/acexplora.com\/en\/barecruise\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/acexplora.com\/what-we-can-do-for-you\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"barecruise\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/acexplora.com\/#website\",\"url\":\"https:\/\/acexplora.com\/\",\"name\":\"Angela & Carles\",\"description\":\"Travel | Hiking | Massage | Nudism\",\"publisher\":{\"@id\":\"https:\/\/acexplora.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/acexplora.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/acexplora.com\/#organization\",\"name\":\"Angela & Carles\",\"url\":\"https:\/\/acexplora.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/acexplora.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png\",\"contentUrl\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png\",\"width\":293,\"height\":57,\"caption\":\"Angela & Carles\"},\"image\":{\"@id\":\"https:\/\/acexplora.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"barecruise - Angela &amp; Carles","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:\/\/acexplora.com\/en\/barecruise\/","og_locale":"en_US","og_type":"article","og_title":"barecruise - Angela &amp; Carles","og_description":"Freehiking &#8211; Welcome Bare Cruisers Nice to meet you on the Bare Cruise! \u2693 You love the freedom of the sea&#8230;Now discover the freedom of the mountains. Hi! We are Angela &#038; Carles We are a couple from Catalonia (Spain) passionate about Freehiking: active naturism, cultural immersion, and authentic experiences. We guide small groups to READ MORE","og_url":"https:\/\/acexplora.com\/en\/barecruise\/","og_site_name":"Angela &amp; Carles","article_modified_time":"2026-01-07T21:44:27+00:00","og_image":[{"url":"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/acexplora.com\/en\/barecruise\/","url":"https:\/\/acexplora.com\/en\/barecruise\/","name":"barecruise - Angela &amp; Carles","isPartOf":{"@id":"https:\/\/acexplora.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/acexplora.com\/en\/barecruise\/#primaryimage"},"image":{"@id":"https:\/\/acexplora.com\/en\/barecruise\/#primaryimage"},"thumbnailUrl":"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles","datePublished":"2026-01-07T21:40:41+00:00","dateModified":"2026-01-07T21:44:27+00:00","breadcrumb":{"@id":"https:\/\/acexplora.com\/en\/barecruise\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/acexplora.com\/en\/barecruise\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/acexplora.com\/en\/barecruise\/#primaryimage","url":"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles","contentUrl":"https:\/\/placehold.co\/150x150?text=Angela+%26+Carles"},{"@type":"BreadcrumbList","@id":"https:\/\/acexplora.com\/en\/barecruise\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/acexplora.com\/what-we-can-do-for-you\/"},{"@type":"ListItem","position":2,"name":"barecruise"}]},{"@type":"WebSite","@id":"https:\/\/acexplora.com\/#website","url":"https:\/\/acexplora.com\/","name":"Angela & Carles","description":"Travel | Hiking | Massage | Nudism","publisher":{"@id":"https:\/\/acexplora.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/acexplora.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/acexplora.com\/#organization","name":"Angela & Carles","url":"https:\/\/acexplora.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/acexplora.com\/#\/schema\/logo\/image\/","url":"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png","contentUrl":"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png","width":293,"height":57,"caption":"Angela & Carles"},"image":{"@id":"https:\/\/acexplora.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages\/1652","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/comments?post=1652"}],"version-history":[{"count":2,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages\/1652\/revisions"}],"predecessor-version":[{"id":1654,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages\/1652\/revisions\/1654"}],"wp:attachment":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/media?parent=1652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}