{"id":199846,"date":"2025-04-15T13:37:41","date_gmt":"2025-04-15T09:37:41","guid":{"rendered":"https:\/\/www.headout.com\/blog\/?p=199846"},"modified":"2025-07-24T16:49:34","modified_gmt":"2025-07-24T12:49:34","slug":"rockefeller-center-guided-tour","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/","title":{"rendered":"Unveiling Rockefeller Center: Guided tour experience"},"content":{"rendered":"<p>Right in the heart of Midtown Manhattan, Rockefeller Center isn\u2019t just a building\u2014it\u2019s a cultural icon. Home to everything from Saturday Night Live to the iconic ice-skating rink, it\u2019s a buzzing hub of art, architecture, media, and history. But while most people walk through it without knowing what they\u2019re really looking at, a guided tour lets you dig deeper. You\u2019ll go beyond the Instagram spots and into the real stories, secrets, and design choices that shaped this New York City landmark. Whether you&#8217;re a first-timer or a local who\u2019s passed by a hundred times, seeing Rockefeller Center with a guide gives you fresh eyes.<\/p>\n<h2>Benefits of Guided Tours at Rockefeller Center<\/h2>\n<p><img decoding=\"async\" data-src=\"https:\/\/cdn-imgix.headout.com\/media\/images\/2a028c489904feb645b64c7e36ad457f-Rockefeller%20Center.jpg?fm=pjpg&amp;auto=compress&amp;w=1100&amp;h=750&amp;crop=faces&amp;fit=min\" data-sizes=\"auto\" alt=\"Rockefeller Center ice skating rink with skaters in New York City.\" sizes=\"864px\" src=\"https:\/\/cdn-imgix.headout.com\/media\/images\/2a028c489904feb645b64c7e36ad457f-Rockefeller%20Center.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<h3>Expert Insight<\/h3>\n<p>From the Art Deco buildings to stories of John D. Rockefeller Jr.\u2019s ambitious vision during the Great Depression, our guides make history feel like an episode of a binge-worthy documentary. You&#8217;ll hear about the architecture, hidden symbols in public art, and how this center became a powerhouse of American media and culture.<\/p>\n<h3> Exclusive Access<\/h3>\n<p>Want to skip the lines or walk into a rooftop garden you didn\u2019t know existed? Some tour options include VIP perks that open doors\u2014literally\u2014to areas you wouldn\u2019t normally get into. It\u2019s like getting the backstage pass to NYC.<\/p>\n<h3> Stress-Free Exploration<\/h3>\n<p>There\u2019s a lot to see, and figuring it out on your own can be overwhelming. Your guide handles the plan so you can relax and soak in the experience\u2014no maps, no wrong turns.<\/p>\n<h3>Personalized Attention<\/h3>\n<p>Smaller group sizes mean you get to ask all your questions\u2014whether it\u2019s about the murals you pass or which movie was shot right where you\u2019re standing.<\/p>\n<h2>Guided Tour Option at Rockefeller Center<\/h2>\n<h2>Recommended tickets to Basilica Cistern<\/h2>\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;Rockefeller Center Guided Tour                            &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>                                            Rockefeller Center Guided Tour                                           <\/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<h2>Frequently asked questions<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Right in the heart of Midtown Manhattan, Rockefeller Center isn\u2019t just a building\u2014it\u2019s a cultural icon. Home to everything from Saturday Night Live to the iconic ice-skating rink, it\u2019s a buzzing hub of art, architecture, media, and history. But while most people walk through it without knowing what they\u2019re really looking at, a guided tour [&hellip;]<\/p>\n","protected":false},"author":189,"featured_media":201668,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1481,1354,19,45],"tags":[6969,6269,7052,6288,6282],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rockefeller Center Guided Tours: Art, History &amp; More<\/title>\n<meta name=\"description\" content=\"Experience Rockefeller Center through guided tours showcasing its Art Deco design, historic significance, and cultural landmarks.\" \/>\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\/rockefeller-center-guided-tour\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rockefeller Center Guided Tours: Art, History &amp; More\" \/>\n<meta property=\"og:description\" content=\"Experience Rockefeller Center through guided tours showcasing its Art Deco design, historic significance, and cultural landmarks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-15T09:37:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-24T12:49:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.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\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.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=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rockefeller Center Guided Tours: Art, History & More","description":"Experience Rockefeller Center through guided tours showcasing its Art Deco design, historic significance, and cultural landmarks.","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\/rockefeller-center-guided-tour\/","og_locale":"en_US","og_type":"article","og_title":"Rockefeller Center Guided Tours: Art, History & More","og_description":"Experience Rockefeller Center through guided tours showcasing its Art Deco design, historic significance, and cultural landmarks.","og_url":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/","og_site_name":"Headout Blog","article_published_time":"2025-04-15T09:37:41+00:00","article_modified_time":"2025-07-24T12:49:34+00:00","og_image":[{"url":"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.jpg"}],"author":"Harshitha","twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.jpg","twitter_misc":{"Written by":"Harshitha","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/"},"author":{"name":"Harshitha","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/6002a94f5d36bc8c455c40f84777a3cd"},"headline":"Unveiling Rockefeller Center: Guided tour experience","datePublished":"2025-04-15T09:37:41+00:00","dateModified":"2025-07-24T12:49:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/"},"wordCount":1051,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.jpg","keywords":["c-3545","Landmarks","New York City","POI Shoulder Pages","United States"],"articleSection":["Landmarks in New York","New York Attractions","Things to do in New York","Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/","url":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/","name":"Rockefeller Center Guided Tours: Art, History & More","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.jpg","datePublished":"2025-04-15T09:37:41+00:00","dateModified":"2025-07-24T12:49:34+00:00","description":"Experience Rockefeller Center through guided tours showcasing its Art Deco design, historic significance, and cultural landmarks.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#primaryimage","url":"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.jpg","contentUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/efb694a0-a4cc-4ff2-9b2b-71d46a213feb-1752657700363-292697.jpg","width":"1600","height":"1000","caption":"Unveiling Rockefeller Center: Guided tour experience"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/rockefeller-center-guided-tour\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Things to do in New York","item":"https:\/\/www.headout.com\/things-to-do-city-new-york\/"},{"@type":"ListItem","position":2,"name":"New York Attractions","item":"https:\/\/www.headout.com\/tickets-new_york-ca-1~21553\/"},{"@type":"ListItem","position":3,"name":"Landmarks in New York","item":"https:\/\/www.headout.com\/blog\/category\/things-to-do-city-new-york\/tickets-new_york-ca-1__21553\/wcp-landmarks-new-york\/"},{"@type":"ListItem","position":4,"name":"Rockefeller Center Guided Tour"}]},{"@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\/199846"}],"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=199846"}],"version-history":[{"count":20,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/199846\/revisions"}],"predecessor-version":[{"id":201672,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/199846\/revisions\/201672"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/201668"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=199846"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=199846"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=199846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}