🚲 Bike Sharing API

Capital Bikeshare — Washington D.C.  |  2011–2012 historical data

3,292,679 total rides
731 days of data
2012-09-15 busiest day (8,714 rides)

Endpoints

GET /days — daily ridership records
Params: date (YYYY-MM-DD), year (2011/2012), month (1-12), season (Spring/Summer/Fall/Winter), limit, offset
GET /days/{date} — single day by date
GET /hours — hourly ridership records
Params: date (YYYY-MM-DD), year, month, hour (0-23), limit, offset
GET /summary/monthly — total rides grouped by month & year
GET /summary/seasonal — total rides grouped by season
GET /summary/hourly — average rides per hour of day

Full interactive docs: /docs