2014 Find It, Fix It Totals by Category
Find It, Fix It reporting totals for Potholes, SDOT Pay Station Graffiti, and SDOT Sign Graffiti.
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 \"performance-seattle-gov/2014-find-it-fix-it-totals-by-category-pwsc-rf9b\".\"2014_find_it_fix_it_totals_by_category\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.