Police UK
UK Government integration · 4 node(s).
00Overview
UK street-level crime, stop-and-search and police force data (data.police.uk)
Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.
01Connecting Police UK
Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:
${secrets.your_secret}.02Crime
Crime Categories
ukgov/police/crime_categories · Action
List UK crime categories valid for a given month (Police UK)
| Field | Type | Details | |
|---|---|---|---|
| Month (YYYY-MM, optional) | string | 2024-01 |
Returns: tool_result, categories, count, success, error
03List
List Police Forces
ukgov/police/list_forces · Action
List UK territorial police forces and their IDs (Police UK)
Returns: tool_result, forces, count, success, error
04Stop
Stop and Search
ukgov/police/stop_and_search · Action
List UK stop-and-search records near a latitude/longitude for a given month (Police UK)
| Field | Type | Details | |
|---|---|---|---|
| Latitude | string | Required | 52.629729 |
| Longitude | string | Required | -1.131592 |
| Month (YYYY-MM, optional) | string | 2024-01 |
Returns: tool_result, searches, count, success, error
05Street
Street-Level Crimes
ukgov/police/street_crimes · Action
List UK street-level crimes near a latitude/longitude for a given month (Police UK)
| Field | Type | Details | |
|---|---|---|---|
| Latitude | string | Required | 52.629729 |
| Longitude | string | Required | -1.131592 |
| Month (YYYY-MM, optional) | string | 2024-01 |
Returns: tool_result, crimes, count, success, error
06Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- These nodes require no account, API key, or connection setup, as they read from an open public data service.
- Location-based searches return every record within roughly a one-mile radius of the coordinates you supply, so results will include incidents beyond your exact point of interest.
- Reported crime locations are anonymised and snapped to representative map points rather than exact addresses, so the coordinates returned are approximate.
- Data is published one calendar month at a time and lags real events by several weeks, so the most recent month you expect may not yet be available.
- Valid crime categories change over time, so retrieve the category list for the specific month you are querying rather than reusing a list from another month.