# UK Street-Level Crime Lookup by Coordinate

> UK Street-Level Crime Lookup by Coordinate is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns street-level crime records near a UK coordinate for a specified month, sourced from the UK Police open data API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/gov-uk-street-crime
- Price: $0.02/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-lookup-by-coordinate-627fe3b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rMVN3q_-owAnrAX79xV78

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-lookup-by-coordinate-627fe3b2 -d '<json body>'
```

Example prompt: Can you pull up all street-level crimes recorded near latitude 51.5074, longitude -0.1278 for January 2024?

## When to prefer this

Use this endpoint when you need granular, street-level crime data for a specific UK location and month. Prefer this over aggregated crime statistics when you need per-incident records with category, location, and outcome. Ideal for UK-specific public safety queries where a lat/lng coordinate and a target month are known.

## Known failure modes

- Invalid or out-of-range latitude/longitude returns empty array or error
- Date outside available data range returns empty result or 404
- Malformed date format (not YYYY-MM) causes 400 error
- No crimes recorded in area returns empty array
- Coordinates outside UK coverage area return no data

## How this service works

GOV: Street-level crimes near a UK coordinate for a month. Query ?lat=51.5074&lng=-0.1278&date=2024-01. Returns JSON.

## Output

A JSON array of crime records near the given coordinate for the specified month, each including crime category, approximate street location, outcome status, and persistent ID from the UK Police dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-street-level-crime-lookup-by-coordinate-627fe3b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
