{ "opencollection": "1.0.0", "info": { "name": "Airline Code Lookup air-traffic recommended-locations API", "version": "1.2.1" }, "items": [ { "info": { "name": "recommended-locations", "type": "folder" }, "items": [ { "info": { "name": "Amadeus GET Recommended Destinations", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/reference-data/recommended-locations", "params": [ { "name": "cityCodes", "value": "PAR", "type": "query", "description": "City used by the algorythm to recommend new destination. Several cities can be specified using comma.\n\nCity codes follow [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx)" }, { "name": "travelerCountryCode", "value": "FR", "type": "query", "description": "Origin country of the traveler following [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US)" }, { "name": "destinationCountryCodes", "value": "FR", "type": "query", "description": "List of country the traveler want to visit, separated with comma.\n\nCountry codes follow [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US)" } ] }, "docs": "Amadeus GET Recommended Destinations" } ] } ], "bundled": true }