{ "opencollection": "1.0.0", "info": { "name": "CTA Bus Tracker Arrivals Routes API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "Get Routes", "type": "http" }, "http": { "method": "GET", "url": "http://www.ctabustracker.com/bustime/api/v2/getroutes", "params": [ { "name": "key", "value": "", "type": "query", "description": "CTA Bus Tracker API key." }, { "name": "format", "value": "", "type": "query", "description": "Response format (xml or json). Defaults to XML." } ] }, "docs": "Returns the set of CTA bus routes available in Bus Tracker." }, { "info": { "name": "Get Directions", "type": "http" }, "http": { "method": "GET", "url": "http://www.ctabustracker.com/bustime/api/v2/getdirections", "params": [ { "name": "key", "value": "", "type": "query", "description": "CTA Bus Tracker API key." }, { "name": "rt", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "Response format (xml or json). Defaults to XML." } ] }, "docs": "Returns the set of valid directions for a given route." }, { "info": { "name": "Get Patterns", "type": "http" }, "http": { "method": "GET", "url": "http://www.ctabustracker.com/bustime/api/v2/getpatterns", "params": [ { "name": "key", "value": "", "type": "query", "description": "CTA Bus Tracker API key." }, { "name": "rt", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "Response format (xml or json). Defaults to XML." } ] }, "docs": "Returns route pattern geometry." } ] } ], "bundled": true }