# UK Street-Level Crime Statistics by Postcode

> UK Street-Level Crime Statistics by Postcode is a paid API for AI agents from property.payapi.market, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: POST https://property.payapi.market/crime-stats
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/property-payapi-market-ed2ed9c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iel-EmdPl09_mHMcORwsC

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 property-payapi-market-ed2ed9c0 -d '<json body>'
```

Example prompt: What are the street-level crime statistics for the postcode SW1A 1AA according to Police UK data?

## When to prefer this

Use this endpoint when you need street-level crime data for a specific UK postcode, especially when evaluating property safety, neighbourhood risk, or integrating crime context into UK property research workflows alongside flood risk, council tax, or EPC data from the same provider.

## Known failure modes

- Invalid or malformed UK postcode returns an error
- Postcode not found in Police UK dataset returns empty or error response
- Upstream Police UK API unavailable causes service failure
- Missing postcode field in request body returns validation error

## How this service works

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

## Output

Returns street-level crime statistics for the given UK postcode, including crime category breakdowns and counts sourced from the Police UK dataset.

## 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/property-payapi-market-ed2ed9c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from property.payapi.market](https://www.zero.xyz/host/property.payapi.market/llms.txt)
