UK Crime Outcomes at Location
gov.ukpolice.outcomesGet police case outcomes (charged, acquitted, action taken) for crimes at a UK coordinate in a given month. Useful for property safety scoring.
Instructions
Case outcomes (charged, acquitted, action taken, etc.) for crimes at a UK coordinate in a given month. Useful for property safety scoring. OGL v3.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the location to query (e.g. 51.5074). | |
| lng | Yes | Longitude of the location to query (e.g. -0.1278). | |
| date | No | Month in YYYY-MM format. Defaults to latest available month. | |
| limit | No | Max outcome records to return (default 100, max 500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |