{ "opencollection": "1.0.0", "info": { "name": "Bird GBFS Feed Discovery Realtime API", "version": "2.3.0" }, "items": [ { "info": { "name": "Realtime", "type": "folder" }, "items": [ { "info": { "name": "List Free-Floating Vehicles", "type": "http" }, "http": { "method": "GET", "url": "https://mds.bird.co/gbfs/v2/public/{city}/free_bike_status.json" }, "docs": "Returns the real-time list of available free-floating Bird vehicles in this city. Each entry includes bike_id, lat, lon, is_reserved, is_disabled, vehicle_type_id, and current_range_meters / battery information. Updated every 60 seconds." }, { "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 }