Endpoint
data.police.uk — crimes near point
Requires lat, lng, and YYYY-MM (use a recent month).
UK street-level crime
GeographyNo API keyDefault GET
HTTP console
Example URL
https://data.police.uk/api/crimes-street/all-crime?lat=51.5074&lng=-0.1278&date=2024-01Request
Use HTTPS GET unless the provider documents POST. Example: GET ?lat=&lng=&date=
GET ?lat=&lng=&date=
Response
Array of { category, location_type, month, … }
[{"category":"anti-social-behaviour","month":"2024-01"}]Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.