{"id":174067,"date":"2024-05-21T14:09:05","date_gmt":"2024-05-21T10:09:05","guid":{"rendered":"https:\/\/www.headout.com\/blog\/?p=174067"},"modified":"2025-02-25T16:22:00","modified_gmt":"2025-02-25T12:22:00","slug":"dubai-safari-park-map","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/","title":{"rendered":"Keep this map handy for your Dubai Safari Park visit!"},"content":{"rendered":"<p dir=\"ltr\" style=\"text-align: center;\"><strong>During the month of Ramadan, the Dubai Safari Park operating hours will be from 10am to 6pm, with the last park entry at 5pm for all guests, regardless of ticket status.<\/strong><\/p>\n<p><a href=\"https:\/\/www.headout.com\/blog\/dubai-safari-park\/\" target=\"_blank\" rel=\"noopener\">Dubai Safari Park<\/a> is a world-class wildlife sanctuary that offers visitors a unique experience into the diverse habitats and animals from around the globe. The park is divided into five themed zones, each showcasing unique ecosystems and their inhabitants. Due to its vast size, walking between each themed village can take 10-15 minutes. To make commuting easier, Super Taxis are available, stopping at each zone. If you haven&#8217;t purchased a package and plan to explore the park independently, a map is essential for navigation. This blog provides a comprehensive guide to help you navigate the park with ease.<\/p>\n<h2>Recommended Dubai Safari Park tickets<\/h2>\n<h2>Understanding the layout of Dubai Safari Park<\/h2>\n<p>Upon entering, you&#8217;ll find wide walkways and minivans that transport guests to various themed villages. The entrance area features restaurants, washrooms, a prayer room, and a souvenir shop. The help desk provides all the necessary information for exploring the park. To your left will be the Kid\u2019s Farm which you can either visit at the beginning or end of your journey. Straight ahead lies the Arabian Desert Safari, which requires a ride to access. Adjacent to this is the Asian Village, home to the grand Asian Village Theatre where you can see live shows. At the end of this village, you&#8217;ll encounter the Birds of Prey Square, showcasing a diverse collection of birds. Next to the Asian Village is the expansive Explorer Village, which also requires a ride. This area is partially separated by a moat, allowing visitors to observe animals such as crocodiles, lions, and white rhinos. The Explorer Village extends into the African Village, where you&#8217;ll find the Grand Aviary, Gorilla House, and Reptile House. These villages are situated along the perimeter of the park, while the central area is occupied by Al Wadi, featuring a long water body surrounded by trees. At the end of Al Wadi is the soon-to-be-opened Adventure Valley, offering exciting experiences like rock climbing and ziplining. Once you reach Al Wadi, you will have covered the entire park. An exit station is conveniently located here to guide you out of the park.<\/p>\n<h2>Dubai Safari Park Map<\/h2>\n<p><img decoding=\"async\" data-src=\"https:\/\/cdn-imgix.headout.com\/mircobrands-content\/image\/c7b556dc434645576e9f8c3c8e560517-Dubai%2BSafari%2BMap_page-0001.jpg?\" data-sizes=\"auto\" alt=\"dubai safari park map\" sizes=\"864px\" src=\"https:\/\/cdn-imgix.headout.com\/mircobrands-content\/image\/c7b556dc434645576e9f8c3c8e560517-Dubai%2BSafari%2BMap_page-0001.jpg?\" data-pagespeed-url-hash=\"3058151799\" onload=\"pagespeed.CriticalImages.checkImageForCriticality(this);\">[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;                            Dubai Safari Park Map                            &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>                                                             Dubai Safari Park Map                                        <\/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>During the month of Ramadan, the Dubai Safari Park operating hours will be from 10am to 6pm, with the last park entry at 5pm for all guests, regardless of ticket status. Dubai Safari Park is a world-class wildlife sanctuary that offers visitors a unique experience into the diverse habitats and animals from around the globe. [&hellip;]<\/p>\n","protected":false},"author":122,"featured_media":174205,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1326,2679,1428,533],"tags":[6560,6339,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>Explore Dubai Safari Park&#039;s Villages With This Map<\/title>\n<meta name=\"description\" content=\"To make the most of your visit, use the Dubai Safari Park map to navigate between the villages and discover the unique animals and attractions in each area.\" \/>\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\/dubai-safari-park-map\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Explore Dubai Safari Park&#039;s Villages With This Map\" \/>\n<meta property=\"og:description\" content=\"To make the most of your visit, use the Dubai Safari Park map to navigate between the villages and discover the unique animals and attractions in each area.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-21T10:09:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-25T12:22:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg\" \/>\n<meta name=\"author\" content=\"Rohit Jadhav\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/x.com\/rohitjadhav786\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rohit Jadhav\" \/>\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":"Explore Dubai Safari Park's Villages With This Map","description":"To make the most of your visit, use the Dubai Safari Park map to navigate between the villages and discover the unique animals and attractions in each area.","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\/dubai-safari-park-map\/","og_locale":"en_US","og_type":"article","og_title":"Explore Dubai Safari Park's Villages With This Map","og_description":"To make the most of your visit, use the Dubai Safari Park map to navigate between the villages and discover the unique animals and attractions in each area.","og_url":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/","og_site_name":"Headout Blog","article_published_time":"2024-05-21T10:09:05+00:00","article_modified_time":"2025-02-25T12:22:00+00:00","og_image":[{"url":"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg"}],"author":"Rohit Jadhav","twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg","twitter_creator":"@https:\/\/x.com\/rohitjadhav786","twitter_misc":{"Written by":"Rohit Jadhav","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/"},"author":{"name":"Rohit Jadhav","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/5fbda895492ee032268e1cc6afaf5543"},"headline":"Keep this map handy for your Dubai Safari Park visit!","datePublished":"2024-05-21T10:09:05+00:00","dateModified":"2025-02-25T12:22:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/"},"wordCount":1142,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg","keywords":["c-2858","Dubai","POI Shoulder Pages","Theme Parks","Tickets","United Arab Emirates"],"articleSection":["Dubai Attractions","Dubai Safari Park","Dubai Zoos &amp; Aquariums","Things to do in Dubai"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/","url":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/","name":"Explore Dubai Safari Park's Villages With This Map","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg","datePublished":"2024-05-21T10:09:05+00:00","dateModified":"2025-02-25T12:22:00+00:00","description":"To make the most of your visit, use the Dubai Safari Park map to navigate between the villages and discover the unique animals and attractions in each area.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#primaryimage","url":"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg","contentUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/0fa1a208726c9edd6e120a8cb689b125-Dubai_Safari%20Park.jpg","width":"1600","height":"1000","caption":"Dubai Safari Park"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/dubai-safari-park-map\/#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":"Dubai Zoos &amp; Aquariums","item":"https:\/\/www.headout.com\/zoos-aquarium-dubai-sc-1003~6\/"},{"@type":"ListItem","position":4,"name":"Dubai Safari Park","item":"https:\/\/www.headout.com\/blog\/dubai-safari-park\/"},{"@type":"ListItem","position":5,"name":"Dubai Safari Park Map"}]},{"@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\/5fbda895492ee032268e1cc6afaf5543","name":"Rohit Jadhav","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a3f5b7c8643dc54163e210a6ba8a911e?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a3f5b7c8643dc54163e210a6ba8a911e?s=96&r=g","caption":"Rohit Jadhav"},"description":"More of a mountain person than beach, more of a culture-trip person than just visits! Having travelled to most of North India when I was a kid to backpacking across South India in my adulthood, I learnt that you often find your 'self' in the most unpredicted of places. And that is my inspiration to travel. To connect with nature, people and cultures. Books are my companion and I find my soul in trees. Music, yoga and literature is my passion. I often dream of attending a Peruvian wedding or living in a quaint Hungarian town for a while. When I am not writing, I think of the Himalayas or go running.","sameAs":["https:\/\/www.instagram.com\/just.rohit10\/","https:\/\/x.com\/https:\/\/x.com\/rohitjadhav786"],"url":"https:\/\/www.headout.com\/blog\/author\/rohit-jadhav\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/174067"}],"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\/122"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=174067"}],"version-history":[{"count":11,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/174067\/revisions"}],"predecessor-version":[{"id":195879,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/174067\/revisions\/195879"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/174205"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=174067"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=174067"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=174067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}