norfolk-gov/police-active-warrants-cab7-wvn5
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Police Active Warrants

This dataset represents all active warrants recorded by the Norfolk Police Department. Warrants can be searched by type of crime, demographics of persons involved and total number of outstanding warrants. This dataset is updated daily.

Note: this dataset does not contain any active warrants that could possibly:

• jeopardize an ongoing investigation, or prosecution, or the safety of an individual,

• cause a suspect to flee or evade detection,

• result in the destruction of evidence.

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/police-active-warrants-cab7-wvn5\".\"police_active_warrants\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • police_active_warrants