{"id":175526,"date":"2024-06-04T16:03:41","date_gmt":"2024-06-04T12:03:41","guid":{"rendered":"https:\/\/www.headout.com\/blog\/?p=175526"},"modified":"2024-10-16T16:02:46","modified_gmt":"2024-10-16T12:02:46","slug":"global-village-dubai-facts","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/","title":{"rendered":"Around the world in one Place: Fun facts about Global Village Dubai"},"content":{"rendered":"<p>All set to go to Global Village Dubai? Great! Whether you\u2019re a localite or a tourist, the experience at Global Village is phenomenal for everyone. With so many pavilions representing countries around the world, showcasing their best from crafts, cuisines, cultural performances and more \u2013 it\u2019s a fully immersive entertainment park to experience the world in one place. <\/p>\n<p>Let\u2019s elevate your visit by learning some fun facts about <a href=\"https:\/\/www.headout.com\/blog\/plan-your-visit-global-village\/\" target=\"_blank\" rel=\"noopener\"> Global Village Dubai!<\/a><\/p>\n<h2>Tickets to Global Village Dubai<\/h2>\n<h2>1. Most visited experience in Dubai:<\/h2>\n<p>Global Village has the highest number of visitors for an experience in Dubai! In season 27, it <a href=\"https:\/\/www.khaleejtimes.com\/uae\/dubai-global-village-sets-record-welcomes-more-than-9-million-visitors\" target=\"_blank\" rel=\"noopener\">set the record<\/a> for 9 million visitors. It leaves other experiences like Burj Khalifa behind by a big margin.<\/p>\n<h2>2. Total area:<\/h2>\n<p>You may have read a few times that Global Village is huge! It\u2019s true. There is a lot of ground to cover. The entertainment park is a whopping 17,200,000 square feet wide!<\/p>\n<h2>3. Largest parking capacity in UAE<\/h2>\n<p>Every season of Global Village brings in more visitors than the previous season. That\u2019s why the entertainment park has the largest parking capacity in the UAE. It has over 23,000 parking spaces! <\/p>\n<p><img decoding=\"async\" data-src=\"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/833c9dac13516650be69c3edfa912590-Disney%20world.jpg?fm=pjpg&amp;auto=compress&amp;w=1100&amp;h=750&amp;crop=faces&amp;fit=min\" data-sizes=\"auto\" alt=\"Parking - Global Village, Dubai\" sizes=\"864px\" src=\"https:\/\/cdn-imgix.headout.com\/media\/images\/c5f200ac5f5d8afe7f67597852d505ad-Parking.jpg?fm=pjpg&amp;auto=compress&amp;w=1100&amp;h=750&amp;crop=faces&amp;fit=min\" data-pagespeed-url-hash=\"3058151799\" onload=\"pagespeed.CriticalImages.checkImageForCriticality(this);\"><\/p>\n<h2>4. Number of shopping outlets:<\/h2>\n<p>The entertainment park is every shopaholic&#8217;s paradise \u2013 3500 shops in one place! What makes it better is that you can shop for something unique from all the countries represented in Global Village.<\/p>\n<h2>5. Number of seasons so far:<\/h2>\n<p>Global Village opened in 1997 and since then, there have been 28 seasons! It\u2019s one of the most sought-after entertainment experiences in the UAE, setting new visitor records every season.<\/p>\n<p>[tcb-script]        jQuery(document).ready(function () {            jQuery(&#8220;.row.post-width&#8221;).prepend(`&lt;div&gt;                    &lt;div id=&#8221;summary-list-wrapper&#8221;&gt;                        &lt;div&gt;                            &lt;div&gt;Global Village Dubai Facts                            &lt;\/div&gt;                            &lt;div&gt;&lt;\/div&gt;                        &lt;\/div&gt;                        &lt;ul id=&#8221;summaryList&#8221;&gt;                        &lt;\/ul&gt;                    &lt;\/div&gt;                &lt;\/div&gt;`);            let allH2 = document.querySelectorAll(&#8220;h2.add-to-summary&#8221;);            for (i = 0; i &lt; allH2.length; i++) {                jQuery(&#8220;#summaryList&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);                jQuery(&#8220;#summary-mobile-ul&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);            }            let allA = document.querySelectorAll(&#8220;#summaryList li a&#8221;);            let header = jQuery(document.getElementsByTagName(&#8220;header&#8221;)[0])            let isMobile = false;            if(jQuery(window).width()&lt;=765){                allA = document.querySelectorAll(&#8220;#summary-mobile-ul li a&#8221;);                isMobile = true;            }            let modal = document.getElementById(&#8220;summary-wrapper-mobile&#8221;);            function findH2WithThisTag(text) {                if(isMobile){                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                    modal.style.display = &#8220;none&#8221;;                }                for (i = 0; i &lt; allH2.length; i++) {                    if (allH2[i].innerHTML == text) {                        jQuery(&#8220;html, body&#8221;).animate(                            {                                scrollTop: jQuery(allH2[i]).offset().top &#8211; 100,                            },                            1000);                        break;                    }                }            }            for (i = 0; i &lt; allA.length; i++) {                allA[i].addEventListener(&#8220;click&#8221;, function (data) {                    findH2WithThisTag(data.target.innerHTML);                }, false);            }            jQuery(&#8220;.open-summary-mobile&#8221;)[0].addEventListener(&#8220;click&#8221;, function () {                modal.style.display = &#8220;block&#8221;;                header.css(&#8220;display&#8221;,&#8221;none&#8221;);            }, false);            window.onclick = function (event) {                if (event.target == modal) {                    modal.style.display = &#8220;none&#8221;;                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                }            }           function scrollUl(i){                \/\/ if(i&gt;=1){                \/\/     offset = jQuery(allA[i-1])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                \/\/ }                let offset = jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                  if(isMobile){                    \/\/ if(Math.abs(jQuery(&#8216;#summary-mobile-ul&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let height = jQuery(window).height() &#8211; 45;                         let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ height);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ height);                    if(offsettop==0 &amp;&amp; offsetbottom == 0){                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: 0},1);                    }else{                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: height*offsettop},1);                    }                }else{                    \/\/ if(Math.abs(jQuery(&#8216;#summaryList&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ 400);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ 400);                    if(offsettop!=offsetbottom){                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    }else{                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: 400*offsettop},1);                    }                }            }            document.body.onscroll = function (e) {                let topPosition = jQuery(window).scrollTop() &#8211; jQuery(&#8220;#breadcrumbs&#8221;)[0].offsetHeight;;                for (i = 0; i &lt; allA.length; i++) {                    jQuery(allA[i]).removeClass(&#8220;active&#8221;);                }                for (i = 0; i &lt; allH2.length; i++) {                    if (i == allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    } else if (i &lt; allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; allH2[i + 1].offsetTop &gt; topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    }                }                let TextHeight = jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetHeight + jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetTop;                let summaryWrapperTop = jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetTop;                let offsetTopPostWidth = jQuery(&#8220;.row.post-width&#8221;)[0].offsetTop;                if (summaryWrapperTop &lt; topPosition &#8211; 35 &#8211; offsetTopPostWidth &amp;&amp; TextHeight &gt; topPosition + jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetHeight +30 ) {                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;fixed&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                } else{                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;absolute&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                }            }        });    [\/tcb-script][tcb-script src=&#8221;https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js&#8221; integrity=&#8221;sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx\/qtq\/1itJ0C2ejDxltZVFg==&#8221; crossorigin=&#8221;anonymous&#8221;][\/tcb-script]            <a>             Summary        <\/a>                                            Global Village Dubai Facts                                        <\/p>\n<ul id=\"summary-mobile-ul\">            <\/ul>\n<p>            [tcb-script]$(document).ready(() =&gt; {      let nodes = document.querySelectorAll(&#8220;.custom-card-bg&#8221;)      let parentContainer = [&#8230;nodes];      parentContainer.map((parentDiv) =&gt; {            tgid = parentDiv.getAttribute(&#8220;data-tgid&#8221;);            getAllCards(tgid, parentDiv);      })});const fetchSingleProductFromTGID = async (tgid) =&gt; {      const response = await fetch(`https:\/\/api.headout.com\/api\/v5\/tour-group\/get\/${tgid}`)      const data = await response.json();      return data;};const getAllCards = async (tgid, parentDiv) =&gt; {      let review = parentDiv.querySelector(`.product-rating-span`);      let price = parentDiv.querySelector(`.price-wrapper`);      const productData = await fetchSingleProductFromTGID(tgid);      if (productData.listingPrice != null) {            parentDiv.prepend(getCashbackMarkup(productData));            if (productData.averageRating !== 0) {                  review.innerHTML = getRatingStar(productData.averageRating);            }            price.innerHTML = getPriceMarkup(productData);      }};const getCashbackMarkup = (productData) =&gt; {      const cashbackWrapper = document.createElement(&#8220;div&#8221;);      const cashbackMarkup =            `${productData.listingPrice.cashbackValue != 0 ? `&lt;div&gt;${productData.listingPrice.cashbackValue}%Cashback&lt;\/div&gt;` : &#8221;}`;      cashbackWrapper.innerHTML = cashbackMarkup      return cashbackWrapper;};const getPriceMarkup = (productData) =&gt; {      const priceMarkup =            `&lt;div&gt;&lt;span&gt;${productData.city.country.currency.localSymbol}${productData.listingPrice.finalPrice}&lt;\/span&gt;&lt;\/div&gt;${productData.listingPrice.originalPrice != productData.listingPrice.finalPrice &amp;&amp; productData.listingPrice.originalPrice &gt; productData.listingPrice.finalPrice ? `&lt;div&gt;&lt;span&gt;${productData.city.country.currency.localSymbol}${productData.listingPrice.originalPrice}&lt;\/span&gt;&lt;\/div&gt;` : &#8221;}`;      return priceMarkup;};[\/tcb-script]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>All set to go to Global Village Dubai? Great! Whether you\u2019re a localite or a tourist, the experience at Global Village is phenomenal for everyone. With so many pavilions representing countries around the world, showcasing their best from crafts, cuisines, cultural performances and more \u2013 it\u2019s a fully immersive entertainment park to experience the world [&hellip;]<\/p>\n","protected":false},"author":189,"featured_media":175638,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1326,2711,1429,533,45],"tags":[6280,6339,6836,6288,6403,6268,6340],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Global Village Dubai | Fun Facts Before You Go<\/title>\n<meta name=\"description\" content=\"If you\u2019re planning to visit Global Village Dubai soon, here are some fun facts for you! Get to know Global Village better to elevate your experience!\" \/>\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.headout.com\/blog\/global-village-dubai-facts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Global Village Dubai | Fun Facts Before You Go\" \/>\n<meta property=\"og:description\" content=\"If you\u2019re planning to visit Global Village Dubai soon, here are some fun facts for you! Get to know Global Village better to elevate your experience!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-04T12:03:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-16T12:02:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg\" \/>\n<meta name=\"author\" content=\"Harshitha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Harshitha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Global Village Dubai | Fun Facts Before You Go","description":"If you\u2019re planning to visit Global Village Dubai soon, here are some fun facts for you! Get to know Global Village better to elevate your experience!","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.headout.com\/blog\/global-village-dubai-facts\/","og_locale":"en_US","og_type":"article","og_title":"Global Village Dubai | Fun Facts Before You Go","og_description":"If you\u2019re planning to visit Global Village Dubai soon, here are some fun facts for you! Get to know Global Village better to elevate your experience!","og_url":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/","og_site_name":"Headout Blog","article_published_time":"2024-06-04T12:03:41+00:00","article_modified_time":"2024-10-16T12:02:46+00:00","og_image":[{"url":"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg"}],"author":"Harshitha","twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg","twitter_misc":{"Written by":"Harshitha","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/"},"author":{"name":"Harshitha","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/6002a94f5d36bc8c455c40f84777a3cd"},"headline":"Around the world in one Place: Fun facts about Global Village Dubai","datePublished":"2024-06-04T12:03:41+00:00","dateModified":"2024-10-16T12:02:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/"},"wordCount":1013,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg","keywords":["c-4122","Dubai","POI Facts","POI Shoulder Pages","Theme Parks","Tickets","United Arab Emirates"],"articleSection":["Dubai Attractions","Global Village Dubai","Landmarks in Dubai","Things to do in Dubai","Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/","url":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/","name":"Global Village Dubai | Fun Facts Before You Go","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg","datePublished":"2024-06-04T12:03:41+00:00","dateModified":"2024-10-16T12:02:46+00:00","description":"If you\u2019re planning to visit Global Village Dubai soon, here are some fun facts for you! Get to know Global Village better to elevate your experience!","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#primaryimage","url":"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg","contentUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/e26bb866fe812d2f780c77efefa0b07f-GV%203.jpg","width":"1600","height":"1000","caption":"Fireworks at Global Village Dubai"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/global-village-dubai-facts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Things to do in Dubai","item":"https:\/\/www.headout.com\/things-to-do-city-dubai\/"},{"@type":"ListItem","position":2,"name":"Dubai Attractions","item":"https:\/\/www.headout.com\/tickets-dubai-ca-1~6\/"},{"@type":"ListItem","position":3,"name":"Landmarks in Dubai","item":"https:\/\/www.headout.com\/landmarks-dubai-sc-1007~6\/"},{"@type":"ListItem","position":4,"name":"Global Village Dubai","item":"https:\/\/www.headout.com\/blog\/global-village-dubai\/"},{"@type":"ListItem","position":5,"name":"Global Village Dubai Facts"}]},{"@type":"WebSite","@id":"https:\/\/www.headout.com\/blog\/#website","url":"https:\/\/www.headout.com\/blog\/","name":"Headout Blog","description":"Where will you go next?","publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.headout.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.headout.com\/blog\/#organization","name":"Headout","url":"https:\/\/www.headout.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","width":550,"height":84,"caption":"Headout"},"image":{"@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/6002a94f5d36bc8c455c40f84777a3cd","name":"Harshitha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6580053473c8a9c9a23225c51c34f755?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6580053473c8a9c9a23225c51c34f755?s=96&r=g","caption":"Harshitha"},"url":"https:\/\/www.headout.com\/blog\/author\/harshitha-jayavel\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/175526"}],"collection":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/users\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=175526"}],"version-history":[{"count":39,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/175526\/revisions"}],"predecessor-version":[{"id":188065,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/175526\/revisions\/188065"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/175638"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=175526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=175526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=175526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}