Locate a neighbourhood
Find the neighbourhood policing team responsible for a particular area.
Request parameters
Parameter | Description |
---|---|
q | A Latitude & Longitude, e.g. 51.500617,-0.124629 |
Example request
https://data.police.uk/api/locate-neighbourhood?q=51.500617,-0.124629
Example response
{
"force": "metropolitan",
"neighbourhood": "E05013806N"
}
Response description
Tag | Description |
---|---|
force | Unique force identifier |
neighbourhood | Force specific team identifier |