{ "opencollection": "1.0.0", "info": { "name": "Bird GBFS Feed Discovery Stations API", "version": "2.3.0" }, "items": [ { "info": { "name": "Stations", "type": "folder" }, "items": [ { "info": { "name": "List Station Information", "type": "http" }, "http": { "method": "GET", "url": "https://mds.bird.co/gbfs/v2/public/{city}/station_information.json" }, "docs": "Returns any docking or hub stations defined for this Bird city. Most Bird markets are free-floating, so the stations array is often empty." }, { "info": { "name": "Get Station Status", "type": "http" }, "http": { "method": "GET", "url": "https://mds.bird.co/gbfs/v2/public/{city}/station_status.json" }, "docs": "Returns the real-time vehicle counts at each station defined in station_information.json. Free-floating Bird markets return an empty stations array." } ] } ], "bundled": true }