Radon Risk
Radon gas potential for any UK property, sourced from the British Geological Survey's national 1km grid dataset. Six-class rating from Very Low to Very High — the same data used by PHE for public health guidance, available in a single API call.
Risk classification at a glance
BGS maps England and Wales into six radon potential classes based on the percentage of homes in each 1km grid square likely to exceed the Action Level of 200 Bq/m³.
10-30% of homes in this area exceed 200 Bq/m³ — testing and mitigation recommended.
Response fields
Each radon result includes the BGS class number, a human-readable label, and the percentage band for homes in the area exceeding the Action Level.
Built for
Conveyancing tools
Radon disclosure is required in affected areas. Add it to property reports automatically — no manual lookup, no specialist search fees.
Mortgage underwriting
Flag high-radon properties during the application stage. Screen portfolios in bulk — Class 5/6 properties warrant radon testing conditions.
Property search platforms
Show buyers the radon potential alongside flood risk and EPC. Particularly relevant for rural properties in South West England, Wales, and parts of Derbyshire.
API example
curl "https://api.homedata.co.uk/api/risks/radon/?uprn=100021438816" \ -H "Authorization: Api-Key YOUR_KEY"
{
"risk_type": "radon",
"uprn": 100021438816,
"location": {"lat": 50.26, "lon": -5.05},
"results": [
{
"risk_type": "radon",
"label": "High",
"score": 5,
"score_unit": "class",
"intersects": true,
"distance_m": 0,
"search_radius_m": 1000,
"count": 1,
"radius_description": "Within 1km grid",
"properties": {
"description": "10-30% of homes in this area
exceed the Action Level"
}
}
]
}