# UK Flood Monitoring Stations Search

> UK Flood Monitoring Stations Search 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-13).

Searches the UK Environment Agency's real-time flood-monitoring station registry in England by station name using a free-text query.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/uk-flood-monitoring-stations-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-flood-monitoring-stations-search-6bba7274
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BLRNIZWuf8uy7uCrK42u1

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-flood-monitoring-stations-search-6bba7274 -d '<json body>'
```

Example prompt: Can you search the UK Environment Agency flood monitoring station registry for stations with 'Thames' in their name so I can find the right station ID for real-time flood data?

## When to prefer this

Use this endpoint when you need to discover or identify specific flood monitoring stations in England by name before querying real-time flood level or flow data. It is the correct first step when you have a place name, river name, or partial station name and need the official EA station identifier. Prefer this over direct EA API calls when you want a managed, pay-per-use interface without handling EA API authentication directly.

## Known failure modes

- Empty results when no stations match the query string
- HTTP 402 if payment header is missing or USDC balance is insufficient
- Malformed JSON response if the upstream Environment Agency API is unavailable
- No results for stations outside England (Wales, Scotland, Northern Ireland not covered)
- Rate limiting or timeout if the upstream EA API is slow to respond

## How this service works

UK Environment Agency real-time flood-monitoring station registry (England); free-text search by name (q) Query: ?q= Returns JSON.

## Output

A JSON array or object containing matched flood monitoring station records from the England Environment Agency registry, including station names, identifiers, and associated metadata that can be used to query real-time flood readings.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-flood-monitoring-stations-search-6bba7274/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)
