Skip to content

A auto-generating historical log for nextbike availability in glasgow.

Notifications You must be signed in to change notification settings

vyrzdev/GlasgowBikingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88,150 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GlasgowBikingAPI

A auto-generating historical log for nextbike availability in glasgow.

API ROOT: https://raw.githubusercontent.com/vyrzdev/GlasgowBikingAPI/master/api

List Available Datasets:
  /index/info.json
  => {
    total: <count of all available>,
    most_recent: <filename here>,
    oldest: <filename here>,
    page_size: <number of datasets per page>
  }
  /index/page-<page number here>.json
  => [
    ...filenames...
  ]

  /data/<filename>
  => {
    ...stations... (which include bikes)
  }

About

A auto-generating historical log for nextbike availability in glasgow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages