Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 2 hours ago
CTA - List of Fare Media Sales Outlets (deprecated August 2014)
List of physical locations where fare media were sold through approximately July 2014, prior to the implementation of Ventra cards. The locations for Ventra card sales/reloading are more extensive and not yet available in dataset format. Please see http://www.transitchicago.com/ventra for information on the Ventra program and https://www.ventrachicago.com/retailers/locations to find Ventra retail locations.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"cityofchicago/cta-list-of-fare-media-sales-outlets-deprecated-ag7u-gr9m\".\"cta_list_of_fare_media_sales_outlets_deprecated\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata