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:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Crime

Crime Categories

ukgov/police/crime_categories · Action

List UK crime categories valid for a given month (Police UK)

FieldTypeDetails
Month (YYYY-MM, optional)string2024-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

ukgov/police/stop_and_search · Action

List UK stop-and-search records near a latitude/longitude for a given month (Police UK)

FieldTypeDetails
LatitudestringRequired52.629729
LongitudestringRequired-1.131592
Month (YYYY-MM, optional)string2024-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)

FieldTypeDetails
LatitudestringRequired52.629729
LongitudestringRequired-1.131592
Month (YYYY-MM, optional)string2024-01

Returns: tool_result, crimes, count, success, error

06Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.