{"id":50924,"date":"2020-11-18T04:22:38","date_gmt":"2020-11-18T04:22:38","guid":{"rendered":"https:\/\/blog.headout.com\/?p=50924"},"modified":"2022-02-07T18:58:02","modified_gmt":"2022-02-07T18:58:02","slug":"new-york-travel-restrictions-can-i-travel-to-new-york-right-now","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/","title":{"rendered":"Are there travel restrictions in New York?"},"content":{"rendered":"<p>New York has come a long way from being marked as the state with the highest level of COVID-19 infection to the lowest in the country. While the city has granted more free access for travelers, the authorities continue to take up strict measures that help limit the spread of COVID-19. Find out all that you need to know before you plan a visit to New York. Disclaimer: This blog is updated weekly to the best of our knowledge. For the latest travel advisories, we recommend checking the <a href=\"https:\/\/www.ny.gov\/\" tagrte=\"_blank\">official government website<\/a>.<\/p>\n<p>In This Article<\/p>\n<ul> <a href=\"#nytravelrestrictions1\"><\/p>\n<li>Travel Restrictions in New York &#8211; An Overview<\/li>\n<p><\/a><a href=\"#nytravelrestrictions1\"><\/a> <a href=\"#nytravelrestrictions2\"><\/a><\/p>\n<p><a href=\"#nytravelrestrictions2\"><\/p>\n<li>Who Can Visit New York Now?<\/li>\n<p><\/a><a href=\"#nytravelrestrictions2\"><\/a> <a href=\"#nytravelrestrictions3\"><\/a><\/p>\n<p><a href=\"#nytravelrestrictions3\"><\/p>\n<li>New York Travel Protocols<\/li>\n<p><\/a><a href=\"#nytravelrestrictions3\"><\/a> <a href=\"#nytravelrestrictions4\"><\/a><\/p>\n<p><a href=\"#nytravelrestrictions4\"><\/p>\n<li>Quarantine Rules in New York<\/li>\n<p><\/a><a href=\"#nytravelrestrictions4\"><\/a><a href=\"#nytravelrestrictions5\"><\/a><\/p>\n<p><a href=\"#nytravelrestrictions5\"><\/p>\n<li>Tips For Staying Safe in New York<\/li>\n<p><\/a><a href=\"#nytravelrestrictions5\"><\/a><a href=\"#nytravelrestrictions6\"><\/a><\/p>\n<p><a href=\"#nytravelrestrictions6\"><\/p>\n<li>COVID Travel Resources New York<\/li>\n<p><\/a><a href=\"#nytravelrestrictions6\"><\/a><\/ul>\n<h2 id=\"nytravelrestrictions1\">Travel Restrictions in New York &#8211; An Overview<\/h2>\n<p>New travel restrictions have been introduced that allows visitors from out of state to test out of the mandatory 14-day quarantine.<\/p>\n<p>Under the new approach, travelers will be required to get a test for COVID-19 within 72 hours of their departure. Following which, they will have to quarantine in New York for three days before being allowed to get tested again on the fourth day. If both tests are negative, they will be free exit their remaining quarantine period.<\/p>\n<h2 id=\"nytravelrestrictions2\">Who Can Visit New York Now?<\/h2>\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;  }  const covidCountryRestrictions = document.querySelector(&#8220;.covid-country-restrictions&#8221;);  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;ahref=&#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;    }  }  const country = covidCountryRestrictions.getAttribute(&#8220;data-country&#8221;).split(&#8221; &#8220;).join(&#8220;+&#8221;);  async function getAirtableData() {    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 () =&gt; {    const airtableData = await getAirtableData();    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);    covidCountryRestrictions.insertAdjacentHTML(&#8220;beforeend&#8221;, markup);  };  window.addEventListener(&#8220;DOMContentLoaded&#8221;, () =&gt; {    if (!document.body.classList.contains(&#8220;tve_editor_page&#8221;)) {      addCovidCountryRestrictionMarkup();    }  });[\/tcb-script]<\/p>\n<h2>Transportation in New York &#8211; Restrictions<\/h2>\n<p>Based on the updated guidelines released by the Metropolitan Transportation Authority (MTA), a new and effective system has been introduced to curb the spread of coronavirus. Here is everything you need to know:<\/p>\n<ul>\n<li>All passengers are required to wear a face mask. You can get one for free or buy one from the station booths if you forget to carry them. Riders who refuse to wear a mask could get charged a $50 fine.<\/li>\n<li>Social distancing needs to be followed whenever possible.<\/li>\n<li>It is advised to travel during less busy times.<\/li>\n<li>Signs and floor markings have been installed at various points within the station, ensuring a safe travel as well as help in maintaining social distancing as much as possible.<\/li>\n<li>PPE vending machines will be present at <a href=\"http:\/\/www.mta.info\/press-release\/nyc-transit\/mta-deploys-ppe-vending-machines-across-subway-system\" target=\"_blank\" rel=\"noopener noreferrer\">10 stations<\/a>.<\/li>\n<li>Services will be increased on subways, buses, LIRR and MNR to provide space as much as possible.<\/li>\n<li>Intensified cleaning procedures have been put in place across the system.<\/li>\n<li>Station agents, station ambassadors and wayfinders have been deployed to enhance maximum safety and security.<\/li>\n<\/ul>\n<h2>Eating out in New York &#8211; Restrictions<\/h2>\n<p>Outdoor dining has gained huge popularity among New Yorkers especially after the pandemic. However, with winter on its way, the city takes up extensive preparation to withstand its harsh weather conditions. Find out the latest covid guidelines put in place at restaurants in New York:<\/p>\n<ul>\n<li>Restaurants will be heating up their outdoor seating areas using a combination of standing and overhead heaters. With city officials enabling the use of propane and gas-fueled heaters, the list of restaurants providing heated outdoor seating will only continue to grow.<\/li>\n<li>Whereas, the occupancy limit set on indoor dining is 25% ensuring social distancing is maintained at all times.<\/li>\n<li>Online reservations are recommended to avoid queuing at the restaurant.<\/li>\n<li>Temperature checks will be conducted upon arrival to the venue.<\/li>\n<li>Tables, door handles and other common touch points will be frequently cleaned and sanitised by the staff.<\/li>\n<li>Customer records will be taken by the restaurant staff on arrival for contact tracing, if required.<\/li>\n<li>Hand sanitizing stations have been installed in almost all restaurants for guests to avail.<\/li>\n<li>Guests are advised to use contactless payment when visiting any restaurant or cafe.<\/li>\n<\/ul>\n<h2 id=\"nytravelrestrictions3\">New York Travel Protocols<\/h2>\n<p>While the State of New York has gone from having the highest infection rate to the lowest in the country, the Governor has taken up strict actions as they resume travel to and from the city.<\/p>\n<p>Currently, all travelers entering New York from a state that is not contiguous, or from a CDC Level 2 or 3 Travel Health Notice country must quarantine for a period of 14 days as per the Department of Health regulations of quarantine, <b>unless<\/b>:<\/p>\n<ol>\n<li>For travelers who traveled outside of New York for less than 24 hours, they need not test prior to departure from the state and will not have to quarantine upon arrival. However, such travelers must continue to fill out the traveler form upon entry and need to take a diagnostic test on the fourth day after arriving in New York.<\/li>\n<li>For travelers who have traveled outside New York for more than 24 hours, they must undergo testing prior to departure from that state, within 72 hours of departure before arriving in New York. Such travelers must quarantine for a minimum of three days upon arrival in New York and on the day 4 may seek a diagnostic test to avoid further quarantine. The traveler can exit quarantine upon receipt of a second negative test result.<\/li>\n<li>Exceptions to the travel advisory are granted for essential workers traveling from a non-contiguous state or Level 2 or Level 3 country and are limited based on the duration of time in New York state.<\/li>\n<li>It is mandatory to abide by the new safety guidelines put in place. Any violation may be deemed a violation to section 12 subject to a civil penalty of up to $10,000.<\/li>\n<\/ol>\n<p>Sign up for our monthly newsletter<\/p>\n<p>Your dose of travel fix &#8211; from hacks and deals to travel tips and everything in between,      delivered monthly to your inbox<\/p>\n<p>Get Inspired      Please enter a valid email      Unsubscribe anytime<\/p>\n<h2 id=\"nytravelrestrictions4\">Quarantine Rules in New York<\/h2>\n<p>If you\u2019re arriving in New York from a non-contiguous state or designated country, and if such travel was more than 24 hours, you will be required to quarantine until you test out or for a 14 day period. The quarantine rules are as follows::<\/p>\n<ul>\n<li>The individual must not be in public or leave the quarters where they have quarantined.<\/li>\n<li>The individual must be situated in separate quarters with a separate bathroom facility. No area should be shared with another person or a family group.<\/li>\n<li>The individual must have a way to sell-quarantine from household members as soon as fever or other symptoms develop.<\/li>\n<li>Food must be delivered to the person\u2019s quarters.<\/li>\n<li>Face masks must be supplied to quarters for individuals to put on if they have become symptomatic.<\/li>\n<li>It is necessary to have a system for temperature and symptom monitoring to provide assessment within the quarters.<\/li>\n<li>All nearby medical facilities must be notified, if the individual begins to experience mild symptoms or requires any medical assistance.<\/li>\n<\/ul>\n<h2 id=\"nytravelrestrictions5\">Tips For Staying Safe in New York<\/h2>\n<ul>\n<li>It is highly recommended to stay at home if you\u2019re feeling sick unless you are leaving for essential medical care (including COVID-19 testing) or other essential errands.<\/li>\n<li>A social distancing of at least 6 feet needs to be maintained from others.<\/li>\n<li>Chances are you can be contagious without symptoms and might spread the disease when you cough, sneeze or even talk. Face masks help reduce the spread of COVID-19.<\/li>\n<li>Wash your hands with soap and water or you can also use alcohol-based hand sanitizers if available.<\/li>\n<li>It is advised to frequently clean all common touch points and avoid touching your face with unwashed hands as well.<\/li>\n<li>Avoid large gatherings as this highers the risk of getting affected by COVID-19.<\/li>\n<li>When meeting your close family members or friends, it is recommended to bring your own beverage and not share food around as it can spread the virus.<\/li>\n<li>Activities such as running, walking or cycling are safe sports to do alone or with others by abiding by the social distancing protocol.<\/li>\n<\/ul>\n<h2 id=\"nytravelrestrictions6\">COVID Travel Resources New York<\/h2>\n<ul>\n<li><a href=\"https:\/\/new.mta.info\/coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">MTA service during the coronavirus pandemic<\/a> &#8211; Metropolitan Transportation Authority<\/li>\n<li><a href=\"https:\/\/www1.nyc.gov\/assets\/doh\/downloads\/pdf\/imm\/covid-19-getting-together-safely.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">COVID-19: Tips on Getting Together Safely<\/a> &#8211; NYC Health<\/li>\n<li><a href=\"https:\/\/coronavirus.health.ny.gov\/system\/files\/documents\/2020\/11\/interm_guidance_travel_advisory.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Interim Guidance for Quarantine Restrictions on Travelers Arriving in New York State Following Out of State Travel<\/a> &#8211; New York Department of Health<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>New York has come a long way from being marked as the state with the highest level of COVID-19 infection to the lowest in the country. While the city has granted more free access for travelers, the authorities continue to take up strict measures that help limit the spread of COVID-19. Find out all that [&hellip;]<\/p>\n","protected":false},"author":25,"featured_media":61321,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6273,6557,6291,6282],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>New York Travel Restrictions \u2013 Can I travel to New York right now?<\/title>\n<meta name=\"description\" content=\"Planning to travel to New York? Stay up-to-date with the latest travel restrictions in New York (updated weekly).\" \/>\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\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New York Travel Restrictions \u2013 Can I travel to New York right now?\" \/>\n<meta property=\"og:description\" content=\"Planning to travel to New York? Stay up-to-date with the latest travel restrictions in New York (updated weekly).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-18T04:22:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T18:58:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/matteo-miliddi-l-jzubWnnx8-unsplash-scaled-e1622700802369.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Manisha Choudhari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manisha Choudhari\" \/>\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":"New York Travel Restrictions \u2013 Can I travel to New York right now?","description":"Planning to travel to New York? Stay up-to-date with the latest travel restrictions in New York (updated weekly).","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\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/","og_locale":"en_US","og_type":"article","og_title":"New York Travel Restrictions \u2013 Can I travel to New York right now?","og_description":"Planning to travel to New York? Stay up-to-date with the latest travel restrictions in New York (updated weekly).","og_url":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/","og_site_name":"Headout Blog","article_published_time":"2020-11-18T04:22:38+00:00","article_modified_time":"2022-02-07T18:58:02+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/matteo-miliddi-l-jzubWnnx8-unsplash-scaled-e1622700802369.jpg","type":"image\/jpeg"}],"author":"Manisha Choudhari","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Manisha Choudhari","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/"},"author":{"name":"Manisha Choudhari","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/415b4926de23c1dfad7576985cacc339"},"headline":"Are there travel restrictions in New York?","datePublished":"2020-11-18T04:22:38+00:00","dateModified":"2022-02-07T18:58:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/"},"wordCount":2134,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/matteo-miliddi-l-jzubWnnx8-unsplash-scaled-e1622700802369.jpg","keywords":["City Guide","Covid","New York","United States"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/","url":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/","name":"New York Travel Restrictions \u2013 Can I travel to New York right now?","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/matteo-miliddi-l-jzubWnnx8-unsplash-scaled-e1622700802369.jpg","datePublished":"2020-11-18T04:22:38+00:00","dateModified":"2022-02-07T18:58:02+00:00","description":"Planning to travel to New York? Stay up-to-date with the latest travel restrictions in New York (updated weekly).","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/matteo-miliddi-l-jzubWnnx8-unsplash-scaled-e1622700802369.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/matteo-miliddi-l-jzubWnnx8-unsplash-scaled-e1622700802369.jpg","width":1200,"height":675,"caption":"NYC Travel Restrictions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/new-york-travel-restrictions-can-i-travel-to-new-york-right-now\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"Are there travel restrictions in New York?"}]},{"@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\/415b4926de23c1dfad7576985cacc339","name":"Manisha Choudhari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/857f7d75c51032097426b804b3c0cc4a?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/857f7d75c51032097426b804b3c0cc4a?s=96&r=g","caption":"Manisha Choudhari"},"description":"If there's one thing Manisha loves more than cake, it's travelling. While studying in London, she fell in love with the city, and decided that she wanted to combine her two interests - writing and travelling. Having made London her home, she now travels through Europe during summers, spends winters under ten blankets, and writes about her adventures in between.","url":"https:\/\/www.headout.com\/blog\/author\/manisha\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50924"}],"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\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=50924"}],"version-history":[{"count":1,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50924\/revisions"}],"predecessor-version":[{"id":82957,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50924\/revisions\/82957"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/61321"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=50924"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=50924"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=50924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}