UnifyAPI
← Back to catalog

ukpolice.crimes_near

mock data$0.002 / call

UK 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)

Government & Legalprovider: Ukpolice#ukpolice#government

Input schema

latrequired

Latitude (e.g. 51.5074 for central London). UK area only.

number
lngrequired

Longitude (e.g. -0.1278 for central London).

number
date

Month in YYYY-MM format (e.g. "2024-06"). Defaults to latest available month if omitted.

string
limit

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

integer
category

Crime category slug — "all-crime" (default), "burglary", "violent-crime", "drugs", "robbery", "shoplifting", "vehicle-crime", "anti-social-behaviour", etc.

string

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

Try it

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