{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Byarea API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Byarea", "type": "folder" }, "items": [ { "info": { "name": "GET Points Of Interest By Area.", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/places/v1/poi/byarea", "params": [ { "name": "areaName1", "value": "", "type": "query", "description": "Specifies the largest geographical area, typically a state or province" }, { "name": "areaName3", "value": "", "type": "query", "description": "Specifies a city or town name" }, { "name": "postcode1", "value": "", "type": "query", "description": "Specifies the postcode(ZIP code) in the appropriate format for the country" }, { "name": "postcode2", "value": "", "type": "query", "description": "Specifies the postcode(ZIP code) extension" }, { "name": "country", "value": "", "type": "query", "description": "Country ISO code" }, { "name": "name", "value": "", "type": "query", "description": "Specifies the name of the place (POI) to be searched. Also performs search on partially specified names. It requires minimum 3 characters to search" }, { "name": "type", "value": "", "type": "query", "description": "Filters the points of interest (POIs) by place types" }, { "name": "categoryCode", "value": "", "type": "query", "description": "Acts as a filter to narrow down and refine POI search results. The category codes are unique 4, 6, or 11 digit numeric values" }, { "name": "sicCode", "value": "", "type": "query", "description": "Acts as a filter to narrow down and refine POI search results. The SIC codes are unique 4 or 8 digit numerical values" }, { "name": "maxCandidates", "value": "", "type": "query", "description": "Maximum number of POIs that can be retrieved" }, { "name": "fuzzyOnName", "value": "", "type": "query", "description": "Whether to allow fuzzy seacrh on name input" }, { "name": "page", "value": "", "type": "query", "description": "Specifies the page number of results where page size is the value of maxCandidates input in request" }, { "name": "matchMode", "value": "", "type": "query", "description": "Determine the leniency used to make a match between the input name and the reference data" }, { "name": "specificMatchOn", "value": "", "type": "query", "description": "Specifies the field for the Specific Match Mode" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "This service accepts city or postcode (alongwith country) and returns points-of-interest places within a city or postcode. Additional input features include retrieving data by name, type, standard industrial classifications and category codes, as well as geographic filtering by radius, travel times and travel distances. Response features include JSON as well as CSV download." } ] } ], "bundled": true }