{ "opencollection": "1.0.0", "info": { "name": "Stadia Maps Reverse API", "version": "7.1.0" }, "items": [ { "info": { "name": "Reverse", "type": "folder" }, "items": [ { "info": { "name": "Find places and addresses near geographic coordinates (reverse geocoding).", "type": "http" }, "http": { "method": "GET", "url": "https://api.stadiamaps.com/geocoding/v1/reverse", "params": [ { "name": "point.lat", "value": "", "type": "query", "description": "The latitude of the point at which to perform the search." }, { "name": "point.lon", "value": "", "type": "query", "description": "The longitude of the point at which to perform the search." }, { "name": "boundary.circle.radius", "value": "", "type": "query", "description": "The radius of the circle (in kilometers) to limit the search to. Defaults to 50km if unspecified." }, { "name": "layers", "value": "", "type": "query", "description": "A list of layers to limit the search to." }, { "name": "sources", "value": "", "type": "query", "description": "A list of sources to limit the search to." }, { "name": "boundary.country", "value": "", "type": "query", "description": "A list of countries to limit the search to. These may be either full names (ex: Canada), or an ISO 3116-1 alpha-2 or alpha-3 code. Prefer ISO codes when possible." }, { "name": "boundary.gid", "value": "", "type": "query", "description": "The Pelias GID of an area to limit the search to." }, { "name": "size", "value": "", "type": "query", "description": "The maximum number of results to return." }, { "name": "lang", "value": "", "type": "query", "description": "A BCP47 language tag which specifies a preference for localization of results. By default, results are in the default locale of the source data, but specifying a language will attempt to localize the results. Note that while a `langtag` (in RFC 5646 terms) can contain script, region, etc., only the `language` portion, an ISO 639 code, will be considered. So `en-US` and `en-GB` will both be treated as English." } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Reverse geocoding and search finds places and addresses near any geographic coordinates." } ] } ], "bundled": true }