Skip to main content
Free UK property data API Start free →
← Back to Our Data

Flood Risk Data API UK — Property-Level Flood Zone Scores

Instant flood risk scores for any UK property via UPRN. River flooding, surface water flooding, coastal risk, and groundwater — each with Low, Medium, High, or Very High labels from Environment Agency data. Used by insurers, conveyancers, mortgage lenders, and PropTech platforms building due diligence tools.

What's in the API

River flood risk

Risk of flooding from rivers and streams. Low/Medium/High/Very High label with underlying Environment Agency flood zone classification.

Surface water flood risk

Risk of flooding from rainfall runoff — the most common type of flooding in urban areas. Separate risk label from river flooding.

Coastal flood risk

Tidal and coastal flood zone classification for coastal properties. Relevant for properties within 5km of the coast.

Groundwater flood risk

Susceptibility to groundwater emergence — particularly relevant in chalk and limestone geology areas.

Sample response

{
  "uprn": "100023336956",
  "address": "14 Victoria Road, Bristol BS8 4ES",
  "flood_risk": {
    "river": {
      "risk": "Low",
      "flood_zone": "1",
      "probability": 0.01
    },
    "surface_water": {
      "risk": "Medium",
      "probability": 0.03
    },
    "coastal": {
      "risk": "Very Low",
      "in_coastal_zone": false
    },
    "groundwater": {
      "risk": "Low"
    },
    "overall": "Medium"
  }
}

Pricing

Flood risk is included in all plans including the free tier.

Free

£0

100 calls/mo

Starter

£49

2,000 calls/mo

Growth

£149

10,000 calls/mo

Pro

£349

50,000 calls/mo

See full pricing →

FAQ

What data source does the flood risk API use?

Flood risk data is sourced from the Environment Agency's Risk of Flooding from Rivers and Sea (RoFRS) dataset and the updated long-term flood risk data.

Is the flood risk data up to date?

We update flood risk data when Environment Agency releases new versions, typically annually. The current version in use is noted in the API response.

Can I bulk-screen a portfolio for flood risk?

Yes — pass UPRN lists to the API endpoint. Growth and Pro plans have the call volumes needed for portfolio-scale screening.