Skip to content

Instantly share code, notes, and snippets.

@MiniCodeMonkey
Created January 9, 2013 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MiniCodeMonkey/4497704 to your computer and use it in GitHub Desktop.
Save MiniCodeMonkey/4497704 to your computer and use it in GitHub Desktop.
Bikeshare Rentals API Output
[
{
"start_station": "14th & Rhode Island Ave NW",
"start_date": "01-09-2013 8:28 am",
"end_station": "8th & Eye St SE / Barracks Row",
"end_date": "01-09-2013 8:54 am",
"duration_seconds": 1547,
"duration": "25 minutes, 47 seconds",
"cost": 0
},
{
"start_station": "Eastern Market / 7th & North Carolina Ave SE",
"start_date": "01-08-2013 5:36 pm",
"end_station": "14th & Rhode Island Ave NW",
"end_date": "01-08-2013 6:03 pm",
"duration_seconds": 1600,
"duration": "26 minutes, 40 seconds",
"cost": 0
},
{
"start_station": "14th & Rhode Island Ave NW",
"start_date": "01-08-2013 8:31 am",
"end_station": "8th & Eye St SE / Barracks Row",
"end_date": "01-08-2013 8:57 am",
"duration_seconds": 1532,
"duration": "25 minutes, 32 seconds",
"cost": 0
},
{
"start_station": "8th & Eye St SE / Barracks Row",
"start_date": "01-07-2013 5:31 pm",
"end_station": "14th & Rhode Island Ave NW",
"end_date": "01-07-2013 6:01 pm",
"duration_seconds": 1812,
"duration": "30 minutes, 12 seconds",
"cost": 0
},
{
"start_station": "14th & Rhode Island Ave NW",
"start_date": "01-07-2013 8:29 am",
"end_station": "8th & Eye St SE / Barracks Row",
"end_date": "01-07-2013 8:53 am",
"duration_seconds": 1479,
"duration": "24 minutes, 39 seconds",
"cost": 0
},
{
"start_station": "25th St & Pennsylvania Ave NW",
"start_date": "01-05-2013 1:37 pm",
"end_station": "14th & Rhode Island Ave NW",
"end_date": "01-05-2013 1:49 pm",
"duration_seconds": 696,
"duration": "11 minutes, 36 seconds",
"cost": 0
},
{
"start_station": "14th & Rhode Island Ave NW",
"start_date": "01-05-2013 12:56 pm",
"end_station": "25th St & Pennsylvania Ave NW",
"end_date": "01-05-2013 1:05 pm",
"duration_seconds": 524,
"duration": "8 minutes, 44 seconds",
"cost": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment