← Back to catalog
ukpolice.crimes_near
mock data$0.002 / callUK Crimes Near Coordinate
Street-level UK crime records within 1 mile of a coordinate for a given month (England + Wales, 43 forces). Filter by crime category. Returns up to 500 records with category, location, outcome status. OGL v3.0 (commercial OK)
Input schema
latrequired
numberLatitude (e.g. 51.5074 for central London). UK area only.
lngrequired
numberLongitude (e.g. -0.1278 for central London).
date
stringMonth in YYYY-MM format (e.g. "2024-06"). Defaults to latest available month if omitted.
limit
integerMax crime records to return (default 100, max 500).
category
stringCrime category slug — "all-crime" (default), "burglary", "violent-crime", "drugs", "robbery", "shoplifting", "vehicle-crime", "anti-social-behaviour", etc.
Call via REST
curl -X POST https://unifyapi.pro/api/call/ukpolice.crimes_near \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lng":0,"date":"<date>","limit":0,"category":"<category>"}'