# UK Street-Level Crime Statistics by Postcode

> UK Street-Level Crime Statistics by Postcode is a paid API for AI agents from web-production-18a32.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns street-level crime statistics for a given UK postcode using Police UK data.

## Facts

- Endpoint: POST https://web-production-18a32.up.railway.app/crime-stats
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-street-level-crime-statistics-by-postcode-ad4bf03a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JlaBTX_gk8M-aLQF5YQtn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability uk-street-level-crime-statistics-by-postcode-ad4bf03a -d '<json body>'
```

Example prompt: Can you pull up the street-level crime statistics for the postcode E1 6AN in London? I want to see what kinds of crimes have been reported in that area.

## When to prefer this

Use this endpoint when you need street-level crime data for a specific UK postcode, particularly for property research, neighbourhood safety checks, or risk assessment workflows. It wraps the Police UK API and adds monetisation via x402, making it suitable for agent-driven pipelines without direct Police UK API integration.

## Known failure modes

- Invalid or malformed UK postcode returns an error
- Postcode not found in Police UK database returns empty or error response
- Network timeout if Police UK upstream API is slow
- Postcode outside England, Wales, or Northern Ireland may return no data (Police UK does not cover Scotland)

## How this service works

UK street-level crime statistics by postcode (Police UK).

## Output

Returns street-level crime statistics for the given UK postcode sourced from Police UK, including counts and categories of crimes (e.g. anti-social behaviour, burglary, vehicle crime, violence) recorded in that area.

## Example request

```json
{
 "postcode": "SW1A 1AA"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "postcode": {
   "type": "string",
   "description": "UK postcode."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-street-level-crime-statistics-by-postcode-ad4bf03a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-18a32.up.railway.app](https://www.zero.xyz/host/web-production-18a32.up.railway.app/llms.txt)
