# UK Flood Risk by Postcode (Environment Agency)

> UK Flood Risk by Postcode (Environment Agency) 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-14).

Returns flood risk information for a UK postcode using Environment Agency data

## Facts

- Endpoint: POST https://web-production-18a32.up.railway.app/flood-risk
- 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/uk-flood-risk-by-postcode-environment-agency-0e98d07d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yv-twN9fUVIxiiDmkhZCw

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-risk-by-postcode-environment-agency-0e98d07d -d '<json body>'
```

Example prompt: Can you check the flood risk for the postcode SW1A 1AA using the Environment Agency data?

## When to prefer this

Use this endpoint when you need authoritative UK flood risk data for a specific postcode, sourced directly from the Environment Agency. Ideal for property research, insurance underwriting, conveyancing due diligence, or any scenario requiring official UK government flood risk classification. Prefer this over generic map lookups when you need a structured, machine-readable flood risk result tied to a specific UK postcode.

## Known failure modes

- Invalid or malformed UK postcode returns an error
- Postcode not found in Environment Agency database returns no result
- Network timeout if upstream Environment Agency API is unavailable
- Non-UK postcodes are not supported

## How this service works

UK flood risk by postcode (Environment Agency).

## Output

Returns flood risk information for the given UK postcode, including flood risk zone classification and associated risk level as determined by the Environment Agency.

## 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-flood-risk-by-postcode-environment-agency-0e98d07d/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)
