{"id":394,"date":"2015-03-20T23:02:27","date_gmt":"2015-03-20T23:02:27","guid":{"rendered":"http:\/\/mysticacostarica.com\/wordpress\/?page_id=394"},"modified":"2026-06-26T01:58:20","modified_gmt":"2026-06-26T01:58:20","slug":"costa-rica-yoga-retreats","status":"publish","type":"page","link":"https:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/","title":{"rendered":"Mystica Retreats"},"content":{"rendered":"<style>\n:root {\n    --sage-green: #8FA582;\n    --deep-forest: #2F4F2F;\n    --ocean-blue: #5E8C9A;\n    --warm-earth: #BFA58A;\n    --soft-cream: #F8F4EF;\n    --stone-gray: #6D6D6D;\n    --coral-accent: #D4A574;\n    --leaf-green: #6B8E5F;\n}\nhtml {\n    scroll-behavior: smooth;\n    margin: 0;\n    padding: 0;\n}\nbody {\n    font-family: 'Raleway', sans-serif;\n    margin: 0;\n    margin-top: 0;\n    padding: 0;\n    background: var(--soft-cream);\n    color: var(--deep-forest);\n    line-height: 1.7;\n    font-weight: 300;\n}\n.header {\n    background: linear-gradient(180deg, var(--sage-green) 0%, var(--ocean-blue) 100%);\n    text-align: center;\n    padding: 100px 20px 80px;\n    color: white;\n}\n.header h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 56px;\n    margin: 0;\n    letter-spacing: 1px;\n    color: #fff !important;\n}\n.header p {\n    font-size: 22px;\n    margin: 10px 0 0;\n    opacity: 0.9;\n}\n.stats-callout {\n    background: linear-gradient(135deg, var(--soft-cream) 0%, #F0EDE8 100%);\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-around;\n    padding: 60px 20px;\n    text-align: center;\n}\n.stat {\n    margin: 20px;\n    flex: 1 1 200px;\n}\n.stat h3 {\n    font-family: 'Playfair Display', serif;\n    margin: 0;\n    font-size: 42px;\n    color: var(--leaf-green);\n}\n.stat p {\n    margin: 8px 0 0;\n    font-size: 18px;\n    color: var(--stone-gray);\n}\n.intro-text {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    text-align: center;\n    color: var(--stone-gray);\n    font-size: 18px;\n}\n.intro-text p {\n    margin-bottom: 25px;\n}\n.cta-box {\n    max-width: 800px;\n    margin: 40px auto;\n    padding: 50px;\n    background: linear-gradient(135deg, rgba(143,165,130,0.1) 0%, rgba(94,140,154,0.1) 100%);\n    border-radius: 20px;\n    text-align: center;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n}\n.cta-box h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    margin-bottom: 20px;\n    color: var(--deep-forest);\n}\n.cta-box p {\n    font-size: 20px;\n    margin-bottom: 30px;\n    color: var(--stone-gray);\n}\n.cta-box a {\n    background: var(--sage-green);\n    color: white;\n    padding: 15px 35px;\n    border-radius: 30px;\n    text-decoration: none;\n    font-weight: 500;\n    transition: all 0.3s ease;\n}\n.cta-box a:hover {\n    background: var(--leaf-green);\n    transform: translateY(-3px);\n    box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n.main-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 40px 20px;\n}\n.month-section {\n    margin-bottom: 80px;\n}\n.month-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 40px;\n    color: var(--deep-forest);\n    text-align: center;\n    margin-bottom: 40px;\n    position: relative;\n}\n.month-section h2::after {\n    content: '';\n    display: block;\n    width: 80px;\n    height: 2px;\n    background: var(--coral-accent);\n    margin: 15px auto 0;\n}\n.retreat-card {\n    background: white;\n    border-radius: 15px;\n    overflow: visible;\n    box-shadow: 0 4px 25px rgba(0,0,0,0.08);\n    transition: all 0.4s ease;\n    margin-bottom: 50px;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeInUp 0.8s ease forwards;\n}\n.retreat-card:nth-child(odd) {\n    animation-delay: 0.2s;\n}\n.retreat-card:nth-child(even) {\n    animation-delay: 0.4s;\n}\n@keyframes fadeInUp {\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n.retreat-card:hover {\n    box-shadow: 0 8px 40px rgba(0,0,0,0.12);\n    transform: translateY(-5px);\n}\n.card-accent {\n    height: 5px;\n    background: linear-gradient(90deg, var(--sage-green) 0%, var(--ocean-blue) 50%, var(--warm-earth) 100%);\n}\n.card-header {\n    padding: 25px 40px 15px;\n    background: linear-gradient(180deg, rgba(143,165,130,0.05) 0%, transparent 100%);\n}\n.retreat-date {\n    font-size: 16px;\n    color: var(--ocean-blue);\n    margin-bottom: 12px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n}\n.retreat-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    margin-bottom: 15px;\n    line-height: 1.3;\n    color: var(--deep-forest);\n}\n.retreat-leader {\n    font-size: 18px;\n    color: var(--stone-gray);\n    font-style: italic;\n    margin-bottom: 15px;\n}\n.retreat-image {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 10px;\n    margin: 0 auto 10px;\n}\n.card-body {\n    padding: 10px 40px 25px;\n}\n.retreat-description {\n    color: var(--stone-gray);\n    line-height: 1.8;\n    font-size: 17px;\n}\n.coming-soon {\n    color: var(--coral-accent);\n    font-style: italic;\n    font-size: 18px;\n    text-align: center;\n    padding: 20px 0;\n}\n.card-footer {\n    padding: 30px 40px;\n    background: linear-gradient(180deg, rgba(248,244,239,0.8) 0%, var(--soft-cream) 100%);\n    border-top: 1px solid rgba(143,165,130,0.1);\n}\n.register-btn {\n    display: inline-block;\n    padding: 15px 35px;\n    background: linear-gradient(135deg, var(--sage-green) 0%, var(--leaf-green) 100%);\n    color: white;\n    text-decoration: none;\n    border-radius: 30px;\n    font-size: 17px;\n    font-weight: 500;\n    transition: all 0.3s ease;\n}\n.register-btn:hover {\n    background: linear-gradient(135deg, var(--leaf-green) 0%, var(--sage-green) 100%);\n    transform: translateY(-3px);\n    box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n@media (max-width: 768px) {\n    .header h1 { font-size: 42px; }\n    .header p { font-size: 18px; }\n    .stats-callout { flex-direction: column; }\n    .stat h3 { font-size: 32px; }\n    .cta-box h2 { font-size: 28px; }\n    .cta-box p { font-size: 16px; }\n    .month-section h2 { font-size: 32px; }\n    .retreat-title { font-size: 26px; }\n    .card-header, .card-body, .card-footer { padding: 20px 30px; }\n    .retreat-image { margin: 0 auto 5px; }\n}\n<\/style>\n<div class=\"header\">\n<h1>Mystica Costa Rica Yoga &amp; Wellness Retreats<\/h1>\n<p>Transformative experiences in paradise<\/p>\n<\/div>\n<div class=\"stats-callout\">\n<div class=\"stat\">\n<h3>20<\/h3>\n<p>Years of Retreats<\/p>\n<\/div>\n<div class=\"stat\">\n<h3>150+<\/h3>\n<p>Retreats Hosted<\/p>\n<\/div>\n<div class=\"stat\">\n<h3>360+<\/h3>\n<p>Months of Magic<\/p>\n<\/div>\n<div class=\"stat\">\n<h3>Unlimited<\/h3>\n<p>Transformation Opportunities<\/p>\n<\/div>\n<\/div>\n<div class=\"cta-box\">\n<h2>Attention Retreat Leaders<\/h2>\n<p>Ready to host your dream retreat in paradise? Contact us today to explore the magical possibilities at Mystica!<\/p>\n<p><a href=\"https:\/\/www.mysticacostarica.com\/wordpress\/retreat-inquiry-page\/\">Contact Us Today<\/a>\n<\/div>\n<div class=\"intro-text\">\n<div style=\"text-align: center; margin-bottom: 25px;\"><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/gr11Mv3ebJY?si=OQssKZgpDiQvr0hl\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/div>\n<p>Mystica facilitates a powerful and magical environment that helps you to connect with Nature, with yourself, and with the Source of All in order to return to unity and oneness.<\/p>\n<p>Mystica is proud to host many beautiful and powerful Yoga &amp; Wellness Retreats in Costa Rica. Located in the heart of Costa Rica, overlooking the majestic Lake Arenal and Arenal Volcano, Mystica is located in the midst of a vortex of energy that deeply supports personal growth, transformation, and inspiration. All of our Costa Rica yoga &amp; wellness retreats are customized based on leaders&#8217; preferences, often combining Yoga and Transformation with adventure and enjoyment of the luscious beauty of Mother Nature through waterfalls, hot springs, and much more.<\/p>\n<p>One of Mystica&#8217;s jewels is &#8216;La Esencia&#8217;, our Yoga Sanctuary nestled in the forest by a flowing river. Our spacious, covered, wooden platform embraced by the forest provides an unforgettable, natural ambiance for Yoga and meditation practice, and offers an ideal space for Costa Rica yoga &amp; wellness retreats and yoga teacher training. We also have a refreshing dipping pool made of river stones with a waterfall, a detoxifying infrared sauna, a tree-top wellness space for Massage and Reiki, and a special Mystic Star Labyrinth for walking meditation.<\/p>\n<p>Take sacred time away from the busy-ness of everyday life to relax, restore, and rejuvenate yourself in one of our wonderful retreats. We look forward to sharing the Beauty and Magic of Mystica during your yoga retreat in Costa Rica!<\/p>\n<\/div>\n<div class=\"main-container\">\n<div id=\"december\" class=\"month-section\">\n<h2>December 2026<\/h2>\n<div class=\"retreat-card\">\n<div class=\"card-accent\"><\/div>\n<div class=\"card-header\">\n<div class=\"retreat-date\">December 1-8, 2026 (7 nights)<\/div>\n<div class=\"retreat-title\">Divine Feminine Women&#8217;s Retreat<\/div>\n<div class=\"retreat-leader\">Leaders: Jacqueline Morton, Nicole Alexander &amp; Lily Nakagawa<\/div>\n<p><img class=\"retreat-image\" src=\"http:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2026\/06\/divine-retreat.jpg\" alt=\"Divine Feminine Women's Retreat\" \/>\n<\/div>\n<div class=\"card-body\">\n<div class=\"retreat-description\">The Divine Feminine Retreat is an 8-day immersive experience for women seeking deeper connection and inner balance. Set within Mystica&#8217;s lush natural sanctuary, it is an invitation to slow down, regulate your nervous system, and return to harmony within yourself. Rooted in the wisdom of the Divine Feminine, this gathering is a reminder that power does not have to be forceful, that strength can be soft, and that beauty and embodiment are not luxuries but medicine.<\/p>\n<p>So many women with full lives and meaningful responsibilities carry a quiet longing beneath it all \u2014 to soften, to be witnessed, and to reconnect with something intuitive within themselves. Over time, the pace of achieving, caregiving, and holding it all together can shift the nervous system into survival mode, leaving little space for self-love, pleasure, creativity, and restoration. This week is an invitation to step out of urgency and into Divine Feminine presence, gently guided to slow your breath, move with intention, open your heart in sisterhood, and reconnect with the part of you that knows how to receive.<\/p>\n<p>Held within a community of women committed to conscious growth, you&#8217;ll be supported through daily yoga and movement, sacred sister circles, guided meditation, somatic breathwork, and sound healing, woven together with nature-immersed activities including a waterfall hike and horse experience. This retreat is not about fixing yourself \u2014 it is about remembering who you are beneath the conditioning: soft, powerful, intuitive, and whole. Your stay includes 7 nights of accommodations, nourishing meals, and airport transport to and from the venue.<\/p><\/div>\n<\/div>\n<div class=\"card-footer\"><a class=\"register-btn\" href=\"https:\/\/www.yoursoulsmedicine.com\/about-6\" target=\"_blank\" rel=\"noopener\">View Details &amp; Register<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"cta-box\">\n<h2>Attention Retreat Leaders<\/h2>\n<p>Ready to host your dream retreat in paradise? Contact us today to explore the magical possibilities at Mystica!<\/p>\n<p><a href=\"https:\/\/www.mysticacostarica.com\/wordpress\/retreat-inquiry-page\/\">Contact Us Today<\/a>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Mystica Costa Rica Yoga &amp; Wellness Retreats Transformative experiences in paradise 20 Years of Retreats 150+ Retreats Hosted 360+ Months of Magic Unlimited Transformation Opportunities Attention Retreat Leaders Ready to host your dream retreat in paradise? Contact us today to explore the magical possibilities at Mystica! Contact Us Today Mystica[&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":963,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mystica Retreats - Mystica Costa Rica<\/title>\n<meta name=\"description\" content=\"Mystica is proud to host many beautiful and powerful Yoga &amp; Wellness Retreats in Costa Rica. Contact us about how to create your own retreat today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mystica Retreats - Mystica Costa Rica\" \/>\n<meta property=\"og:description\" content=\"Mystica is proud to host many beautiful and powerful Yoga &amp; Wellness Retreats in Costa Rica. Contact us about how to create your own retreat today!\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/\" \/>\n<meta property=\"og:site_name\" content=\"Mystica Costa Rica\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-26T01:58:20+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2022\/11\/306371675_487028163449842_798483430679436206_n.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"877\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mysticacostarica.com\/wordpress\/#website\",\"url\":\"https:\/\/www.mysticacostarica.com\/wordpress\/\",\"name\":\"Mystica Costa Rica\",\"description\":\"The Essence is Magic\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mysticacostarica.com\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#primaryimage\",\"url\":\"https:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2022\/11\/306371675_487028163449842_798483430679436206_n.jpg\",\"contentUrl\":\"https:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2022\/11\/306371675_487028163449842_798483430679436206_n.jpg\",\"width\":1170,\"height\":877},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#webpage\",\"url\":\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/\",\"name\":\"Mystica Retreats - Mystica Costa Rica\",\"isPartOf\":{\"@id\":\"https:\/\/www.mysticacostarica.com\/wordpress\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#primaryimage\"},\"datePublished\":\"2015-03-20T23:02:27+00:00\",\"dateModified\":\"2026-06-26T01:58:20+00:00\",\"description\":\"Mystica is proud to host many beautiful and powerful Yoga & Wellness Retreats in Costa Rica. Contact us about how to create your own retreat today!\",\"breadcrumb\":{\"@id\":\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mysticacostarica.com\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mystica Retreats\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mystica Retreats - Mystica Costa Rica","description":"Mystica is proud to host many beautiful and powerful Yoga & Wellness Retreats in Costa Rica. Contact us about how to create your own retreat today!","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":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/","og_locale":"en_US","og_type":"article","og_title":"Mystica Retreats - Mystica Costa Rica","og_description":"Mystica is proud to host many beautiful and powerful Yoga & Wellness Retreats in Costa Rica. Contact us about how to create your own retreat today!","og_url":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/","og_site_name":"Mystica Costa Rica","article_modified_time":"2026-06-26T01:58:20+00:00","og_image":[{"width":1170,"height":877,"url":"http:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2022\/11\/306371675_487028163449842_798483430679436206_n.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.mysticacostarica.com\/wordpress\/#website","url":"https:\/\/www.mysticacostarica.com\/wordpress\/","name":"Mystica Costa Rica","description":"The Essence is Magic","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mysticacostarica.com\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#primaryimage","url":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2022\/11\/306371675_487028163449842_798483430679436206_n.jpg","contentUrl":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-content\/uploads\/2022\/11\/306371675_487028163449842_798483430679436206_n.jpg","width":1170,"height":877},{"@type":"WebPage","@id":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#webpage","url":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/","name":"Mystica Retreats - Mystica Costa Rica","isPartOf":{"@id":"https:\/\/www.mysticacostarica.com\/wordpress\/#website"},"primaryImageOfPage":{"@id":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#primaryimage"},"datePublished":"2015-03-20T23:02:27+00:00","dateModified":"2026-06-26T01:58:20+00:00","description":"Mystica is proud to host many beautiful and powerful Yoga & Wellness Retreats in Costa Rica. Contact us about how to create your own retreat today!","breadcrumb":{"@id":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/www.mysticacostarica.com\/wordpress\/costa-rica-yoga-retreats\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mysticacostarica.com\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Mystica Retreats"}]}]}},"_links":{"self":[{"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/pages\/394"}],"collection":[{"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/comments?post=394"}],"version-history":[{"count":252,"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/pages\/394\/revisions"}],"predecessor-version":[{"id":1262,"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/pages\/394\/revisions\/1262"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/media\/963"}],"wp:attachment":[{"href":"https:\/\/www.mysticacostarica.com\/wordpress\/wp-json\/wp\/v2\/media?parent=394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}