austintexas-op-beta-demo-socrata/ems-incidents-by-month-updated-w2018-qtkc-krhp
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 6 years ago
Indexed 5 hours ago

EMS - Incidents by Month (Updated w/2018)

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 \"austintexas-op-beta-demo-socrata/ems-incidents-by-month-updated-w2018-qtkc-krhp\".\"ems_incidents_by_month_updated_w2018\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • ems_incidents_by_month_updated_w2018