{ "opencollection": "1.0.0", "info": { "name": "Stadia Maps Place API", "version": "7.1.0" }, "items": [ { "info": { "name": "Place", "type": "folder" }, "items": [ { "info": { "name": "Retrieve details of a place using its GID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.stadiamaps.com/geocoding/v1/place", "params": [ { "name": "ids", "value": "", "type": "query", "description": "A list of Pelias GIDs to search for." }, { "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": "Many search result components include an associated GID field (for example, an address may have a `localadmin_gid`). The place endpoint lets you look up these places directly by ID. Note that these IDs are not stable for all sources. See the [online documentation](https://docs.stadiamaps.com/geocoding-search-autocomplete/place-lookup/) for details." } ] } ], "bundled": true }