Providence Police Case Log - Past 180 days
Recorded state and municipal offenses from AEGIS records management system of the Providence Police. A single case can contain multiple offenses. Refer to the case number to see all offenses for a particular case. The case number can also be used to look up arrest activity for a case in the Providence Police Arrest Log.
<br><b>UPDATE:</b><br>
Incident location is now using block range instead of house numbers. Addresses between 1 and 99 will be 0 Block, addresses between 100 and 199 will use 100 block and so on. If you are looking for actual addresses you can use the city's <a href="https://providenceri.nextrequest.com/" target="_blank" rel="noopener noreferrer">Open Records Portal</a> to make a request. <br><br>
To help maintain the anonymity of special victims and juveniles this list does not include violent sexual offenses, non-violent sexual offenses or incidents of harassment. Cases being investigated by the department's Special Victims Unit (SVU) or Youth Services Bureau (YSB) will not be published.
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 \"providenceri-gov/providence-police-case-log-past-180-days-rz3y-pz8v\".\"providence_police_case_log_past_180_days\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.