{ "opencollection": "1.0.0", "info": { "name": "Hotel Ratings category-rated-areas Search API", "version": "1.0.2" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Amadeus Returns Points of Interest for a Given Location and Radius.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/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": "{{baseUrl}}/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" } ] } ], "bundled": true }