{ "opencollection": "1.0.0", "info": { "name": "umd.io bus API", "version": "1.0.0 Beta" }, "items": [ { "info": { "name": "bus", "type": "folder" }, "items": [ { "info": { "name": "List routes", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/routes" }, "docs": "Get a list of the available routes." }, { "info": { "name": "View specific routes", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/routes/:route_ids", "params": [ { "name": "route_ids", "value": "", "type": "path", "description": "Route ids" } ] }, "docs": "Get route data for one or more routes" }, { "info": { "name": "List stops", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/stops" }, "docs": "Get a list of the available stops." }, { "info": { "name": "Get specific stops", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/stops/:stop_ids", "params": [ { "name": "stop_ids", "value": "", "type": "path", "description": "Stop ids" } ] }, "docs": "Get data for one or more stops" }, { "info": { "name": "Current bus locations by route", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/routes/:route_id/locations", "params": [ { "name": "route_id", "value": "", "type": "path", "description": "Route id" } ] }, "docs": "Get bus locations for a route" }, { "info": { "name": "Bus schedules", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/routes/:route_id/schedules", "params": [ { "name": "route_id", "value": "", "type": "path", "description": "Route id" } ] }, "docs": "Get bus schedules for a route" }, { "info": { "name": "Get arrivals for a stop for a route", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/bus/routes/:route_id/arrivals/:stop_id", "params": [ { "name": "route_id", "value": "", "type": "path", "description": "Route id" }, { "name": "stop_id", "value": "", "type": "path", "description": "Stop id" } ] }, "docs": "Get arrivals for a stop for a route" } ] } ], "bundled": true }