← Back to catalog
ukpolice.outcomes_at_location
mock data$0.002 / callUK Crime Outcomes at Location
Case outcomes (charged, acquitted, action taken, etc.) for crimes at a UK coordinate in a given month. Useful for property safety scoring. OGL v3.0
Input schema
latrequired
numberLatitude of the location to query (e.g. 51.5074).
lngrequired
numberLongitude of the location to query (e.g. -0.1278).
date
stringMonth in YYYY-MM format. Defaults to latest available month.
limit
integerMax outcome records to return (default 100, max 500).
Call via REST
curl -X POST https://unifyapi.pro/api/call/ukpolice.outcomes_at_location \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lng":0,"date":"<date>","limit":0}'