Skip to content

Commit 5548253

Browse files
Added Covid-19 Area Report to the list of supported endpoints
1 parent 804a3c7 commit 5548253

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,14 @@ amadeus.analytics.itineraryPriceMetrics.get({
481481
destinationIataCode: 'CDG',
482482
departureDate: '2022-03-13',
483483
})
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+
});
484492

485493
```
486494

0 commit comments

Comments
 (0)