{ "opencollection": "1.0.0", "info": { "name": "setlist.fm REST Artists Cities API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cities", "type": "folder" }, "items": [ { "info": { "name": "Get a city", "type": "http" }, "http": { "method": "GET", "url": "https://api.setlist.fm/rest/1.0/city/:geoId", "params": [ { "name": "geoId", "value": "", "type": "path", "description": "The GeoNames geoId of the city." } ] }, "docs": "Returns a city for a given GeoNames geoId. Most city data originates from Geonames.org." } ] } ], "bundled": true }