norfolk-gov/parking-permits-v6nf-f84b
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 5 hours ago

Parking Permits

This dataset provides the number of parking permits by type and duration sold in the City parking system. Types include: Business, Resident (downtown), Residential Permits, City Department, and Top Deck. This data is updated weekly.

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 \"norfolk-gov/parking-permits-v6nf-f84b\".\"parking_permits\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • parking_permits