Skip to content

Instantly share code, notes, and snippets.

@pdeschen
Created November 19, 2011 04:42
Show Gist options
  • Save pdeschen/1378457 to your computer and use it in GitHub Desktop.
Save pdeschen/1378457 to your computer and use it in GitHub Desktop.
Montreal Open Data API
# get all ice rings from Cote-Des-Neiges
-X GET /cdn/patinoires/
# get all ice rings
-X GET /patinoires
# get all open ice rings
-X GET /patinoires/?open=true
# get geolocation of the ice rings in Code-Des-Neiges
-X GET /cdn/patinoires/locations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment