Crime Data - Past 12 Months
This data shows approximate location of select offenses within unincorporated Pierce County, and the cities of Bonney Lake, Eatonville, Edgewood, Gig Harbor, Puyallup, South Prairie, and University Place. The data is for the previous 12 months and is updated monthly. Please see full metadata (https://matterhorn.piercecountywa.gov/GISmetadata/pdbsd_crime_data.html) for additional information. Any use or data download constitutes acceptance of the Terms of Use (https://matterhorn.piercecountywa.gov/Disclaimer/PierceCountyGISDataTermsofUse.pdf).
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 \"internal-open-piercecountywa-gov/crime-data-past-12-months-9ik3-ebpg\".\"crime_data_past_12_months\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.