We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804a3c7 commit 5548253Copy full SHA for 5548253
README.md
@@ -481,6 +481,14 @@ amadeus.analytics.itineraryPriceMetrics.get({
481
destinationIataCode: 'CDG',
482
departureDate: '2022-03-13',
483
})
484
+
485
+// Travel Restrictions
486
+// The Travel Restrictions API provides up-to-date data on COVID-19 caseloads and travel restrictions for over 200 countries and territories,
487
+// as well as hundreds of cities and regions worldwide.
488
+amadeus.dutyOfCare.diseases.covid19AreaReport.get({
489
+ countryCode: 'US', //ISO 3166 Alpha-2 code
490
+ cityCode: 'NYC' //Optional IATA code for city's metropolitan area
491
+});
492
493
```
494
0 commit comments