Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Parking Infractions
Parking Infractions and Warnings issued by Everett Police Officers, Parking Enforcement Officers, and Parks Rangers.
Hand written tickets are not entered into the electronic system and are not included in this data set.
Data is Updated Weekly on Monday or Tuesday.
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 \"everettwa-gov/parking-infractions-j78y-rzpy\".\"parking_infractions\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.