Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 3 hours ago
EZ Pay Kiosks
Locations of EZ Pay Kiosks.
Users may pay the following at all EZ Pay Kiosks:
(1) Parking, red light, and automated speed enforcement tickets
(2) Utility bills
(3) Most administrative hearing judgments
(4) City business taxes
(5) Other City bills
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/ez-pay-kiosks-fuzc-c76k\".\"ez_pay_kiosks\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata