UnifyAPI
← Back to catalog

ukpolice.outcomes_at_location

mock data$0.002 / call

UK 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

Government & Legalprovider: Ukpolice#ukpolice#government

Input schema

latrequired

Latitude of the location to query (e.g. 51.5074).

number
lngrequired

Longitude of the location to query (e.g. -0.1278).

number
date

Month in YYYY-MM format. Defaults to latest available month.

string
limit

Max outcome records to return (default 100, max 500).

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.