norfolk-gov/address-information-ere7-kake
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 22 days ago
Indexed 21 days ago

Address Information

The Address Information Resource is a compilation of information related to active and pending addresses in the City of Norfolk. It provides a consolidated source to allow for quick and easy access to information about an address including details related to school districts, municipal services, planning, public safety, and civic leadership. It is one of the main data resources that provides content for the Norfolk AIR website (https://air.norfolk.gov/#/).

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/address-information-ere7-kake\".\"address_information\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • address_information