{"id":50489,"date":"2020-10-27T05:43:56","date_gmt":"2020-10-27T05:43:56","guid":{"rendered":"https:\/\/blog.headout.com\/?p=50489"},"modified":"2022-02-07T18:57:45","modified_gmt":"2022-02-07T18:57:45","slug":"travel-covid-quarantine-rules","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/","title":{"rendered":"COVID travel quarantine rule to know before your next destination"},"content":{"rendered":"<p>In today&#8217;s world, quarantine is a word used in every other conversation &#8211;  courtesy the novel COVID-19. As per the CDC guidelines, quarantining helps protect the public by preventing exposure to people who have or may have a contagious disease.<\/p>\n<p>Different countries have adopted different COVID quarantine rules, especially for travelers. The quarantine guidelines are primarily dependant on the number of cases in the country, travel restrictions and health facilities available &#8211; among a host of many other factors<\/p>\n<blockquote><p>Quarantine &#8211; a period of time during which an animal or person that might have a disease is kept away from other people or animals so that the disease cannot spread<\/p><\/blockquote>\n<h2>COVID Quarantine Rules For Travelers<\/h2>\n<p>Find a quick glimpse of the travel quarantine rules across 150+ countries across the globe. You can find the quarantine requirements and the necessary documents you need to provide upon arrival basis each country.<\/p>\n<p>We update this table weekly, so keep a watch out for the changing COVID quarantine rules in different countries.<\/p>\n<p>[tcb-script src=&#8221;https:\/\/cdn.jsdelivr.net\/npm\/markedjs@10.0.0\/marked.min.js&#8221; integrity=&#8221;sha256-L5R7HpR5ankOAI75aZBmBcQI558i+sIi6MtlUJcYcIE=&#8221; crossorigin=&#8221;anonymous&#8221;][\/tcb-script]  [tcb-script]    function getLastUpdatedDate() {      const current = new Date();      const yesterday = new Date(current.getTime() &#8211; 86400000);      const options = { year: &#8220;numeric&#8221;, month: &#8220;long&#8221;, day: &#8220;numeric&#8221; };      const fullDate = yesterday.toLocaleDateString(&#8220;en-US&#8221;, options);      return fullDate;    }    function generateListMarkup(arr) {      let markup = &#8220;&#8221;;      for (let i = 0; i &lt; arr.length; i++) {        markup += `&lt;li&gt;${marked(arr[i])}&lt;\/li&gt;`;      }      return markup;    }    function generateSingleCountryMarkup(dataArr, covidData) {      let markup = &#8220;&#8221;;      for (let i = 0; i &lt; dataArr.length; i++) {        const data = dataArr[i].fields;        const covidCases = covidData ? covidData.toLocaleString() : &#8220;&#8221;;        const quarantine = data[&#8220;Quarantine Restrictions&#8221;]          ? data[&#8220;Quarantine Restrictions&#8221;]          : &#8220;&#8221;;        const re = \/https?:\/\/[^()]+\/;        const officialLinks = data[&#8220;Official links&#8221;]          ? data[&#8220;Official links&#8221;].match(re)[0].trim()          : &#8220;&#8221;;        const countrySlug = data.Country          ? data.Country.split(&#8221; &#8220;).join(&#8220;-&#8220;).toLowerCase()          : &#8220;&#8221;;        const countryRank = data[&#8220;Rank (from countryTable)&#8221;];        const quarantineDetails = data[&#8220;Quarantine Rule Details&#8221;]          ? data[&#8220;Quarantine Rule Details&#8221;]          : &#8220;&#8221;;        const healthCheckup = data[&#8220;Health Check Up on Arrival&#8221;]          ? data[&#8220;Health Check Up on Arrival&#8221;]          : &#8220;&#8221;;        const freeTextContent = data[&#8220;Free Text Content&#8221;]          ? data[&#8220;Free Text Content&#8221;]          : &#8220;&#8221;;        const negativeCertificate = data[&#8220;Covid 19 negative certificate&#8221;]          ? data[&#8220;Covid 19 negative certificate&#8221;]          : &#8220;&#8221;;        const formRequirements = data[&#8220;New Forms\/Documents Required&#8221;]          ? data[&#8220;New Forms\/Documents Required&#8221;]          : &#8220;&#8221;;        const travelHealthInsurance = data[&#8220;Travel Health Insurance&#8221;]          ? data[&#8220;Travel Health Insurance&#8221;]          : &#8220;&#8221;;        const downloadApps = data[&#8220;Download Apps&#8221;] ? data[&#8220;Download Apps&#8221;] : &#8220;&#8221;;        const whoCanEnter = data[&#8220;Who can enter&#8221;] ? data[&#8220;Who can enter&#8221;] : &#8220;&#8221;;        const listItems = [          quarantineDetails,          healthCheckup,          freeTextContent,          negativeCertificate,          formRequirements,          travelHealthInsurance,          downloadApps,        ].filter((str) =&gt; {          if (str &amp;&amp; str.length != 1) {            return str;          }        });        const listItemMarkup = generateListMarkup(listItems);        const countryMarkup = `      &lt;divrestrictions-info show&#8221; : &#8220;restrictions-info&#8221;}&#8221;&gt;        ${data[&#8220;Who can enter&#8221;] !== undefined &amp;&amp;          `          &lt;div&gt;            &lt;h3&gt;Who can enter?&lt;\/h3&gt;            &lt;p&gt;${whoCanEnter}&lt;\/p&gt;          &lt;\/div&gt;`          }        &lt;div&gt;          &lt;h3&gt;Rules for travelers&lt;\/h3&gt;          &lt;ol&gt;${listItemMarkup}&lt;\/ol&gt;        &lt;\/div&gt;        &lt;div&gt;          &lt;div&gt;            &lt;div&gt;\ud83c\udfe1&lt;\/div&gt;            &lt;div&gt;Quarantine&lt;\/div&gt;            &lt;div&gt;${quarantine}&lt;\/div&gt;          &lt;\/div&gt;          &lt;div&gt;            &lt;div&gt;\ud83c\udff0&lt;\/div&gt;            &lt;div&gt;Tourist Attractions&lt;\/div&gt;            &lt;div&gt;${data[&#8220;Tourist Attractions&#8221;]}&lt;\/div&gt;          &lt;\/div&gt;          &lt;div&gt;            &lt;div&gt;\ud83d\ude8c&lt;\/div&gt;            &lt;div&gt;Public Transport&lt;\/div&gt;            &lt;div&gt;${data[&#8220;Public Transport&#8221;]}&lt;\/div&gt;          &lt;\/div&gt;          &lt;div&gt;            &lt;div&gt;\ud83c\udf7b&lt;\/div&gt;            &lt;div&gt;Dining &amp; Bars&lt;\/div&gt;            &lt;div&gt;${data[&#8220;Dining and Bars&#8221;]}&lt;\/div&gt;          &lt;\/div&gt;          &lt;div&gt;            &lt;div&gt;\ud83d\ude97&lt;\/div&gt;            &lt;div&gt;Land Borders&lt;\/div&gt;            &lt;div&gt;${data[&#8220;Land Borders&#8221;] ? data[&#8220;Land Borders&#8221;] : &#8220;&#8221;}&lt;\/div&gt;          &lt;\/div&gt;          &lt;div&gt;            &lt;div&gt;\ud83d\ude37&lt;\/div&gt;            &lt;div&gt;Covid-19 Cases (last 7 days)&lt;\/div&gt;            &lt;div&gt;${covidCases}&lt;\/div&gt;          &lt;\/div&gt;        &lt;\/div&gt;        &lt;div&gt;          ${countryRank            ? `&lt;a href=&#8221;https:\/\/www.headout.com\/post-covid19-travelling-to-${countrySlug}&#8221;              target=&#8221;_blank&#8221; role=&#8221;button&#8221;&gt;Know More&lt;svg width=&#8221;6&#8243;                height=&#8221;12&#8243; viewBox=&#8221;0 0 6 12&#8243; fill=&#8221;none&#8221; xmlns=&#8221;http:\/\/www.w3.org\/2000\/svg&#8221;&gt;                &lt;path d=&#8221;M0.5 11L5.5 6L0.5 1&#8243; stroke=&#8221;#8000FF&#8221; stroke-linecap=&#8221;round&#8221; stroke-linejoin=&#8221;round&#8221;&gt;&lt;\/path&gt;              &lt;\/svg&gt;              &lt;\/a&gt;`            : &#8220;&#8221;          }          &lt;div&gt;Exceptions may apply, check full details &lt;a              href=&#8221;${officialLinks}&#8221;              target=&#8221;_blank&#8221;&gt;here.&lt;\/a&gt;&lt;\/div&gt;          &lt;div&gt;Last verified on: ${getLastUpdatedDate()}&lt;\/div&gt;        &lt;\/div&gt;      &lt;\/div&gt;`;        markup += countryMarkup;      }      return markup;    }    const calcLastWeekCovidCases = (originalArray) =&gt; {      const lastDay = originalArray[originalArray.length &#8211; 1];      const firstDay = originalArray[0];      return lastDay &#8211; firstDay;    };    async function getCovidCasesForLastWeek(countryISO) {      let COVID_API_URL;      switch (countryISO) {        case &#8220;PRI&#8221;:          COVID_API_URL = `https:\/\/disease.sh\/v3\/covid-19\/nyt\/states\/puerto rico?lastdays=8`;          break;        case &#8220;HKG&#8221;:          COVID_API_URL = `https:\/\/disease.sh\/v3\/covid-19\/historical\/chn\/hong kong?lastdays=8`;          break;        default:          COVID_API_URL = `https:\/\/disease.sh\/v3\/covid-19\/historical\/${countryISO}?lastdays=8`;      }      const response = await fetch(COVID_API_URL);      const data = await response.json();      if (data.timeline || (Array.isArray(data) &amp;&amp; data.length &gt; 0)) {        let cases;        if (countryISO == &#8220;PRI&#8221;) {          cases = calcLastWeekCovidCases(data.map((day) =&gt; day.cases));        } else {          cases = calcLastWeekCovidCases(Object.values(data.timeline.cases));        }        return cases;      } else {        return null;      }    }    async function getAirtableData(country) {      const config = {        airtableURL: `https:\/\/api.airtable.com\/v0\/appCiV6q7KyN8meXg\/Travel%20Restrictions?filterByFormula=Country+%3D+&#8217;${country}&#8217;&amp;view=Country+Table+(Restrictions)`,      }      try {        const response = await fetch(&#8220;https:\/\/vivillion.netlify.app\/api\/airtable&#8221;, {          method: &#8220;POST&#8221;,          body: JSON.stringify(config),        });        const data = await response.json();        return data.data.records;      } catch (error) {        console.log(error);      }    }    const addCovidCountryRestrictionMarkup = async (element, country) =&gt; {      const airtableData = await getAirtableData(country);      const ISO3 =        airtableData != undefined &amp;&amp; airtableData.length &gt; 0          ? airtableData[0].fields[&#8220;ISO3&#8221;]          : null;      let covidCases;      if (ISO3) {        covidCases = await getCovidCasesForLastWeek(ISO3);      }      const cases = covidCases ? covidCases : &#8220;n\/a&#8221;;      const markup = generateSingleCountryMarkup(airtableData, cases);      element.insertAdjacentHTML(&#8220;beforeend&#8221;, markup);    };  [\/tcb-script]<\/p>\n<h2>  COVID Quarantine Rules &#8211; UK<\/h2>\n<h2>COVID Quarantine Rules &#8211; USA<\/h2>\n<h2>COVID Quarantine Rules &#8211; UAE<\/h2>\n<h2>COVID Quarantine Rules &#8211; India<\/h2>\n<p>[tcb-script]    const covidCountryRestrictions1 = document.getElementById(&#8220;covid-restrictions-1&#8221;);    const country1 = covidCountryRestrictions1.getAttribute(&#8220;data-country&#8221;).split(&#8221; &#8220;).join(&#8220;+&#8221;)    const covidCountryRestrictions2 = document.getElementById(&#8220;covid-restrictions-2&#8221;);    const country2 = covidCountryRestrictions2.getAttribute(&#8220;data-country&#8221;).split(&#8221; &#8220;).join(&#8220;+&#8221;)    const covidCountryRestrictions3 = document.getElementById(&#8220;covid-restrictions-3&#8221;);    const country3 = covidCountryRestrictions3.getAttribute(&#8220;data-country&#8221;).split(&#8221; &#8220;).join(&#8220;+&#8221;)    const covidCountryRestrictions4 = document.getElementById(&#8220;covid-restrictions-4&#8221;);    const country4 = covidCountryRestrictions4.getAttribute(&#8220;data-country&#8221;).split(&#8221; &#8220;).join(&#8220;+&#8221;)    console.log(country1, country2, country3, country4)    window.addEventListener(&#8220;DOMContentLoaded&#8221;, () =&gt; {      if (!document.body.classList.contains(&#8220;tve_editor_page&#8221;)) {        addCovidCountryRestrictionMarkup(covidCountryRestrictions1, country1);        addCovidCountryRestrictionMarkup(covidCountryRestrictions2, country2);        addCovidCountryRestrictionMarkup(covidCountryRestrictions3, country3);        addCovidCountryRestrictionMarkup(covidCountryRestrictions4, country4);      }    });  [\/tcb-script]<\/p>\n<h2>FAQS onCOVID Quarantine Rules<\/h2>\n<h4><strong>Are quarantine rules the same across all countries?<\/strong><\/h4>\n<p>No. Each country has a different set of quarantine rules depending on the country you departed from, your travel purpose, your age, medical facilities available in the country &#8211; among many other factors. While some countries have exempted mandatory quarantine entirely, some countries require you to self-isolate at home in lieu of staying at a quarantine facility.<\/p>\n<h4><strong>What is the difference between isolation and quarantine?<\/strong><\/h4>\n<p>Quarantine separates and restricts the movement of people who were exposed to a contagious disease to see if they become sick. These people may have been exposed to a disease and do not know it, or they may have the disease but do not show symptoms. Isolation separates sick people with a contagious disease from people who are not sick.<\/p>\n<h4><strong>What are the most important things to keep in mind which quarantining?&nbsp;<\/strong><\/h4>\n<h3>Have a quarantine plan<\/h3>\n<p>Depending on the country you&#8217;re visiting, you&#8217;ll have to make arrangements for a hotel quarantine or self-quarantine. Make sure you know how many days you&#8217;ll have to quarantine for, stock up well in advance and make sure you pick something to keep yourself engaged through the entire duration of quarantine. Be sure to know what documents you need to bring along, whether there will be additional expenses, and what kind of bookings you need to do ahead of your trip.<\/p>\n<h3>Stick to the rules<\/h3>\n<p>Quarantine rules are taken very seriously in countries and can ensue hefty fines if not followed properly. Be well aware of the guidelines and cooperate with the authorities for a smooth quarantine.<\/p>\n<h4><strong>How long do travelers have to typically quarantine?&nbsp;<\/strong><\/h4>\n<p>Depending on the country you&#8217;re traveling to, your quarantine period can vary from 7 days to 14 days.<\/p>\n<h4><strong>On what circumstances can you be exempt from mandatory quarantine?<\/strong><\/h4>\n<p>Depending on your purpose of visit, employment status, risk category, the country you departed from and PCR test upon arrival, one can be exempted from mandatory quarantine. However, this is dependant on the rules in each country.<\/p>\n<h4><strong>\u200bWhere can I find the quarantine rules for each country?<\/strong><\/h4>\n<h4><strong>\u200bAs of October, how many countries exist without quarantine upon arrival?&nbsp;<\/strong><\/h4>\n<p>As of October, 30 odd countries do not require quarantine upon arrival. Some of these countries are Afghanistan, Albania, Ghana, Maldives, Peru, Costa Rica,Spain and Sweden.<\/p>\n<h4>When you&#8217;re traveling within travel bubbles, do you need to quarantine?<\/h4>\n<p>This again is dependant on the country you&#8217;re traveling from and the rules of the country you&#8217;re visiting. However, traveling within travel bubbles ensures that there are less restrictions and possibly lighter quarantine measures for their residents.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s world, quarantine is a word used in every other conversation &#8211; courtesy the novel COVID-19. As per the CDC guidelines, quarantining helps protect the public by preventing exposure to people who have or may have a contagious disease. Different countries have adopted different COVID quarantine rules, especially for travelers. The quarantine guidelines are [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":50620,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6557,6559,6311,6310],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>COVID Travel Quarantine Rules - Know Before You Pick Your Next Destination<\/title>\n<meta name=\"description\" content=\"Quarantine rules are constantly shifting. Stayed updated with the COVID quarantine rules for 300+ countries on our Quarantine Tracker and find answers to all your travel quarantine rules easily.\" \/>\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\/travel-covid-quarantine-rules\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"COVID Travel Quarantine Rules - Know Before You Pick Your Next Destination\" \/>\n<meta property=\"og:description\" content=\"Quarantine rules are constantly shifting. Stayed updated with the COVID quarantine rules for 300+ countries on our Quarantine Tracker and find answers to all your travel quarantine rules easily.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-27T05:43:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T18:57:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/victor-he-px9z5Zijwo8-unsplash-scaled-e1603870337709.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"664\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Lakshmi Menon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lakshmi Menon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"COVID Travel Quarantine Rules - Know Before You Pick Your Next Destination","description":"Quarantine rules are constantly shifting. Stayed updated with the COVID quarantine rules for 300+ countries on our Quarantine Tracker and find answers to all your travel quarantine rules easily.","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\/travel-covid-quarantine-rules\/","og_locale":"en_US","og_type":"article","og_title":"COVID Travel Quarantine Rules - Know Before You Pick Your Next Destination","og_description":"Quarantine rules are constantly shifting. Stayed updated with the COVID quarantine rules for 300+ countries on our Quarantine Tracker and find answers to all your travel quarantine rules easily.","og_url":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/","og_site_name":"Headout Blog","article_published_time":"2020-10-27T05:43:56+00:00","article_modified_time":"2022-02-07T18:57:45+00:00","og_image":[{"width":1000,"height":664,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/victor-he-px9z5Zijwo8-unsplash-scaled-e1603870337709.jpg","type":"image\/jpeg"}],"author":"Lakshmi Menon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lakshmi Menon","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/"},"author":{"name":"Lakshmi Menon","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/fe80bf96115b325c05ea56f8a6e0a2f7"},"headline":"COVID travel quarantine rule to know before your next destination","datePublished":"2020-10-27T05:43:56+00:00","dateModified":"2022-02-07T18:57:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/"},"wordCount":1538,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/victor-he-px9z5Zijwo8-unsplash-scaled-e1603870337709.jpg","keywords":["Covid","COVID","Global","Travel"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/","url":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/","name":"COVID Travel Quarantine Rules - Know Before You Pick Your Next Destination","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/victor-he-px9z5Zijwo8-unsplash-scaled-e1603870337709.jpg","datePublished":"2020-10-27T05:43:56+00:00","dateModified":"2022-02-07T18:57:45+00:00","description":"Quarantine rules are constantly shifting. Stayed updated with the COVID quarantine rules for 300+ countries on our Quarantine Tracker and find answers to all your travel quarantine rules easily.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/victor-he-px9z5Zijwo8-unsplash-scaled-e1603870337709.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/victor-he-px9z5Zijwo8-unsplash-scaled-e1603870337709.jpg","width":1000,"height":664},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/travel-covid-quarantine-rules\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"COVID travel quarantine rule to know before your next destination"}]},{"@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\/fe80bf96115b325c05ea56f8a6e0a2f7","name":"Lakshmi Menon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/47293d4b1b985cc456d8d147bb654bc4?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/47293d4b1b985cc456d8d147bb654bc4?s=96&r=g","caption":"Lakshmi Menon"},"description":"Born to parents bit by the wander bug, Lakshmi calls her love for travel \"hereditary and habitual\". Perpetually ensconced with a book in her hand and a mug of coffee in the other, she has been to over 15 countries in her 23 years of existence and is currently saving miles and money for her solo trip to Iceland. Always hustling towards the least trodden path, she has encountered some wonderful people during her escapades and if you ever meet her, she won't stop gushing about them.","url":"https:\/\/www.headout.com\/blog\/author\/lakshmi-menon\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50489"}],"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\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=50489"}],"version-history":[{"count":1,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50489\/revisions"}],"predecessor-version":[{"id":82825,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50489\/revisions\/82825"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/50620"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=50489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=50489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=50489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}