{ "opencollection": "1.0.0", "info": { "name": "Sound Transit OneBusAway Agencies Vehicles API", "version": "2.0" }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "Get Trip For Vehicle", "type": "http" }, "http": { "method": "GET", "url": "https://api.pugetsound.onebusaway.org/api/where/trip-for-vehicle/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Vehicle identifier" }, { "name": "key", "value": "", "type": "query", "description": "API key obtained from Sound Transit (contact oba_api_key@soundtransit.org)" } ] }, "docs": "Get the current trip details for a specific vehicle." }, { "info": { "name": "List Vehicles For Agency", "type": "http" }, "http": { "method": "GET", "url": "https://api.pugetsound.onebusaway.org/api/where/vehicles-for-agency/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Agency identifier" }, { "name": "key", "value": "", "type": "query", "description": "API key obtained from Sound Transit (contact oba_api_key@soundtransit.org)" } ] }, "docs": "Get all currently active vehicles for a transit agency." } ] } ], "bundled": true }