cityofnewyork-us/intercity-bus-stop-permits-nmue-7zq2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 19 days ago
Indexed 6 hours ago

Intercity Bus Stop Permits

Intercity bus operators must obtain a permit from DOT before they can make on-street stops in the city.

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 \"cityofnewyork-us/intercity-bus-stop-permits-nmue-7zq2\".\"intercity_bus_stop_permits\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • intercity_bus_stop_permits
     
     
     
     
     
Upstream Metadata