Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
MTA Subway Stations and Complexes
A dataset listing all subway and Staten Island Railway stations, with data aggregated by station complex. This dataset includes information on station names, their locations, Station IDs, Complex IDs, GTFS Stop IDs, the services that stop there, the type of structure the station is on or in, whether they are in Manhattan’s Central Business District (CBD), and their ADA-accessibility status.
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 \"ny-gov/mta-subway-stations-and-complexes-5f5g-n3cz\".\"mta_subway_stations_and_complexes\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata