Open repository in Console
Readme
Updated 5 days ago
‧ Indexed 2 hours ago
Transit Services Paratransit Trips and Cost/Trip
Paratransit is a shared-ride, door-to-door, or curb-to-curb transportation (provided in vans and/or taxicabs) provided to people with disabilities who are unable, or have limited ability because of their disability, to use fixed-route buses or trains. All public transit agencies providing fixed-route bus and rail service are required by the ADA to provide this service.
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 \"citydata-mesaaz-gov/transit-services-paratransit-trips-and-costtrip-u439-wdqr\".\"transit_services_paratransit_trips_and_costtrip\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata