SCF Data through 05/24/2018
SeeClickFix data with times to closing. Static file through 05/24/18. This file will be changing to daily updates. Currently in process.
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 \"stat-stpete/scf-data-through-05242018-rgvi-hy3u\".\"scf_data_through_05242018\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.