{ "opencollection": "1.0.0", "info": { "name": "Airline Code Lookup air-traffic Search API", "version": "1.2.1" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Amadeus Returns a List of Hotels Matching a Given Keyword.", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/reference-data/locations/hotel", "params": [ { "name": "keyword", "value": "", "type": "query", "description": "Location query keyword" }, { "name": "subType", "value": "", "type": "query", "description": "Category of search - To enter several values, repeat the query parameter \nUse HOTEL_LEISURE to target aggregators or HOTEL_GDS to target directly the chains" }, { "name": "countryCode", "value": "", "type": "query", "description": "The country in which you search the subType. Country Code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format" }, { "name": "lang", "value": "", "type": "query", "description": "The language in which you want the results in following [ISO 639-1](https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1). \n\nIf the language entered is not available then the results will be shown in the default language, English." }, { "name": "max", "value": "", "type": "query", "description": "The number of results requested from 1 to 20" } ] }, "docs": "Amadeus Returns a List of Hotels Matching a Given Keyword." }, { "info": { "name": "Amadeus Returns Points of Interest for a Given Location and Radius.", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/reference-data/locations/pois", "params": [ { "name": "latitude", "value": "", "type": "query", "description": "Latitude (decimal coordinates)" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude (decimal coordinates)" }, { "name": "radius", "value": "", "type": "query", "description": "radius of the search in Kilometer. Can be from 0 to 20, default value is 1 Km." }, { "name": "page[limit]", "value": "", "type": "query", "description": "maximum items in one page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "start index of the requested page" }, { "name": "categories", "value": "", "type": "query", "description": "category of the location. \n\nMultiple value can be selected using a comma i.e. SIGHTS, SHOPPING\n" } ] }, "docs": "Amadeus Returns Points of Interest for a Given Location and Radius." }, { "info": { "name": "Amadeus Returns Points of Interest for a Given Area", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/reference-data/locations/pois/by-square", "params": [ { "name": "north", "value": "", "type": "query", "description": "Latitude north of bounding box (decimal coordinates)" }, { "name": "west", "value": "", "type": "query", "description": "Longitude west of bounding box (decimal coordinates)" }, { "name": "south", "value": "", "type": "query", "description": "Latitude south of bounding box (decimal coordinates)" }, { "name": "east", "value": "", "type": "query", "description": "Longitude east of bounding box (decimal coordinates)" }, { "name": "page[limit]", "value": "", "type": "query", "description": "maximum items in one page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "start index of the requested page" }, { "name": "categories", "value": "", "type": "query", "description": "category of the location. \n\nMultiple value can be selected using a comma i.e. SIGHTS, SHOPPING\n" } ] }, "docs": "Amadeus Returns Points of Interest for a Given Area" }, { "info": { "name": "Amadeus Returns Safety Rating for a Given Location and Radius.", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/safety/safety-rated-locations", "params": [ { "name": "latitude", "value": "", "type": "query", "description": "Latitude (decimal coordinates)" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude (decimal coordinates)" }, { "name": "radius", "value": "", "type": "query", "description": "radius of the search in Kilometer. Can be from 0 to 20, default value is 1 Km." }, { "name": "page[limit]", "value": "", "type": "query", "description": "maximum items in one page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "start index of the requested page" } ] }, "docs": "Amadeus Returns Safety Rating for a Given Location and Radius." }, { "info": { "name": "Amadeus Returns the Safety Rating of a Given Area", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/safety/safety-rated-locations/by-square", "params": [ { "name": "north", "value": "", "type": "query", "description": "Latitude north of bounding box (decimal coordinates)" }, { "name": "west", "value": "", "type": "query", "description": "Longitude west of bounding box (decimal coordinates)" }, { "name": "south", "value": "", "type": "query", "description": "Latitude south of bounding box (decimal coordinates)" }, { "name": "east", "value": "", "type": "query", "description": "Longitude east of bounding box (decimal coordinates)" }, { "name": "page[limit]", "value": "", "type": "query", "description": "maximum items in one page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "start index of the requested page" } ] }, "docs": "Amadeus Returns the Safety Rating of a Given Area" }, { "info": { "name": "Amadeus Returns Activities Around a Given Location", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/shopping/activities", "params": [ { "name": "latitude", "value": "", "type": "query", "description": "Latitude (decimal coordinates)" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude (decimal coordinates)" }, { "name": "radius", "value": "", "type": "query", "description": "radius of the search in Kilometer. Can be from 0 to 20, default value is 1 Km." } ] }, "docs": "Amadeus Returns Activities Around a Given Location" }, { "info": { "name": "Amadeus Returns Activities Around a Given Location", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.amadeus.com/v1/shopping/activities/by-square", "params": [ { "name": "north", "value": "", "type": "query", "description": "Latitude north of bounding box (decimal coordinates)" }, { "name": "west", "value": "", "type": "query", "description": "Longitude west of bounding box (decimal coordinates)" }, { "name": "south", "value": "", "type": "query", "description": "Latitude south of bounding box (decimal coordinates)" }, { "name": "east", "value": "", "type": "query", "description": "Longitude east of bounding box (decimal coordinates)" } ] }, "docs": "Amadeus Returns Activities Around a Given Location" } ] } ], "bundled": true }