{ "opencollection": "1.0.0", "info": { "name": "Sound Transit OneBusAway Agencies API", "version": "2.0" }, "items": [ { "info": { "name": "Agencies", "type": "folder" }, "items": [ { "info": { "name": "List Agencies With Coverage", "type": "http" }, "http": { "method": "GET", "url": "https://api.pugetsound.onebusaway.org/api/where/agencies-with-coverage.json", "params": [ { "name": "key", "value": "", "type": "query", "description": "API key obtained from Sound Transit (contact oba_api_key@soundtransit.org)" } ] }, "docs": "List all supported transit agencies along with their geographic coverage areas." }, { "info": { "name": "Get Agency", "type": "http" }, "http": { "method": "GET", "url": "https://api.pugetsound.onebusaway.org/api/where/agency/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique agency identifier" }, { "name": "key", "value": "", "type": "query", "description": "API key obtained from Sound Transit (contact oba_api_key@soundtransit.org)" } ] }, "docs": "Retrieve details for a specific transit agency." } ] } ], "bundled": true }