everettwa-gov/fire-911-unit-dispatches-w35j-83t3
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Fire 911 Unit Dispatches

911 fire and emergency medical unit dispatches in the City of Everett, or outside city limits but responded to by Everett Fire Department vehicles. As multiple vehicles often respond to the same call, there can be multiple rows for a single event.

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/fire-911-unit-dispatches-w35j-83t3\".\"fire_911_unit_dispatches\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • fire_911_unit_dispatches