{ "opencollection": "1.0.0", "info": { "name": "CTA Bus Tracker Arrivals Stops API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Stops", "type": "folder" }, "items": [ { "info": { "name": "Get Stops", "type": "http" }, "http": { "method": "GET", "url": "http://www.ctabustracker.com/bustime/api/v2/getstops", "params": [ { "name": "key", "value": "", "type": "query", "description": "CTA Bus Tracker API key." }, { "name": "rt", "value": "", "type": "query" }, { "name": "dir", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "Response format (xml or json). Defaults to XML." } ] }, "docs": "Returns the set of stops served by a route in a given direction." } ] } ], "bundled": true }