Property Data
The PropEco Property Data API can be used to retrieve a wide range of information tied to a specific UK property.
You can access, test and subscribe to the API at www.propeco.io/api.
GET /properties?uprn={uprn}
📄❓ See Code Samples (page bottom) for an example request.
Retrieves information about a specific UK property, identified by its unique property reference number (UPRN).
Query Parameters
uprn
string Required
The Unique Property Reference Number (UPRN) of the property.
Response
📄❓ See Code Samples (page bottom) for an example response.
An object containing a range of information about a UK property, as follows:
Location
"location": {
"x_coord": 202301,
"y_coord": 47402,
"latitude": 50.2933563,
"longitude": -4.7770112,
...
},
The geographical location of the property, provided in both ETRS89 / EPSG:4258 and BNG / EPSG:27700 coordinate systems.
See API Reference → Coordinate Systems for more information about locations.
Admin Boundaries
"admin_boundaries": {
"postcode": "PL26 6BJ",
"census_output_area_code": "E00096200",
"county_code": "E99999999",
"county_electoral_division_code": "E99999999",
"local_authority_district_code": "E06000052",
"electoral_area_code": "E05013846",
"health_area_code": null,
"country_code": "E92000001",
"region_code": "E12000009",
"parliamentary_constituency_code": "E14000961",
"european_electoral_region_code": "E15000009",
"travel_to_work_area_code": "E30000270",
"itl_area_code": "E06000052",
"national_park_code": "E99999999",
"census_lower_layer_super_output_area_code": "E01019040",
"census_middle_layer_super_output_area_code": "E02003964",
"census_workplace_zone": "E33048767",
"ccg_lhb_chp_area_code": "E38000089",
"built_up_area_code": null,
"census_rural_urban_classification": null,
"census_output_area_classification": null,
"local_enterprise_partnership_code": "E37000005",
"local_enterprise_partnership_secondary_code": null,
"police_force_area_code": "E23000035",
"electoral_area_name": "Mevagissey & St Austell Bay",
"local_authority_district_name": "Cornwall",
"county_name": null,
"region_name": "South West",
"country_name": "England"
}
An object containing the names and identifiers of various administrative boundaries and regions within which the property resides.
This combines data from sources including the Office for National Statistics and Ordnance Survey.
Planning Restrictions
The API provides information to help you determine whether a property is affected by any planning restrictions that could hinder upgrades such as adding an extension, incorporating solar panels or replacing windows. These include:
Conservation Areas
"conservation_areas": {
"in_conservation_area": false,
"conservation_area": 287430.41971903614,
"conservation_area_proportion": 0.0920824828560929,
"nearest_conservation_area": {
"name": "Pentewan",
"distance": 123.87898990464723,
"nearest_point": {
"x_coord": 202177.4748,
"y_coord": 47392.8208000008,
"latitude": 50.29323243499839,
"longitude": -4.778738684281515
}
}
},
These are areas that are deemed to have special architectural or historic interest. Properties that fall within one will be subject to planning controls that are designed to preserve the character and appearance of the areas.
The API provides an assessment of whether or not the property sits within a conservation area. It also assesses the extent to which the surrounding area (within a 1km radius of the property) sits within a conservation area, both as a proportion and as an absolute value (in m²).
If a property is not within a conservation area, the API provides details of the closest one.
Listed Buildings
"listed_buildings": {
"nearest_listed_buildings": [
{
"distance": 291.60865518455677,
"x_coord": 202012.6536,
"y_coord": 47445.4077000022,
"latitude": 50.29364951227786,
"longitude": -4.781077396185314,
"name": "32-36, NORTH ROAD",
"grade": "II",
"date_listed": "1974-03-11T00:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1211737"
},
{
"distance": 294.4773056286531,
"x_coord": 202006.669300001,
"y_coord": 47393.1394999996,
"latitude": 50.29317799176098,
"longitude": -4.781133920637422,
"name": "14-22, NORTH ROAD",
"grade": "II",
"date_listed": "1974-03-11T00:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1211655"
},
...
]
},
These are individual buildings that have been deemed to be of special architectural or historic interest. Listed buildings are classified into three grades:
- Grade I buildings are of exceptional interest.
- Grade II* buildings are particularly important buildings of more than special interest.
- Grade II buildings are of special interest warranting every effort to preserve them.
The API returns a list of the nearest listed buildings, with links to more information on each. We will soon expand this to provide an assessment of whether or not the property in question is listed.
World Heritage Sites
"world_heritage_sites": {
"in_world_heritage_site": false,
"world_heritage_site_area": 0,
"world_heritage_site_proportion": 0,
"nearest_world_heritage_site": {
"name": "Cornwall and West Devon Mining Landscape",
"inscription_date": "2006-01-01T00:00:00.000Z",
"notes": "Core Area",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1000105",
"distance": 4167.172389894086,
"nearest_point": {
"x_coord": 203829.56,
"y_coord": 51278.7080000006,
"latitude": 50.328690715101935,
"longitude": -4.75759195876633
}
}
},
These are sites, places, monuments or buildings of ‘outstanding universal value’ to all humanity. Planning policies in such locations therefore place great weight on preserving their character. At present, there are 28 cultural World Heritage Sites in the UK including the whole of the City of Bath.
The API provides an assessment of whether or not the property sits within a World Heritage Site. It also assesses the extent to which the surrounding area (within a 1km radius of the property) sits within a World Heritage Site, both as a proportion and as an absolute value (in m²).
If a property is not within a World Heritage Site, the API provides details of the closest one.
National Parks
"national_parks": {
"in_national_park": false,
"national_park_area": 0,
"national_park_proportion": 0,
"nearest_national_park": {
"name": "Dartmoor",
"distance": 50085.46181689296,
"nearest_point": {
"x_coord": 247165.1033,
"y_coord": 69667.7971000001,
"latitude": 50.506794836151414,
"longitude": -4.156729498089907
}
}
}
These are designated areas of natural beauty and ecological significance within the UK, that provide habitats to a wide array of plant and animal species. As with world heritage sites, planning policies in these locations place significant weight on preserving their existing character, and conserving their natural landscape and ecosystem. At present, there are 15 national parks in the UK.
The API provides an assessment of whether or not the property sits within a national park. It also assesses the extent to which the surrounding area (within a 1km radius of the property) sits within a national park, both as a proportion and as an absolute value (in m²).
If a property is not within a national park, the API provides details of the closest one.
Environment
Air Quality
"air_quality": {
"benzene": {
"percentile": 92,
"value": 0.3741291
},
"no2": {
"percentile": 99,
"value": 15.55507
},
"nox": {
"percentile": 99,
"value": 21.31378
},
"pm10": {
"percentile": 90,
"value": 12.89678
},
"pm2.5": {
"percentile": 97,
"value": 7.694045
},
"so2": {
"percentile": 92,
"value": 1.589239
}
},
The API provides UK government estimates of the average concentrations (µg/m3) of common air pollutants (including benzene, nitrogen oxides, particulate matter and sulphur dioxide) at the property over the past year.
For each pollutant, a UK-wide and percentile is provided to enable you to determine how polluted the location is relative to others in the country.
Greenspace
"greenspace": {
"greenspace_area": 240201.38626551873,
"greenspace_proportion": 0.07695198042860393,
"nearest_greenspace_point": {
"distance": 84.52656544909924,
"x_coord": 526210.559426686,
"y_coord": 176326.45113151084,
"latitude": 51.47183565629968,
"longitude": -0.18421000854430938,
"function": "Play Space",
"name": null
}
The API searches against Ordnance Survey datasets to determine the nearest publicly-accessible greenspace, as well as the amount of greenspace coverage in a property’s locality. The following information is provided for a given property:
- Greenspace coverage within a 1km radius, both as a proportion and an absolute value (in m²)
- The distance to and location of the nearest publicly-accessible greenspace site.
Landslides
"landslides": [
{
"distance": 622.8940564814939,
"x_coord": 357684,
"y_coord": 172561,
"latitude": 51.45044033489425,
"longitude": -2.6103456261703966,
"name": "Hotwell Road"
},
...
]
The API integrates the British Geological Survey’s National Landslide Database (NLD) to determine if there is a record of any landslides near the property being searched for.
The NLD is the most extensive source of information on landslides in Great Britain, with more than 18,000 records.
The API returns details of any landslides recorded within 1km of the property being searched for. An empty array means that no records exist.
Radon Exposure
"radon": {
"radon_class": 4,
"radon_affected_area": true,
"radon_exceeding_action_level_min_likelihood": 0.05,
"radon_exceeding_action_level_max_likelihood": 0.1
},
The API integrates data from the British Geological Survey to provide an indicative assessment of whether or not a property lies within a radon affected area.
Radon is a colourless, odourless radioactive gas that occurs naturally throughout the UK. In some places, radon concentrations are high enough to pose a potential health risk. If a property is located in such a 'radon affected area', it should be tested and, if necessary, steps taken to reduce its exposure.
The radon class specified will be one of the following:
- 1: The property is in an area where less than 1% of homes are estimated to equal or exceed safe levels. The property is not in a radon affected area.
- 2: The property is in a radon affected area where 1%-3% of homes are estimated to equal or exceed safe levels.
- 3: The property is in a radon affected area where 3%-5% of homes are estimated to equal or exceed safe levels.
- 4: The property is in a radon affected area where 5%-10% of homes are estimated to equal or exceed safe levels.
- 5: The property is in a radon affected area where 10%-30% of homes are estimated to equal or exceed safe levels.
- 6: The property is in a radon affected area where 30% or more of homes are estimated to equal or exceed safe levels.
Subsidence
"subsidence": {
"collapsible_deposits": {
"class": 1,
"legend": "Low",
"advisory": "Areas of localised significant rating"
},
"compressible_ground": {
"class": 3,
"legend": "Significant",
"advisory": "Areas of localised significant rating."
},
"landslides": {
"class": 1,
"legend": "Low",
"advisory": "Areas of localised significant rating."
},
"running_sand": {
"class": 2,
"legend": "Moderate",
"advisory": "Areas of localised significant rating."
},
"shrink_swell": {
"class": 3,
"legend": "Significant",
"advisory": "Areas of localised significant rating."
},
"soluble_rocks": {
"class": 1,
"legend": "Low",
"advisory": "Areas of localised significant rating."
},
"shrink_swell_2030_medium_emissions": {
"class": "Possible",
"legend": "It is possible that climate change will effect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2030_high_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will affect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2070_high_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will affect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2050_medium_emissions": {
"class": "Possible",
"legend": "It is possible that climate change will effect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2080_medium_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will effect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
}
},
The API response includes a generalised overview of susceptibility to the following six naturally occurring geohazards:
- Collapsible deposits
- Compressible ground
- Landslides
- Running sand
- Shrink–swell
- Soluble rocks
The assessments, which are provided by the British Geological Survey, place risks into one of three classes: Low, Moderate and Significant.
In addition, the API response provides an indicative assessment of potential change in subsidence risk due to climate change. Assessments are provided for two time periods (2030s and 2070s) under a high emissions scenario and three (2030s, 2050s and 2080s) under a medium emissions scenario. Assessments can be one of: Improbable, Possible, Probable or Unavailable.
Transportation
EV Charging Points
"ev_charging_points": {
"nearest_charging_points": [
{
"distance": 5.498656033073239,
"x_coord": 358265.2209937345,
"y_coord": 172799.59908045037,
"latitude": 51.452629,
"longitude": -2.60201,
"name": "City Hall"
},
{
"distance": 6.511611302616077,
"x_coord": 358267.14732903836,
"y_coord": 172797.24764711206,
"latitude": 51.452608,
"longitude": -2.601982,
"name": "City Hall 3"
},
...
]
},
The API integrates the National Chargepoint Registry to determine if there are EV charging points installed near the property being searched for.
The NCR is a database of publicly available EV charging points in the UK maintained by the Department of Transport, with records of over 28,000 installed charging points.
The API returns details of the 10 closest EV charging points (within a 1km radius). An empty array means that no records exist.
Low Emission Zones
"low_emission_zones": {
"in_low_emission_zone": false,
"low_emission_zone_area": 0,
"low_emission_zone_proportion": 0,
"nearest_low_emission_zone": {
"name": "Glasgow",
"url": "https://www.glasgow.gov.uk/LEZ",
"distance": 12915.177805388237,
"nearest_point": {
"x_coord": 260130.557971071,
"y_coord": 665428.9299391654,
"latitude": 55.861683,
"longitude": -4.236382
}
}
}
Low Emission Zones (LEZ) are urban areas in which restrictions on the type of vehicle that can enter are in place. Motorists driving older and / or more polluting vehicles may need to pay a fee in order to drive within these.
The API checks if the property is located within an active or planned LEZ. If not, details of the closest LEZ are provided.
Airports
"nearest_airport": {
"name": "Birmingham Airport",
"distance": 39041.66350972503,
"azimuth_degrees": 126.82723229422913,
"x_coord": 417402.4870213121,
"y_coord": 283954.9194822949,
"latitude": 52.45329,
"longitude": -1.74534
}
The API provides the name and location of the closest airport, alongside its distance from the property being searched for.
Flood Risk
Depending on the specific location you search for, the API response will include the following assessments of flood risk:
England
"england": {
"rivers_and_seas": {
"in_flood_risk_zone": true,
"annual_flood_risk": 0.001,
"flood_risk_description": "Very low",
"nearest_flood_risk_zone": {
"max_annual_flood_risk": 0.001,
"min_annual_flood_risk": null,
"flood_risk_description": "Very low",
"distance": 0,
"nearest_point": null
},
"highest_risk_flood_zone_within_50m": {
"max_annual_flood_risk": 0.001,
"min_annual_flood_risk": null,
"flood_risk_description": "Very low",
"distance": 0,
"nearest_point": null
}
},
Rivers and seas: This outlines the current chance of flooding from rivers and the sea, taking account of flood defences and the condition they are in.
Assessments utilise the results of the Environment Agency's 2024 National Flood Risk Assessment (NaFRA) - undertaken using modelling and local expertise - that splits affected areas into 2m x 2m cells and allocates each one of four flood risk likelihood categories:
- High: each year, there is a chance of flooding of greater than 1 in 30 (3.3%).
- Medium: each year, there is a chance of flooding of between 1 in 30 (3.3%) and 1 in 100 (1%).
- Low: each year, there is a chance of flooding of between 1 in 100 (1%) and 1 in 1000 (0.1%).
- Very Low: each year, there is a chance of flooding of less than 1 in 1000 (0.1%).
You can find out more about the National Flood Risk Assessment here.
Scotland
"scotland": {
"coast": {
"in_flood_risk_zone": false,
"annual_flood_risk": 0,
"flood_risk_description": null,
"nearest_flood_risk_zone": {
"annual_flood_risk": 0.001,
"flood_risk_description": "Low",
"distance": 421.2469221309678,
"nearest_point": {
"x_coord": 326055.0019,
"y_coord": 676052.0011,
"latitude": 55.97174070353001,
"longitude": -3.1863387889073214
}
},
"highest_risk_flood_zone_within_50m": null
},
"rivers": {
"in_flood_risk_zone": false,
"annual_flood_risk": 0,
"flood_risk_description": null,
"nearest_flood_risk_zone": {
"annual_flood_risk": 0.005,
"flood_risk_description": "Medium",
"distance": 350.891721190455,
"nearest_point": {
"x_coord": 325875,
"y_coord": 676070,
"latitude": 55.97187460968184,
"longitude": -3.1892269352515994
}
},
"highest_risk_flood_zone_within_50m": null
},
},
The API utilises the latest flood risk assessments provided by the Scottish Environment Protection Agency (SEPA). These identify locations at risk from coastal and / or river flooding and categorise at-risk locations according to their likelihood of flooding:
- High: Each year this area has a 10% chance of flooding.
- Medium: Each year this area has a 0.5% chance of flooding.
- Low: Each year this area has a 0.1% chance of flooding.
You can find out more about the underlying data here.
Wales
"wales": {
"coast": {
"in_flood_risk_zone": false,
"annual_flood_risk": 0,
"flood_risk_description": null,
"nearest_flood_risk_zone": {
"max_annual_flood_risk": 0.01,
"min_annual_flood_risk": 0.001,
"flood_risk_description": "Low",
"distance": 26.245704515367727,
"nearest_point": {
"x_coord": 317563.999999993,
"y_coord": 173205.999999667,
"latitude": 51.451813266893716,
"longitude": -3.1877535171885167
}
},
"highest_risk_flood_zone_within_50m": {
"max_annual_flood_risk": null,
"min_annual_flood_risk": "0.033",
"flood_risk_description": "High",
"distance": 40.64033743325234,
"nearest_point": {
"x_coord": 317531.599999993,
"y_coord": 173174.879999667,
"latitude": 51.451528788200136,
"longitude": -3.188212433602248
}
}
},
"rivers": {
"in_flood_risk_zone": false,
"annual_flood_risk": 0,
"flood_risk_description": null,
"nearest_flood_risk_zone": {
"max_annual_flood_risk": 0.01,
"min_annual_flood_risk": 0.001,
"flood_risk_description": "Low",
"distance": 62.777570827507915,
"nearest_point": {
"x_coord": 317555.339999993,
"y_coord": 173154.104099667,
"latitude": 51.451345479126445,
"longitude": -3.1878660137358787
}
},
"highest_risk_flood_zone_within_50m": null
},
},
The API utilises the latest flood risk assessments provided by Natural Resources Wales (NRW). These identify locations at risk from coastal and / or river flooding. At-risk areas are categorised according to their likelihood of flooding:
For rivers, surface water and small watercourses:
- High: each year, an area has a chance of flooding of greater than 1 in 30 (3.3%).
- Medium: each year, an area has a chance of flooding of between 1 in 100 (1%) and 1 in 30 (3.3%).
- Low: each year, an area has a chance of flooding of between 1 in 1000 (0.1%) and 1 in 100 (1%).
For the sea:
- High: each year, an area has a chance of flooding of greater than 1 in 30 (3.3%).
- Medium: each year, an area has a chance of flooding of between 1 in 200 (0.5%) and 1 in 30 (3.3%).
- Low: each year, an area has a chance of flooding of between 1 in 1000 (0.1%) and 1 in 200 (0.5%).
You can find out more about the underlying data here.
General features
For each type of flooding, if the location in question is not deemed to be at risk, the API provides details of the nearest flood zone (within 1km for rivers and seas, and within 250m for surface water). If none are found, this will be returned as null.
In addition, the API provides details of the highest risk flood zone within a 50m radius of the point being searched for. If none are found, this will be returned as null.
Note that the approach to assigning risk descriptions (such as 'High' or 'Low') differs between the flood risk datasets covering England, Wales and Scotland. The API presents these as they are used in the underlying datasets.
Note also that flood modelling is inherently uncertain and so the assessments provided should be treated as indicative.
More information about the flood risk associated with a property or location (including surface water and future flood risk) is available through our flood risk endpoint.
Climate
Historical Trends
"climate": {
"historical": {
"average_rainfall": {
"percentile": 66,
"value": 1263.0055349701088
},
"average_sunshine": {
"percentile": 84,
"value": 1636.3958007658357
},
"average_temperature": {
"percentile": 97,
"value": 11.345667787422029
},
"highest_wind_speed": {
"percentile": 85,
"value": 10.214005310997896
},
"maximum_temperature": {
"percentile": 29,
"value": 28.73171401670606
},
"minimum_temperature": {
"percentile": 2,
"value": -5.254552600452478
},
"highest_rainfall": {
"percentile": 64,
"value": 66.82374426267212
}
}
},
The API leverages Met Office climate data to provide assessments of the following:
- Average annual temperature (°C)
- Highest daily temperature (°C)
- Lowest daily temperature (°C)
- Average annual rainfall (mm)
- Highest daily rainfall (mm)
- Average annual sunshine (hours)
- Highest monthly wind speed (metres per second)
Each assessment is based on data covering the past 10 years. UK-wide percentiles are also provided for each measure.
Future Projections
"future_projections": {
"annual_hot_days": {
"baseline_hot_days": 0,
"upper_recent_hot_days": 0.3,
"upper_recent_hot_days_change": 0.3,
"upper_recent_hot_days_change_relative": null,
"lower_recent_hot_days": 0.1,
"lower_recent_hot_days_change": 0.1,
"lower_recent_hot_days_change_relative": null,
"upper_hot_days": 5.19047619,
"upper_hot_days_change": 5.19047619,
"upper_hot_days_change_relative": null,
"lower_hot_days": 0.095238095,
"lower_hot_days_change": 0.095238095,
"lower_hot_days_change_relative": null
},
"maximum_temperature": {
"baseline_maximum_temperature": 25.509312,
"upper_recent_maximum_temperature": 27.399231,
"upper_recent_maximum_temperature_change": 1.889918999999999,
"upper_recent_maximum_temperature_change_relative": 0.07408741560728878,
"lower_recent_maximum_temperature": 26.470892,
"lower_recent_maximum_temperature_change": 0.9615799999999979,
"lower_recent_maximum_temperature_change_relative": 0.03769525418796077,
"upper_maximum_temperature": 32.653145,
"upper_maximum_temperature_change": 7.143833,
"upper_maximum_temperature_change_relative": 0.28004804676817624,
"lower_maximum_temperature": 26.8880199,
"lower_maximum_temperature_change": 1.3787079,
"lower_maximum_temperature_change_relative": 0.05404723969035307
},
"summer_precipitation": {
"baseline_summer_precipitation": 1.8677921,
"upper_recent_summer_precipitation": 2.0855823,
"upper_recent_summer_precipitation_change": 0.21779020000000004,
"upper_recent_summer_precipitation_change_relative": 0.11660302021836373,
"lower_recent_summer_precipitation": 1.7957597,
"lower_recent_summer_precipitation_change": -0.07203239999999989,
"lower_recent_summer_precipitation_change_relative": -0.03856553414055017,
"upper_summer_precipitation": 1.719782669297621,
"upper_summer_precipitation_change": -0.148009430702379,
"upper_summer_precipitation_change_relative": -0.07924299,
"lower_summer_precipitation": 1.7392030003015289,
"lower_summer_precipitation_change": -0.128589099698471,
"lower_summer_precipitation_change_relative": -0.06884551
},
"winter_precipitation": {
"baseline_winter_precipitation": 1.8209614,
"upper_recent_winter_precipitation": 2.1043918,
"upper_recent_winter_precipitation_change": 0.2834304000000001,
"upper_recent_winter_precipitation_change_relative": 0.15564876883167325,
"lower_recent_winter_precipitation": 1.769373,
"lower_recent_winter_precipitation_change": -0.05158839999999998,
"lower_recent_winter_precipitation_change_relative": -0.028330309472787273,
"upper_winter_precipitation": 2.216753241995322,
"upper_winter_precipitation_change": 0.395791841995322,
"upper_winter_precipitation_change_relative": 0.21735323,
"lower_winter_precipitation": 1.8294906633783399,
"lower_winter_precipitation_change": 0.00852926337833988,
"lower_winter_precipitation_change_relative": 0.0046839342
}
}
The API integrates the MetOffice's UK Climate Projections (UKCP18) to provide the following projections:
Annual hot days. The number of days in which the maximum temperature exceeds 30°C that could occur each year. At such temperatures heat related illness, power cuts and transport disruption (due to overheating of infrastructure) become more likely.
Maximum temperature Maximum daily air temperature (°C).
Winter precipitation Average precipitation rates (mm/day) during December, January and February.
Summer precipitation Average precipitation rates (mm/day) during June, July and August.
Projections are based on a high emissions scenario (RCP 8.5) and consider a range of plausible conditions which could occur in the future, namely global warming levels of 1.5°C, 2.0°C, 2.5°C, 3.0°C, 4.0°C above the pre-industrial (1850-1900) period. The range of possible outcomes reflects the uncertainty that is inherent in predicting climatic changes. The larger the difference between the lower and upper projections, the greater the level of uncertainty.
For each measure, the API provides:
-
Values for the 1981-2000 baseline (corresponding to 0.51°C warming).
-
Estimated upper and lower values for the range of plausible future warming levels (1.5°C - 4.0°C), as well as the absolute and percentage change (relative to the baseline) that these represent.
-
Estimated upper and lower values for the recent past (2001-2020), which corresponds to 0.87°C warming.
Note that the world warmed by around 1.1°C between 1850–1900 and 2011–2020.
Social Factors
House Price Index
"house_price_index": {
"date": "2023-01-01T00:00:00.000Z",
"region_name": "City of Bristol",
"average_price": 360121.05857,
"average_price_seasonally_adjusted": null,
"house_price_index": 171.05968937,
"house_price_index_seasonally_adjusted": null,
"percentage_change_1_month": -1.009827488,
"percentage_change_12_months": 9.378850778,
"sales_volume": null,
"average_price_detached": 699934.06154,
"house_price_index_detached": 182.06879481,
"percentage_change_1_month_detached": -0.991331281,
"percentage_change_12_months_detached": 9.0403312638,
"average_price_semi_detached": 456872.69566,
"house_price_index_semi_detached": 182.85886828,
"percentage_change_1_month_semi_detached": -0.743168062,
"percentage_change_12_months_semi_detached": 10.573583072,
"average_price_terraced": 379175.89956,
"house_price_index_terraced": 177.22838818,
"percentage_change_1_month_terraced": -1.019460241,
"percentage_change_12_months_terraced": 10.45797802,
"average_price_flat": 266420.09197,
"house_price_index_flat": 154.84403167,
"percentage_change_1_month_flat": -1.196126293,
"percentage_change_12_months_flat": 6.8662152731,
"average_price_cash": 348634.87022,
"house_price_index_cash": 167.35605634,
"percentage_change_1_month_cash": -1.05760741,
"percentage_change_12_months_cash": 8.6088805822,
"sales_volume_cash": null,
"average_price_mortgage": 363420.00563,
"house_price_index_mortgage": 171.98226394,
"percentage_change_1_month_mortgage": -0.998817979,
"percentage_change_12_months_mortgage": 9.555792018,
"sales_volume_mortgage": null,
"average_price_first_time_buyer": 326628.58385,
"house_price_index_first_time_buyer": 169.50182489,
"percentage_change_1_month_first_time_buyer": -1.0549133,
"percentage_change_12_months_first_time_buyer": 9.3931172373,
"average_price_former_owner_occupier": 401643.23521,
"house_price_index_former_owner_occupier": 173.26602699,
"percentage_change_1_month_former_owner_occupier": -0.960998703,
"percentage_change_12_months_former_owner_occupier": 9.3596050989,
"average_price_new": null,
"house_price_index_new": null,
"percentage_change_1_month_new": null,
"percentage_change_12_months_new": null,
"sales_volume_new": null,
"average_price_existing": null,
"house_price_index_existing": null,
"percentage_change_1_month_existing": null,
"percentage_change_12_months_existing": null,
"sales_volume_existing": null
}
This provides information on monthly property price changes, calculated using data from HM Land Registry, Registers of Scotland, and Land and Property Services Northern Ireland.
Fuel poverty
"fuel_poverty": {
"lower_layer_super_output_area": {
"lower_layer_super_output_area_code": "E01019040",
"lower_layer_super_output_area_name": "Cornwall 041C",
"household_count": 604,
"fuel_poor_household_count": 89,
"fuel_poor_household_percentage": 14.735099337748345
},
"local_authority": {
"local_authority_district_code": "E06000052",
"local_authority_district_name": "Cornwall",
"household_count": 259453,
"fuel_poor_household_count": 36274,
"fuel_poor_household_percentage": 13.980952234123329
},
"region": {
"region_code": "E12000009",
"region_name": "South West",
"household_count": 2537861,
"fuel_poor_household_count": 301799,
"fuel_poor_household_percentage": 11.89186484208552
}
}
The API provides fuel poverty statistics for the relevant region, local authority and LSOA. Note that this is currently only available for properties in England.
Healthcare facilities
"nhs_locations": {
"nearest_hospital": {
"distance": 3855.507140328097,
"azimuth_degrees": 7.688809883895054,
"x_coord": 202776.00404263652,
"y_coord": 51228.13466420173,
"latitude": 50.327884674072266,
"longitude": -4.772349834442139,
"name": "St Austell Community Hospital - Cornwall Partnership NHS Foundation Trust",
"url": "http://www.cornwallft.nhs.uk/hospitals/st-austell/",
"address1": "Porthpean Road",
"address2": null,
"address3": null,
"postcode": "PL26 6AD"
},
"nearest_dentist": {
"distance": 4981.479662508897,
"azimuth_degrees": 346.6113650107945,
"x_coord": 201735.01363578252,
"y_coord": 52351.22206649871,
"latitude": 50.337623596191406,
"longitude": -4.787548065185547,
"name": "St Austell Dental Centre (Whitecross)",
"url": "https://www.mydentist.co.uk/saint-austell-352",
"address1": null,
"address2": "28 East Hill",
"address3": null,
"postcode": "PL25 4TR"
},
"nearest_gp_practice": {
"distance": 5792.289005067789,
"azimuth_degrees": 18.227441564573564,
"x_coord": 203705.96491281464,
"y_coord": 53021.31361573617,
"latitude": 50.344303131103516,
"longitude": -4.7602338790893555,
"name": "St Austell Healthcare - Wheal Northey",
"address1": "1 Wheal Northey",
"address2": null,
"address3": null,
"postcode": "PL25 3EF"
}
}
The API provides the names and locations of the closest NHS hospital, GP practice and dentist, alongside the distance between each and the property.
Defibrillators
"defibrillators": [
{
"distance": 362.966500929541,
"azimuth_degrees": 255.32740644406408,
"x_coord": 201960.12361046992,
"y_coord": 47277.30850928067,
"latitude": 50.292121887207,
"longitude": -4.78172588348389,
"location_name": "Pentewan Village",
"availability": "24/7 Access",
"access_type": "Public"
},
]
The API provides the location of the closest defibrillators (up to 10) within a 1km radius of the property.
Indices of deprivation
"indices_of_deprivation": {
"lsoa_code": "E01004232",
"lsoa_name": "Tower Hamlets 003C",
"local_authority_district_code": "E09000030",
"local_authority_district_name": "Tower Hamlets",
"index_of_multiple_deprivation_score": 20.727,
"index_of_multiple_deprivation_rank": "13752",
"index_of_multiple_deprivation_decile": "5",
"income_score": 0.097,
"income_rank": "16812",
"income_decile": "6",
"employment_score": 0.056,
"employment_rank": "22641",
"employment_decile": "7",
"education_skills_and_training_score": 5.217,
"education_skills_and_training_rank": "27068",
"education_skills_and_training_decile": "9",
"health_deprivation_and_disability_score": -0.46,
"health_deprivation_and_disability_rank": "22894",
"health_deprivation_and_disability_decile": "7",
"crime_score": 1.515,
"crime_rank": "1013",
"crime_decile": "1",
"barriers_to_housing_and_services_score": 24.139,
"barriers_to_housing_and_services_rank": "12002",
"barriers_to_housing_and_services_decile": "4",
"living_environment_score": 44.937,
"living_environment_rank": "2915",
"living_environment_decile": "1",
"income_deprivation_affecting_children_score": 0.153,
"income_deprivation_affecting_children_rank": "13781",
"income_deprivation_affecting_children_decile": "5",
"income_deprivation_affecting_older_people_score": 0.243,
"income_deprivation_affecting_older_people_rank": "7286",
"income_deprivation_affecting_older_people_decile": "3",
"children_and_young_people_sub_domain_score": -0.397,
"children_and_young_people_sub_domain_rank": "22441",
"children_and_young_people_sub_domain_decile": "7",
"adult_skills_sub_domain_score": 0.156,
"adult_skills_sub_domain_rank": "30327",
"adult_skills_sub_domain_decile": "10",
"geographical_barriers_sub_domain_score": -0.916,
"geographical_barriers_sub_domain_rank": "29109",
"geographical_barriers_sub_domain_decile": "9",
"wider_barriers_sub_domain_score": 3.102,
"wider_barriers_sub_domain_rank": "4165",
"wider_barriers_sub_domain_decile": "2",
"indoors_sub_domain_score": 0.193,
"indoors_sub_domain_rank": "13414",
"indoors_sub_domain_decile": "5",
"outdoors_sub_domain_score": 2.268,
"outdoors_sub_domain_rank": "118",
"outdoors_sub_domain_decile": "1",
"total_population_mid_2015_excluding_prisoners": "1791",
"dependent_children_aged_0_15_mid_2015_excluding_prisoners": "295",
"population_aged_16_59_mid_2015_excluding_prisoners": "1330",
"older_population_aged_60_and_over_mid_2015_excluding_prisoners": "166",
"working_age_population_18_59_64_for_use_with_employment_depriva": "1323"
}
Indices of deprivation rank areas from most to least deprived across seven domains. The API provides rankings (out of 32,844) and deciles for the following:
- Income. Measures the proportion of the population experiencing deprivation relating to low income.
- Employment. Measures the proportion of the working age population that is involuntarily excluded from the labour market.
- Education, Skills and Training. Measures the lack of attainment and skills in the local population.
- Health and Disability. Measures the risk of premature death and the impairment of quality of life through poor physical or mental health.
- Crime. Measures the risk of personal and material victimisation at local level.
- Housing and Services. Measures the physical and financial accessibility of housing and local services.
- Living Environment Measures the quality of both the ‘indoor’ and ‘outdoor’ local environment.
In each case, a lower number indicates higher levels of deprivation.
Note that this is currently available for properties in England only.
Energy
Average energy consumption
"average_energy_usage_stats": {
"middle_layer_super_output_area": {
"middle_layer_super_output_area_code": "E02000394",
"electricity_meter_count": 6391,
"mean_electricity_usage": 3897.7722,
"mean_electricity_cost": 1249.9378256599998,
"median_electricity_usage": 2698.5,
"median_electricity_cost": 925.77455,
"gas_meter_count": 2368,
"mean_gas_usage": 10279.344,
"mean_gas_cost": 837.7716455999999,
"median_gas_usage": 8285.126,
"median_gas_cost": 698.3758074
},
"lower_layer_super_output_area": {
"lower_layer_super_output_area_code": "E01035487",
"electricity_meter_count": 904,
"mean_electricity_usage": 2726.0457,
"mean_electricity_cost": 933.22015271,
"median_electricity_usage": 2115.6,
"median_electricity_cost": 768.21668,
"gas_meter_count": 611,
"mean_gas_usage": 9158.9795,
"mean_gas_cost": 759.45816705,
"median_gas_usage": 7356.4526,
"median_gas_cost": 633.46153674
}
},
The API provides statistics on electricity and gas consumption, broken down by Lower Super Output Area (LSOA) and Middle Super Output Area (MSOA).
Retrofit Grants
"retrofit_grants": [
{
"name": "Boiler Upgrade Scheme",
"description": "Grant of up to £7,500 to cover part of the cost of replacing fossil fuel heating systems with a heat pump or biomass boiler.",
"grant_value": 7500,
"url": "https://www.gov.uk/apply-boiler-upgrade-scheme"
},
...
],
The API provides a list of retrofit grants available in the area, alongside their value and the URL of the associated web page.
EPCs
"epcs": {
"epc_country": "England",
"epc_in_date": false,
"epc_age": 341949009814,
"epc_expiry": "2022-09-18T20:35:07.000Z",
...
}
The latest Energy Performance Certificate (EPC) for the property is provided (if available). This is an enhanced version of the raw EPC data provided by the UK or Scottish governments (see here for information about how this has been enhanced).
Note that more information and analysis of a property's EPC is available through the PropEco EPCs endpoint - find out more here.
Note that EPCs for properties in England and Wales differ from those for properties in Scotland, as follows:
Latest Enhanced EPC (England & Wales)
"epc": {
"address": "30, Tynemouth Street",
"address1": "30, Tynemouth Street",
"address2": null,
"address3": null,
"adjusted_costs": {
"heating_cost_current": 1221.7,
"heating_cost_potential": 952.7,
"hot_water_cost_current": 208.1,
"hot_water_cost_potential": 127.8,
"lighting_cost_current": 132.1,
"lighting_cost_potential": 132.1,
"total_fuel_cost_current": 1561.9,
"total_fuel_cost_potential": 1212.6,
"standing_charges": 345
},
"building_reference_number": "8373247578",
"built_form": "Mid-Terrace",
"co2_emissions_current": 4.9,
"co2_emissions_per_floor_area_m2_current": 35,
"co2_emissions_potential": 2.7,
"co2_emissions_reduction_potential": 2.2,
"constituency": "E14000629",
"constituency_label": "Chelsea and Fulham",
"construction_age_band": "1900-1929",
"county": "Greater London Authority",
"dwelling_type": "New dwellings (including conversions and change of use)",
"energy_consumption_per_floor_area_m2_current": 197,
"energy_consumption_per_floor_area_m2_potential": 107,
"energy_efficiency_current": 64,
"energy_efficiency_potential": 78,
"energy_rating_current": "D",
"energy_rating_potential": "C",
"energy_tariff": "Single",
"environmental_impact_current": 55,
"environmental_impact_potential": 72,
"extension_count": 1,
"fixed_lighting_outlet_count": null,
"flat_storey_count": null,
"floor_description": "Suspended, no insulation (assumed)",
"floor_energy_efficiency": null,
"floor_environmental_efficiency": "N/A",
"floor_height": null,
"floor_level": null,
"floor_thermal_transmittance": null,
"floor_type": "suspended",
"glazed_area": "Normal",
"glazed_type": "Double",
"habitable_room_count": 6,
"has_mains_gas": true,
"has_solar_water_heating": false,
"heat_loss_corridor": null,
"heat_pump": false,
"heated_room_count": 6,
"heating_cost_current": 822,
"heating_cost_potential": 641,
"hot_water_cost_current": 140,
"hot_water_cost_potential": 86,
"hot_water_description": "From main system",
"hot_water_energy_efficiency": "Good",
"hot_water_environmental_efficiency": "Good",
"inspection_date": "2018-04-12T23:00:00.000Z",
"is_flat_top_storey": null,
"lighting_cost_current": 85,
"lighting_cost_potential": 85,
"lighting_description": "Low energy lighting in 96% of fixed outlets",
"lighting_energy_efficiency": "Very Good",
"lighting_environmental_efficiency": "Very Good",
"lmk_key": "1623275129962018041317050037478788",
"local_authority": "E09000013",
"local_authority_label": "Hammersmith and Fulham",
"lodgement_date": "2018-04-12T23:00:00.000Z",
"lodgement_datetime": "2018-04-13T16:05:00.000Z",
"low_energy_fixed_light_count": null,
"low_energy_lighting_percentage": 96,
"main_fuel": "Mains gas (not community)",
"main_heating_controls": "2106",
"main_heating_controls_description": "Programmer, room thermostat and TRVs",
"main_heating_controls_energy_efficiency": "Good",
"main_heating_controls_environmental_efficiency": "Good",
"main_heating_description": "Boiler and radiators, mains gas",
"main_heating_energy_efficiency": "Good",
"main_heating_environmental_efficiency": "Good",
"mechanical_ventilation": "Natural",
"multi_glaze_percentage": 100,
"open_fireplace_count": 2,
"post_town": "London",
"postcode": "SW6 2QT",
"property_type": "House",
"report_type": "Standard Assessment Procedure (SAP)",
"roof_description": "Pitched, 300 mm loft insulation",
"roof_energy_efficiency": "Very Good",
"roof_environmental_efficiency": "Very Good",
"roof_photovoltaic_supply": null,
"roof_thermal_transmittance": null,
"roof_type": "pitched",
"second_heating_description": "Room heaters, mains gas",
"tenure": "Owner-Occupied",
"total_energy_consumption_current": 27777,
"total_energy_consumption_potential": 15087,
"total_floor_area": 141,
"transaction_type": "Marketed Sale",
"unheated_corridor_length": null,
"uprn": 34076006,
"uprn_source": "Address Matched",
"walls_description": "Solid brick, as built, no insulation (assumed)",
"walls_energy_efficiency": "Very Poor",
"walls_environmental_efficiency": "Very Poor",
"walls_thermal_transmittance": null,
"walls_type": "solid",
"wind_turbine_count": 0,
"windows_description": "Fully Double Glazed",
"windows_energy_efficiency": "Good",
"windows_environmental_efficiency": "Good"
}
EPCs from England and Wales will be marked as either epc_country="England"
or epc_country="Wales"
.
Latest Enhanced EPC (Scotland)
"epc": {
"address1": "136 Newhaven Road",
"address2": null,
"adjusted_costs": {
"heating_cost_current": 1299.8,
"heating_cost_potential": 999,
"hot_water_cost_current": 195.8,
"hot_water_cost_potential": 124.9,
"lighting_cost_current": 228.9,
"lighting_cost_potential": 116.1,
"total_fuel_cost_current": 1724.5,
"total_fuel_cost_potential": 1240,
"standing_charges": 345
},
"air_tightness_description": null,
"air_tightness_energy_efficiency": null,
"air_tightness_environmental_efficiency": null,
"alternative_improvements": [],
"building_reference_number": "1001366242",
"built_form": "Detached",
"co2_emissions_current": 5.4,
"co2_emissions_per_floor_area_m2_current": 44,
"co2_emissions_potential": 2.9000000000000004,
"co2_emissions_reduction_potential": 2.5,
"constituency": "00QPMD",
"constituency_label": "Forth",
"construction_age_band": "1965-1975",
"created_at": "2017-03-27T23:00:00.000Z",
"data_zone": "S01002294 (East Trinity and Bonnyhaugh)",
"data_zone_2011": "S01008823 (Trinity East and The Dudleys - 03)",
"energy_consumption_per_floor_area_m2_current": 249,
"energy_consumption_per_floor_area_m2_potential": 132,
"energy_cost_current": 1196,
"energy_efficiency_current": 65,
"energy_efficiency_potential": 83,
"energy_rating_current": "D",
"energy_rating_potential": "B",
"energy_saving_potential": 332,
"energy_tariff": "Single",
"environmental_impact_current": 59,
"environmental_impact_potential": 79,
"environmental_rating_current": "D",
"environmental_rating_potential": "C",
"extension_count": 0,
"fixed_lighting_outlet_count": 12,
"flat_storey_count": null,
"floor_description": "Suspended, no insulation (assumed)",
"floor_energy_efficiency": "N/A",
"floor_environmental_efficiency": "N/A",
"floor_height": 2.4,
"floor_level": null,
"floor_thermal_transmittance": null,
"floor_type": "suspended",
"glazed_area": 1,
"glazed_type": null,
"habitable_room_count": 4,
"has_mains_gas": null,
"has_solar_water_heating": false,
"heat_loss_corridor": null,
"heat_pump": false,
"heated_room_count": 4,
"heating_cost_current": 916,
"heating_cost_potential": 704,
"hot_water_cost_current": 138,
"hot_water_cost_potential": 88,
"hot_water_description": "From main system",
"hot_water_energy_efficiency": "Good",
"hot_water_environmental_efficiency": "Good",
"id": 280838,
"impact_cavity_wall_insulation": 0,
"impact_loft_insulation": 0,
"impact_solid_wall_insulation": 0,
"improvements": [
{
"description": "Low energy lighting for all fixed outlets",
"indicative_cost": "£60",
"typical_saving": "61",
"energy_rating_after_improvement": "C 71",
"environmental_rating_after_improvement": "D 66",
"green_deal_eligible": "N"
},
{
"description": "Solar water heating",
"indicative_cost": "£4,000 - £6,000",
"typical_saving": "47",
"energy_rating_after_improvement": "C 72",
"environmental_rating_after_improvement": "D 68",
"green_deal_eligible": "Y"
},
{
"description": "Solar photovoltaic panels, 2.5 kWp",
"indicative_cost": "£5,000 - £8,000",
"typical_saving": "264",
"energy_rating_after_improvement": "B 83",
"environmental_rating_after_improvement": "C 79",
"green_deal_eligible": "Y"
},
{
"description": "Floor insulation (suspended floor)",
"indicative_cost": "£800 - £1,200",
"typical_saving": "123",
"energy_rating_after_improvement": "C 69",
"environmental_rating_after_improvement": "D 64",
"green_deal_eligible": "Y"
},
{
"description": "Replace single glazed windows with low-E double glazed windows",
"indicative_cost": "£3,300 - £6,500",
"typical_saving": "101",
"energy_rating_after_improvement": "C 75",
"environmental_rating_after_improvement": "C 72",
"green_deal_eligible": "Y"
}
],
"inspection_date": "2017-03-24T00:00:00.000Z",
"lighting_cost_current": 142,
"lighting_cost_potential": 72,
"lighting_description": "No low energy lighting",
"lighting_energy_efficiency": "Very Poor",
"lighting_environmental_efficiency": "Very Poor",
"local_authority_label": "Edinburgh City",
"lodgement_date": "2017-03-27T23:00:00.000Z",
"low_energy_fixed_light_count": 0,
"low_energy_lighting_percentage": 0,
"lzc_energy_sources": null,
"main_fuel": "Mains gas (not community)",
"main_heating_category": "Boiler with radiators or underfloor heating",
"main_heating_controls": "2106",
"main_heating_controls_description": "Programmer, room thermostat and TRVs",
"main_heating_controls_energy_efficiency": "Good",
"main_heating_controls_environmental_efficiency": "Good",
"main_heating_description": "Boiler and radiators, mains gas",
"main_heating_energy_efficiency": "Good",
"main_heating_environmental_efficiency": "Good",
"mechanical_ventilation": "Natural",
"multi_glaze_percentage": 0,
"open_fireplace_count": 0,
"post_town": "Edinburgh",
"postcode": "EH6 4NR",
"property_type": "Bungalow",
"roof_description": "Pitched, 200 mm loft insulation",
"roof_energy_efficiency": "Good",
"roof_environmental_efficiency": "Good",
"roof_photovoltaic_supply": "Array: Roof Area: 0%; Connection: not applicable (FGHRS or no PV); |",
"roof_thermal_transmittance": null,
"roof_type": "pitched",
"second_heating_description": null,
"space_heating_demand": 17136,
"tenure": "Owner-Occupied",
"three_year_energy_cost_current": 3588,
"three_year_energy_saving_potential": 996,
"three_year_heating_cost_current": 2748,
"three_year_heating_cost_potential": 2112,
"three_year_hot_water_cost_current": 414,
"three_year_hot_water_cost_potential": 264,
"three_year_lighting_cost_current": 426,
"three_year_lighting_cost_potential": 216,
"total_energy_consumption_current": 30627,
"total_energy_consumption_potential": 16236,
"total_floor_area": 123,
"transaction_type": "None of the Above",
"type_of_assessment": "RdSAP, existing dwelling",
"unheated_corridor_length": null,
"uprn": 906178651,
"walls_description": "Cavity wall, filled cavity",
"walls_energy_efficiency": "Good",
"walls_environmental_efficiency": "Good",
"walls_thermal_transmittance": null,
"walls_type": "cavity",
"water_heating_demand": 2822,
"wind_turbine_count": 0,
"windows_description": "Single Glazed",
"windows_energy_efficiency": "Very Poor",
"windows_environmental_efficiency": "Very Poor"
}
EPCs from Scotland will be marked as epc_country="Scotland"
.
Code Samples
Request
curl \
-X GET \
--header "x-api-key: <API KEY>" \
https://api.propeco.io/properties?uprn=UPRN
const results = await fetch(`https://api.propeco.io/properties?uprn=${uprn}`, {
headers: {
"x-api-key": API_KEY
},
});
const data = await results.json();
Response
{
"uprn": 34076006,
"location": {
"uprn": 34076006,
"x_coord": 526131,
"y_coord": 176355,
"latitude": 51.47211,
"longitude": -0.1853445,
"admin_boundaries": {
"postcode": "SW6 2QT ",
"census_output_area_code": "E00009707",
"county_code": "E13000001",
"county_electoral_division_code": "E99999999",
"local_authority_district_code": "E09000013",
"electoral_area_code": "E05013747",
"health_area_code": "",
"country_code": "E92000001",
"region_code": "E12000007",
"parliamentary_constituency_code": "E14001160",
"european_electoral_region_code": "E15000007",
"travel_to_work_area_code": "E30000234",
"itl_area_code": "E09000013",
"national_park_code": "E65000001",
"census_lower_layer_super_output_area_code": "E01035487",
"census_middle_layer_super_output_area_code": "E02000394",
"census_workplace_zone": "E33033988",
"ccg_lhb_chp_area_code": "E38000256",
"built_up_area_code": "E63004944",
"census_rural_urban_classification": "",
"census_output_area_classification": "",
"local_enterprise_partnership_code": "E37000051",
"local_enterprise_partnership_secondary_code": "",
"police_force_area_code": "E23000001",
"electoral_area_name": "Sands End",
"local_authority_district_name": "Hammersmith and Fulham",
"county_name": "Inner London",
"region_name": "London",
"country_name": "England"
},
},
"planning": {
"conservation_areas": {
"in_conservation_area": true,
"conservation_area": 2273851.360423363,
"conservation_area_proportion": 0.7284610971871451,
"nearest_conservation_area": {
"name": "No data available for publication by HE",
"distance": 0,
"nearest_point": null
}
},
"listed_buildings": {
"nearest_listed_buildings": [
{
"distance": 272.41512439657237,
"x_coord": 525868,
"y_coord": 176426,
"latitude": 51.472806531397,
"longitude": -0.18910416844637482,
"name": "LANGFORD SCHOOL INCLUDING WALL, RAILINGS, GATES AND ENTRANCES, AND FORMER SCHOOL KEEPER'S HOUSE AND SPECIAL SCHOOL",
"grade": "II",
"date_listed": "2009-08-06T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1393408"
},
{
"distance": 404.0792001575929,
"x_coord": 526507,
"y_coord": 176503,
"latitude": 51.47335618299173,
"longitude": -0.17988103993397028,
"name": "CREMORNE BRIDGE, WEST LONDON EXTENSION RAILWAY BRIDGE",
"grade": "II*",
"date_listed": "2008-11-26T00:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1393006"
},
{
"distance": 458.9226514348578,
"x_coord": 526004,
"y_coord": 176796,
"latitude": 51.47610153134201,
"longitude": -0.18701529184615112,
"name": "FORMER LABORATORY AT THE IMPERIAL GAS WORKS",
"grade": "II",
"date_listed": "2007-06-06T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1392024"
},
{
"distance": 475.8875917693169,
"x_coord": 526021,
"y_coord": 176818,
"latitude": 51.476295465129716,
"longitude": -0.1867627986006931,
"name": "OFFICE BUILDING AT THE FORMER IMPERIAL GAS WORKS",
"grade": "II",
"date_listed": "2007-06-06T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1392025"
},
{
"distance": 494.7100160700206,
"x_coord": 526618,
"y_coord": 176442,
"latitude": 51.47278316819499,
"longitude": -0.17830549025813644,
"name": "CREMORNE BRIDGE, WEST LONDON EXTENSION RAILWAY BRIDGE, BATTERSEA",
"grade": "II*",
"date_listed": "2008-11-26T00:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1393005"
},
{
"distance": 495.880025812696,
"x_coord": 525992,
"y_coord": 176831,
"latitude": 51.47641874954568,
"longitude": -0.1871755311638593,
"name": "WAR MEMORIAL",
"grade": "II",
"date_listed": "2007-06-06T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1392026"
},
{
"distance": 564.8964506880885,
"x_coord": 526043,
"y_coord": 176913,
"latitude": 51.477144343651446,
"longitude": -0.18641234280144778,
"name": "Gasholder No 2, Fulham Gasworks",
"grade": "II*",
"date_listed": "1970-05-11T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1261959"
},
{
"distance": 654.1070248820142,
"x_coord": 526747,
"y_coord": 176575,
"latitude": 51.47394959321587,
"longitude": -0.17640147952629376,
"name": "OLD BATTERSEA HOUSE",
"grade": "II*",
"date_listed": "1954-06-27T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1065500"
},
{
"distance": 693.9798267961396,
"x_coord": 525549,
"y_coord": 176733,
"latitude": 51.47563638690693,
"longitude": -0.19358588507184804,
"name": "NOS 71 TO 77 INCLUDING IRON RAILINGS",
"grade": "II",
"date_listed": "1970-05-11T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1192382"
},
{
"distance": 702.7560031760668,
"x_coord": 526776,
"y_coord": 176634,
"latitude": 51.474473338325936,
"longitude": -0.17596300838320084,
"name": "ST MARY'S VICARAGE (INCLUDING RAILINGS AND GATES)",
"grade": "II",
"date_listed": "1954-06-27T23:00:00.000Z",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1299844"
}
]
},
"world_heritage_sites": {
"in_world_heritage_site": false,
"world_heritage_site_area": 0,
"world_heritage_site_proportion": 0,
"nearest_world_heritage_site": {
"name": "Palace of Westminster, Westminster Abbey and St. Margaret's Church",
"inscription_date": "1987-01-01T00:00:00.000Z",
"notes": "Core Area",
"url": "https://historicengland.org.uk/listing/the-list/list-entry/1000095",
"distance": 4821.2320112402185,
"nearest_point": {
"x_coord": 529916.025999069,
"y_coord": 179341.277999882,
"latitude": 51.49809161098811,
"longitude": -0.12978059568154365
}
}
},
"national_parks": {
"in_national_park": false,
"national_park_area": 0,
"national_park_proportion": 0,
"nearest_national_park": {
"name": "South Downs",
"distance": 52414.49214631459,
"nearest_point": {
"x_coord": 496678.7996,
"y_coord": 132997.799000001,
"latitude": 51.088152792361065,
"longitude": -0.6209624707641703
}
}
}
},
"environment": {
"air_quality": {
"benzene": {
"percentile": 99.79404010921759,
"value": 0.6817068
},
"no2": {
"percentile": 99.90388538430153,
"value": 20.37211
},
"nox": {
"percentile": 99.89957003420896,
"value": 30.03811
},
"pm2.5": {
"percentile": 99.8356237470724,
"value": 8.446545
},
"pm10": {
"percentile": 96.75680552994669,
"value": 14.2705
},
"so2": {
"percentile": 98.54808084612246,
"value": 2.842329
}
},
"greenspace": {
"greenspace_area": 240201.38626551873,
"greenspace_proportion": 0.07695198042860393,
"nearest_greenspace_point": {
"distance": 84.52656544909924,
"x_coord": 526210.559426686,
"y_coord": 176326.45113151084,
"latitude": 51.47183565629968,
"longitude": -0.18421000854430938,
"function": "Play Space",
"name": null
}
},
"landslides": [],
"radon": {
"radon_class": 1,
"radon_affected_area": false,
"radon_exceeding_action_level_min_likelihood": 0,
"radon_exceeding_action_level_max_likelihood": 0.01
},
"subsidence": {
"collapsible_deposits": {
"class": 1,
"legend": "Low",
"advisory": "Areas of localised significant rating"
},
"compressible_ground": {
"class": 1,
"legend": "Low",
"advisory": "Areas of localised significant rating."
},
"landslides": {
"class": 1,
"legend": "Low",
"advisory": "Areas of localised significant rating."
},
"running_sand": {
"class": 1,
"legend": "Low",
"advisory": null
},
"shrink_swell": {
"class": 3,
"legend": "Significant",
"advisory": "Areas of localised significant rating."
},
"soluble_rocks": {
"class": 1,
"legend": "Low",
"advisory": null
},
"shrink_swell_2030_medium_emissions": {
"class": "Possible",
"legend": "It is possible that climate change will effect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2030_high_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will affect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2070_high_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will affect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2050_medium_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will effect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
},
"shrink_swell_2080_medium_emissions": {
"class": "Probable",
"legend": "It is probable that climate change will effect clay shrink-swell susceptibility and change the likelihood of ground movement, which causes subsidence."
}
}
},
"transportation": {
"nearest_airport": {
"name": "London City Airport",
"distance": 17145.32305869943,
"azimuth_degrees": 82.41062108844619,
"x_coord": 542798.2557996714,
"y_coord": 180375.5331606007,
"latitude": 51.50428,
"longitude": 0.0561
},
"low_emission_zones": {
"in_low_emission_zone": true,
"low_emission_zone_area": 3121445.1522578397,
"low_emission_zone_proportion": 0.9999999999999996,
"nearest_low_emission_zone": {
"name": "London_ULEZ",
"url": "https://tfl.gov.uk/modes/driving/ultra-low-emission-zone",
"distance": 0,
"nearest_point": null
}
},
"ev_charging_points": {
"nearest_charging_points": [
{
"distance": 24.30039821221211,
"x_coord": 526149.9207485385,
"y_coord": 176370.27343384735,
"latitude": 51.472243,
"longitude": -0.185067,
"name": "Tynemouth Street"
},
{
"distance": 24.933474857828596,
"x_coord": 526121.7213066816,
"y_coord": 176378.1426135921,
"latitude": 51.47232,
"longitude": -0.18547,
"name": "Tynmouth Street"
},
{
"distance": 32.27425018969938,
"x_coord": 526132.8208975578,
"y_coord": 176322.78235664882,
"latitude": 51.47182,
"longitude": -0.18533,
"name": "Lindrop Street"
},
{
"distance": 57.53002049029233,
"x_coord": 526074.6282859455,
"y_coord": 176343.59510883206,
"latitude": 51.47202,
"longitude": -0.18616,
"name": "Lindrop Road"
},
{
"distance": 74.38638767951244,
"x_coord": 526158.5241039438,
"y_coord": 176424.11900597514,
"latitude": 51.472725,
"longitude": -0.184924,
"name": "Elbe Street"
},
{
"distance": 78.5727452136151,
"x_coord": 526076.4215237667,
"y_coord": 176411.5144449725,
"latitude": 51.47263,
"longitude": -0.18611,
"name": "Tynmouth Street"
},
{
"distance": 86.79300552321156,
"x_coord": 526045.0100863599,
"y_coord": 176366.6736162692,
"latitude": 51.472234,
"longitude": -0.186578,
"name": "suby1100007179"
},
{
"distance": 88.85030848083883,
"x_coord": 526114.0300682702,
"y_coord": 176267.7943636034,
"latitude": 51.47133,
"longitude": -0.18562,
"name": "Glenrosa Street"
},
{
"distance": 89.33838258305411,
"x_coord": 526156.1746027804,
"y_coord": 176269.28351075877,
"latitude": 51.471334,
"longitude": -0.185013,
"name": "Townmead Road"
},
{
"distance": 93.43933046138926,
"x_coord": 526148.5119337098,
"y_coord": 176446.79263576184,
"latitude": 51.472931,
"longitude": -0.18506,
"name": "Elbe Street"
}
]
}
},
"flood_risk": {
"england": {
"rivers_and_seas": {
"in_flood_risk_zone": true,
"annual_flood_risk": 0.001,
"flood_risk_description": "Very low",
"nearest_flood_risk_zone": {
"max_annual_flood_risk": 0.001,
"min_annual_flood_risk": null,
"flood_risk_description": "Very low",
"distance": 0,
"nearest_point": null
},
"highest_risk_flood_zone_within_50m": {
"max_annual_flood_risk": 0.001,
"min_annual_flood_risk": null,
"flood_risk_description": "Very low",
"distance": 0,
"nearest_point": null
}
}
},
"scotland": null,
"wales": null
},
"climate": {
"historical": {
"average_rainfall": {
"percentile": 7,
"value": 643.1015536303859
},
"average_sunshine": {
"percentile": 83,
"value": 1632.6448389378938
},
"average_temperature": {
"percentile": 99,
"value": 12.125720497545668
},
"highest_wind_speed": {
"percentile": 1,
"value": 4.291276555464597
},
"maximum_temperature": {
"percentile": 98,
"value": 37.10990368445139
},
"minimum_temperature": {
"percentile": 5,
"value": -5.785413873490777
},
"highest_rainfall": {
"percentile": 19,
"value": 48.361393733333
}
},
"future_projections": {
"annual_hot_days": {
"baseline_hot_days": 2.35,
"upper_recent_hot_days": 8.6,
"upper_recent_hot_days_change": 6.25,
"upper_recent_hot_days_change_relative": 2.6595744680851063,
"lower_recent_hot_days": 5,
"lower_recent_hot_days_change": 2.65,
"lower_recent_hot_days_change_relative": 1.127659574468085,
"upper_hot_days": 42.01666667,
"upper_hot_days_change": 39.66666667,
"upper_hot_days_change_relative": 16.879432625531912,
"lower_hot_days": 8.111904762,
"lower_hot_days_change": 5.761904762,
"lower_hot_days_change_relative": 2.451874366808511
},
"maximum_temperature": {
"baseline_maximum_temperature": 30.932125,
"upper_recent_maximum_temperature": 33.951393,
"upper_recent_maximum_temperature_change": 3.019268000000004,
"upper_recent_maximum_temperature_change_relative": 0.0976094594212329,
"lower_recent_maximum_temperature": 31.84097,
"lower_recent_maximum_temperature_change": 0.9088449999999995,
"lower_recent_maximum_temperature_change_relative": 0.029381912817176302,
"upper_maximum_temperature": 39.080053,
"upper_maximum_temperature_change": 8.147928,
"upper_maximum_temperature_change_relative": 0.26341313440314884,
"lower_maximum_temperature": 32.2955398,
"lower_maximum_temperature_change": 1.3634148,
"lower_maximum_temperature_change_relative": 0.04407763126522992
},
"summer_precipitation": {
"baseline_summer_precipitation": 1.5333035,
"upper_recent_summer_precipitation": 1.6703372,
"upper_recent_summer_precipitation_change": 0.13703370000000015,
"upper_recent_summer_precipitation_change_relative": 0.08937154320719946,
"lower_recent_summer_precipitation": 1.4526435,
"lower_recent_summer_precipitation_change": -0.08065999999999995,
"lower_recent_summer_precipitation_change_relative": -0.052605371343638074,
"upper_summer_precipitation": 1.247986921376225,
"upper_summer_precipitation_change": -0.285316578623775,
"upper_summer_precipitation_change_relative": -0.18607965,
"lower_summer_precipitation": 1.3420656708953749,
"lower_summer_precipitation_change": -0.19123782910462497,
"lower_summer_precipitation_change_relative": -0.12472275
},
"winter_precipitation": {
"baseline_winter_precipitation": 1.6482924,
"upper_recent_winter_precipitation": 1.9676969,
"upper_recent_winter_precipitation_change": 0.31940449999999987,
"upper_recent_winter_precipitation_change_relative": 0.19377902852673462,
"lower_recent_winter_precipitation": 1.6663129,
"lower_recent_winter_precipitation_change": 0.018020499999999995,
"lower_recent_winter_precipitation_change_relative": 0.01093282963629511,
"upper_winter_precipitation": 2.0784026648356564,
"upper_winter_precipitation_change": 0.43011026483565606,
"upper_winter_precipitation_change_relative": 0.26094294,
"lower_winter_precipitation": 1.5973849287850177,
"lower_winter_precipitation_change": -0.0509074712149824,
"lower_winter_precipitation_change_relative": -0.030884976
}
}
},
"social": {
"house_price_index": {
"date": "2025-01-02T00:00:00.000Z",
"region_name": "Hammersmith and Fulham",
"average_price": 734126,
"average_price_seasonally_adjusted": null,
"house_price_index": 87,
"house_price_index_seasonally_adjusted": null,
"percentage_change_1_month": -5,
"percentage_change_12_months": -10.3,
"sales_volume": null,
"average_price_detached": 1623038,
"house_price_index_detached": 85,
"percentage_change_1_month_detached": -4.4,
"percentage_change_12_months_detached": -11.4,
"average_price_semi_detached": 1398509,
"house_price_index_semi_detached": 85.1,
"percentage_change_1_month_semi_detached": -3.4,
"percentage_change_12_months_semi_detached": -11.2,
"average_price_terraced": 1070986,
"house_price_index_terraced": 86,
"percentage_change_1_month_terraced": -5.3,
"percentage_change_12_months_terraced": -11.4,
"average_price_flat": 579393,
"house_price_index_flat": 87.4,
"percentage_change_1_month_flat": -5,
"percentage_change_12_months_flat": -9.9,
"average_price_cash": 733827,
"house_price_index_cash": 87.1,
"percentage_change_1_month_cash": -5,
"percentage_change_12_months_cash": -10.2,
"sales_volume_cash": null,
"average_price_mortgage": 734123,
"house_price_index_mortgage": 86.9,
"percentage_change_1_month_mortgage": -5,
"percentage_change_12_months_mortgage": -10.4,
"sales_volume_mortgage": null,
"average_price_first_time_buyer": 636201,
"house_price_index_first_time_buyer": 87.5,
"percentage_change_1_month_first_time_buyer": -4.9,
"percentage_change_12_months_first_time_buyer": -9.7,
"average_price_former_owner_occupier": 880499,
"house_price_index_former_owner_occupier": 86.1,
"percentage_change_1_month_former_owner_occupier": -5.2,
"percentage_change_12_months_former_owner_occupier": -11.3,
"average_price_new": null,
"house_price_index_new": null,
"percentage_change_1_month_new": null,
"percentage_change_12_months_new": null,
"sales_volume_new": null,
"average_price_existing": null,
"house_price_index_existing": null,
"percentage_change_1_month_existing": null,
"percentage_change_12_months_existing": null,
"sales_volume_existing": null
},
"fuel_poverty": {
"lower_layer_super_output_area": {
"lower_layer_super_output_area_code": "E01035487",
"lower_layer_super_output_area_name": "Hammersmith and Fulham 023H",
"household_count": 797,
"fuel_poor_household_count": 63,
"fuel_poor_household_percentage": 7.9
},
"local_authority": {
"local_authority_district_code": "E09000013",
"local_authority_district_name": "Hammersmith and Fulham",
"household_count": 87606,
"fuel_poor_household_count": 8937,
"fuel_poor_household_percentage": 10.201356071501952
},
"region": {
"region_code": "E12000007",
"region_name": "London",
"household_count": 3683167,
"fuel_poor_household_count": 383768,
"fuel_poor_household_percentage": 10.419511252137086
}
},
"nhs_locations": {
"nearest_hospital": {
"distance": 1381.4277835795324,
"azimuth_degrees": 9.34578984550776,
"x_coord": 526355.3334399035,
"y_coord": 177718.09105674806,
"latitude": 51.484310150146484,
"longitude": -0.18162970244884702,
"name": "Chelsea and Westminster Hospital",
"url": "http://www.chelwest.nhs.uk",
"address1": "369 Fulham Road",
"address2": null,
"address3": null,
"postcode": "SW10 9NH"
},
"nearest_dentist": {
"distance": 681.5908793609101,
"azimuth_degrees": 313.10157105812374,
"x_coord": 525633.340821908,
"y_coord": 176820.72681830527,
"latitude": 51.4764060974121,
"longitude": -0.19234094023704487,
"name": "New Kings Rd Dental Practice",
"url": "http://www.newkingsroaddental.com/",
"address1": "59 New Kings Road",
"address2": "London",
"address3": "London",
"postcode": "SW6 4SE"
},
"nearest_gp_practice": {
"distance": 434.06832576596327,
"azimuth_degrees": 283.72539769194384,
"x_coord": 525709.3269117592,
"y_coord": 176457.9908640936,
"latitude": 51.47312927246094,
"longitude": -0.19137622416019587,
"name": "Sands End Health Clinic",
"address1": "1 BROUGHTON ROAD APPROACH",
"address2": null,
"address3": null,
"postcode": "SW6 2FE"
}
},
"defibrillators": [
{
"distance": 235.07416912822993,
"azimuth_degrees": 61.08598126721924,
"x_coord": 526303.1706507438,
"y_coord": 176515.05352858896,
"latitude": 51.47351,
"longitude": -0.18281,
"location_name": "St George West London",
"availability": "Varied Access",
"access_type": "Restricted"
},
{
"distance": 245.9736845902014,
"azimuth_degrees": 71.2084966660904,
"x_coord": 526344.0110737708,
"y_coord": 176478.00136569107,
"latitude": 51.4731679,
"longitude": -0.1822355,
"location_name": "Tesco Express",
"availability": "Varied Access",
"access_type": "Public"
},
{
"distance": 245.9736845902014,
"azimuth_degrees": 71.2084966660904,
"x_coord": 526344.0110737708,
"y_coord": 176478.00136569107,
"latitude": 51.4731679,
"longitude": -0.1822355,
"location_name": null,
"availability": "24/7 Access",
"access_type": "Public"
},
{
"distance": 247.73214370873944,
"azimuth_degrees": 70.68290278093768,
"x_coord": 526343.9572473392,
"y_coord": 176481.57182084583,
"latitude": 51.4732,
"longitude": -0.182235,
"location_name": "Tesco Express",
"availability": "Varied Access",
"access_type": "Public"
},
{
"distance": 296.9739246713631,
"azimuth_degrees": 162.66725601637975,
"x_coord": 526195.0154642942,
"y_coord": 176065.00770309207,
"latitude": 51.4694895,
"longitude": -0.1845269,
"location_name": null,
"availability": "Varied Access",
"access_type": "Restricted"
},
{
"distance": 296.9739246713631,
"azimuth_degrees": 162.66725601637975,
"x_coord": 526195.0154642942,
"y_coord": 176065.00770309207,
"latitude": 51.4694895,
"longitude": -0.1845269,
"location_name": null,
"availability": "Varied Access",
"access_type": "Restricted"
},
{
"distance": 360.7357203229259,
"azimuth_degrees": 332.1803354451811,
"x_coord": 526009.6531294279,
"y_coord": 176694.7134040912,
"latitude": 51.47519,
"longitude": -0.18697,
"location_name": null,
"availability": "Varied Access",
"access_type": "Restricted"
},
{
"distance": 412.61979435184134,
"azimuth_degrees": 277.85397144271155,
"x_coord": 525726.0143506106,
"y_coord": 176434.00454720808,
"latitude": 51.47291,
"longitude": -0.1911446,
"location_name": "Howdens At Fulham",
"availability": "Varied Access",
"access_type": "Restricted"
},
{
"distance": 418.2963525450163,
"azimuth_degrees": 358.7007552458446,
"x_coord": 526114.7233277552,
"y_coord": 176772.9795551137,
"latitude": 51.47587,
"longitude": -0.18543,
"location_name": "St George West London",
"availability": "24/7 Access",
"access_type": "Public"
},
{
"distance": 432.54243697514346,
"azimuth_degrees": 279.33733272619804,
"x_coord": 525710.1172957504,
"y_coord": 176454.75324078917,
"latitude": 51.4731,
"longitude": -0.191366,
"location_name": null,
"availability": "Varied Access",
"access_type": "Public"
}
]
},
"energy": {
"average_energy_usage_stats": {
"middle_layer_super_output_area": {
"middle_layer_super_output_area_code": "E02000394",
"electricity_meter_count": 6391,
"mean_electricity_usage": 3897.7722,
"mean_electricity_cost": 1249.9378256599998,
"median_electricity_usage": 2698.5,
"median_electricity_cost": 925.77455,
"gas_meter_count": 2368,
"mean_gas_usage": 10279.344,
"mean_gas_cost": 837.7716455999999,
"median_gas_usage": 8285.126,
"median_gas_cost": 698.3758074
},
"lower_layer_super_output_area": {
"lower_layer_super_output_area_code": "E01035487",
"electricity_meter_count": 904,
"mean_electricity_usage": 2726.0457,
"mean_electricity_cost": 933.22015271,
"median_electricity_usage": 2115.6,
"median_electricity_cost": 768.21668,
"gas_meter_count": 611,
"mean_gas_usage": 9158.9795,
"mean_gas_cost": 759.45816705,
"median_gas_usage": 7356.4526,
"median_gas_cost": 633.46153674
}
},
"retrofit_grants": [
{
"name": "Boiler Upgrade Scheme",
"description": "Grant of up to £7,500 to cover part of the cost of replacing fossil fuel heating systems with a heat pump or biomass boiler.",
"grant_value": 7500,
"url": "https://www.gov.uk/apply-boiler-upgrade-scheme"
}
],
"epcs": {
"epc_country": "England",
"epc_in_date": true,
"epc_age": 224298314905,
"epc_expiry": "2028-04-12T23:00:00.000Z",
"epc": {
"address": "30, Tynemouth Street",
"address1": "30, Tynemouth Street",
"address2": null,
"address3": null,
"adjusted_costs": {
"heating_cost_current": 1221.7,
"heating_cost_potential": 952.7,
"hot_water_cost_current": 208.1,
"hot_water_cost_potential": 127.8,
"lighting_cost_current": 132.1,
"lighting_cost_potential": 132.1,
"total_fuel_cost_current": 1561.9,
"total_fuel_cost_potential": 1212.6,
"standing_charges": 345
},
"building_reference_number": "8373247578",
"built_form": "Mid-Terrace",
"co2_emissions_current": 4.9,
"co2_emissions_per_floor_area_m2_current": 35,
"co2_emissions_potential": 2.7,
"co2_emissions_reduction_potential": 2.2,
"constituency": "E14000629",
"constituency_label": "Chelsea and Fulham",
"construction_age_band": "1900-1929",
"county": "Greater London Authority",
"dwelling_type": "New dwellings (including conversions and change of use)",
"energy_consumption_per_floor_area_m2_current": 197,
"energy_consumption_per_floor_area_m2_potential": 107,
"energy_efficiency_current": 64,
"energy_efficiency_potential": 78,
"energy_rating_current": "D",
"energy_rating_potential": "C",
"energy_tariff": "Single",
"environmental_impact_current": 55,
"environmental_impact_potential": 72,
"extension_count": 1,
"fixed_lighting_outlet_count": null,
"flat_storey_count": null,
"floor_description": "Suspended, no insulation (assumed)",
"floor_energy_efficiency": null,
"floor_environmental_efficiency": "N/A",
"floor_height": null,
"floor_level": null,
"floor_thermal_transmittance": null,
"floor_type": "suspended",
"glazed_area": "Normal",
"glazed_type": "Double",
"habitable_room_count": 6,
"has_mains_gas": true,
"has_solar_water_heating": false,
"heat_loss_corridor": null,
"heat_pump": false,
"heated_room_count": 6,
"heating_cost_current": 822,
"heating_cost_potential": 641,
"hot_water_cost_current": 140,
"hot_water_cost_potential": 86,
"hot_water_description": "From main system",
"hot_water_energy_efficiency": "Good",
"hot_water_environmental_efficiency": "Good",
"inspection_date": "2018-04-12T23:00:00.000Z",
"is_flat_top_storey": null,
"lighting_cost_current": 85,
"lighting_cost_potential": 85,
"lighting_description": "Low energy lighting in 96% of fixed outlets",
"lighting_energy_efficiency": "Very Good",
"lighting_environmental_efficiency": "Very Good",
"lmk_key": "1623275129962018041317050037478788",
"local_authority": "E09000013",
"local_authority_label": "Hammersmith and Fulham",
"lodgement_date": "2018-04-12T23:00:00.000Z",
"lodgement_datetime": "2018-04-13T16:05:00.000Z",
"low_energy_fixed_light_count": null,
"low_energy_lighting_percentage": 96,
"main_fuel": "Mains gas (not community)",
"main_heating_controls": "2106",
"main_heating_controls_description": "Programmer, room thermostat and TRVs",
"main_heating_controls_energy_efficiency": "Good",
"main_heating_controls_environmental_efficiency": "Good",
"main_heating_description": "Boiler and radiators, mains gas",
"main_heating_energy_efficiency": "Good",
"main_heating_environmental_efficiency": "Good",
"mechanical_ventilation": "Natural",
"multi_glaze_percentage": 100,
"open_fireplace_count": 2,
"post_town": "London",
"postcode": "SW6 2QT",
"property_type": "House",
"report_type": "Standard Assessment Procedure (SAP)",
"roof_description": "Pitched, 300 mm loft insulation",
"roof_energy_efficiency": "Very Good",
"roof_environmental_efficiency": "Very Good",
"roof_photovoltaic_supply": null,
"roof_thermal_transmittance": null,
"roof_type": "pitched",
"second_heating_description": "Room heaters, mains gas",
"tenure": "Owner-Occupied",
"total_energy_consumption_current": 27777,
"total_energy_consumption_potential": 15087,
"total_floor_area": 141,
"transaction_type": "Marketed Sale",
"unheated_corridor_length": null,
"uprn": 34076006,
"uprn_source": "Address Matched",
"walls_description": "Solid brick, as built, no insulation (assumed)",
"walls_energy_efficiency": "Very Poor",
"walls_environmental_efficiency": "Very Poor",
"walls_thermal_transmittance": null,
"walls_type": "solid",
"wind_turbine_count": 0,
"windows_description": "Fully Double Glazed",
"windows_energy_efficiency": "Good",
"windows_environmental_efficiency": "Good"
}
}
}
}
{
"title": "Property",
"description": "A UK property",
"type": "object",
"properties": {
"uprn": {
"description": "A UK UPRN (unique property reference number)",
"type": "integer"
},
"location": {
"name": "Location",
"description": "Information about the location of the property",
"type": "object",
"properties": {
"uprn": {
"description": "The UPRN of the property",
"type": "integer"
},
"x_coord": {
"description": "The x coordinate of the property (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the property (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the property (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the property (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"admin_boundaries": {
"title": "Admin Boundaries",
"description": "The administrative boundaries that the property is within",
"type": "object",
"properties": {
"postcode": {
"description": "The postcode of the property",
"type": "string"
},
"census_output_area_code": {
"description": "The census output area code of the property",
"type": "string"
},
"county_code": {
"description": "The county code of the property",
"type": "string"
},
"county_electoral_division_code": {
"description": "The county electoral division code of the property",
"type": "string"
},
"local_authority_district_code": {
"description": "The local authority district code of the property",
"type": "string"
},
"electoral_area_code": {
"description": "The electoral area code of the property",
"type": "string"
},
"european_electoral_region_code": {
"description": "The European electoral region code of the property",
"type": "string"
},
"health_area_code": {
"description": "The health area code of the property",
"type": [
"string",
"null"
]
},
"country_code": {
"description": "The country code of the property",
"type": "string"
},
"region_code": {
"description": "The region code of the property",
"type": "string"
},
"parliamentary_constituency_code": {
"description": "The region code of the property",
"type": "string"
},
"travel_to_work_area_code": {
"description": "The travel to work area code of the property",
"type": "string"
},
"itl_area_code": {
"description": "The international territorial level (ITL) code of the property",
"type": "string"
},
"national_park_code": {
"description": "The national park code of the property",
"type": "string"
},
"census_lower_layer_super_output_area_code": {
"description": "The census lower layer super output area code of the property",
"type": "string"
},
"census_middle_layer_super_output_area_code": {
"description": "The census middle layer super output area code of the property",
"type": "string"
},
"census_workplace_zone": {
"description": "The census workplace code of the property",
"type": "string"
},
"ccg_lhb_chp_area_code": {
"description": "The clinical commissioning group (England), local health board (Wales), or community health partnership (Scotland) code of the property",
"type": "string"
},
"built_up_area_code": {
"description": "The built up area code of the property",
"type": [
"string",
"null"
]
},
"census_rural_urban_classification": {
"description": "The census rural urban classification of the property",
"type": [
"string",
"null"
]
},
"census_output_area_classification": {
"description": "The census output area classification of the property",
"type": [
"string",
"null"
]
},
"local_enterprise_partnership_code": {
"description": "The local enterprise partnership code of the property",
"type": "string"
},
"local_enterprise_partnership_secondary_code": {
"description": "The local enterprise partnership secondary code of the property",
"type": [
"string",
"null"
]
},
"police_force_area_code": {
"description": "The police force area code of the property",
"type": "string"
},
"electoral_area_name": {
"description": "The name of the electoral area in which the property resides",
"type": "string"
},
"local_authority_district_name": {
"description": "The name of the local authority district in which the property resides",
"type": "string"
},
"county_name": {
"description": "The name of the county in which the property resides",
"type": [
"string",
"null"
]
},
"region_name": {
"description": "The name of the region in which the property resides",
"type": "string"
},
"country_name": {
"description": "The name of the country in which the property resides",
"type": "string"
}
}
}
}
},
"planning": {
"title": "Planning",
"description": "Information about features nearby the property relating to planning",
"type": "object",
"properties": {
"conservation_areas": {
"title": "Conservation Areas",
"description": "Information about conservation areas around the property",
"type": "object",
"properties": {
"in_conservation_area": {
"description": "Whether the property is in a conservation area",
"type": "boolean"
},
"conservation_area": {
"description": "The amount of conservation area (in m^2) within a 1km radius of the property",
"type": "number",
"minimum": 0,
"maximum": 3141592.65359
},
"conservation_area_proportion": {
"description": "The proportion of conservation area to non-conservation area within a 1km radius of the property",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_conservation_area": {
"description": "The nearest conservation area to the property.",
"type": [
"object",
"null"
],
"properties": {
"name": {
"description": "The name of the conservation area",
"type": "string"
},
"distance": {
"description": "The distance to the nearest conservation area point in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest conservation area point to the property. Will likely be on the edge of a conservation area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest conservation area point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest conservation area point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest conservation area point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest conservation area point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
},
"listed_buildings": {
"title": "Listed Buildings",
"description": "Information about listed buildings around the property",
"type": "object",
"properties": {
"nearest_listed_buildings": {
"description": "A collection of nearby listed buildings around the property (within 1km)",
"type": "array",
"items": {
"description": "A listed building within 1km of the property",
"type": "object",
"properties": {
"distance": {
"description": "The distance from the property in metres",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the listed building (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the listed building (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the listed building (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the listed building (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the listed building",
"type": "string"
},
"grade": {
"description": "The grade of the listed building (I or II)",
"type": "string"
},
"date_listed": {
"description": "The date that the building was listed on",
"type": "string"
},
"url": {
"description": "A URL to a listing page for the building",
"type": "string"
}
}
}
}
}
},
"world_heritage_sites": {
"title": "World Heritage Sites",
"description": "Information about nearby world heritage sites around the property",
"type": "object",
"properties": {
"in_world_heritage_site": {
"description": "Whether the property is in a world heritage site",
"type": "boolean"
},
"world_heritage_site_area": {
"description": "The amount of world heritage site area (in m^2) within a 1km radius of the property",
"type": "number",
"minimum": 0,
"maximum": 3141592.65359
},
"world_heritage_site_proportion": {
"description": "The proportion of world heritage site to non-world heritage site within a 1km radius of the property",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_world_heritage_site": {
"description": "The nearest world heritage siteto the location.",
"type": [
"object",
"null"
],
"properties": {
"name": {
"description": "The name of the world heritage site",
"type": "string"
},
"inscription_date": {
"description": "The date that the world heritage site was inscribed on",
"type": "string"
},
"notes": {
"description": "Notes about the world heritage site",
"type": [
"string",
"null"
]
},
"url": {
"description": "A URL to a listing page for the world heritage site",
"type": "string"
},
"distance": {
"description": "The distance to the nearest world heritage site point in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest world heritage site point to the property. Will likely be on the edge of a world heritage site",
"type": "object",
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest world heritage site point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest world heritage site point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest world heritage site point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest world heritage site point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the world heritage site",
"type": "string"
},
"inscrdate": {
"description": "The date that the world heritage site was inscribed on",
"type": "string"
},
"notes": {
"description": "Notes about the world heritage site",
"type": [
"string",
"null"
]
},
"url": {
"description": "A URL to a listing page for the world heritage site",
"type": "string"
}
}
}
}
}
}
},
"national_parks": {
"title": "National Parks",
"description": "Information about nearby national parks around the property",
"type": "object",
"properties": {
"in_national_park": {
"description": "Whether the property is in a national park",
"type": "boolean"
},
"national_park_area": {
"description": "The amount of national park area (in m^2) within a 1km radius of the property",
"type": "number",
"minimum": 0,
"maximum": 3141592.65359
},
"national_park_proportion": {
"description": "The proportion of national park to non-national park within a 1km radius of the property",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_national_park": {
"description": "The nearest national park to the property",
"type": [
"object",
"null"
],
"properties": {
"name": {
"description": "The name of the national park",
"type": "string"
},
"distance": {
"description": "The distance to the nearest national park point in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest national park point to the property. Will likely be on the edge of a national park",
"type": "object",
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest national park point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest national park point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest national park point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest national park point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
}
}
},
"environment": {
"title": "Environment",
"description": "Information about the environment around the property",
"type": "object",
"properties": {
"greenspace": {
"title": "Greenspace",
"description": "Information about the greenspace coverage around the location",
"type": "object",
"properties": {
"greenspace_area": {
"description": "The area of greenspace (in m^2) within a 1km radius of the location",
"type": "number",
"minimum": 0,
"maximum": 3141592.65359
},
"greenspace_proportion": {
"description": "The proportion of greenspace to non-greenspace within a 1km radius of the location",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_greenspace_point": {
"description": "The nearest point of greenspace to the location. Will likely be on the edge of a greenspace area",
"type": "object",
"properties": {
"distance": {
"description": "The distance to the nearest greenspace point in metres",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the nearest greenspace point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest greenspace point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest greenspace point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest greenspace point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"function": {
"description": "The function of the greenspace (e.g. park, woodland, etc.)",
"type": "string"
},
"name": {
"description": "The name of the greenspace",
"type": [
"string",
"null"
]
}
}
}
}
},
"landslides": {
"title": "Landslides",
"description": "A list of landslides within 1km of the property",
"type": "array",
"items": {
"description": "A landslide within 1km of the property",
"type": "object",
"properties": {
"distance": {
"description": "The distance from the property in metres",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the landslide (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the landslide (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the landslide (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the landslide (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the landslide",
"type": "string"
}
}
}
},
"air_quality": {
"name": "Air Quality",
"description": "Information about air quality around the location",
"type": "object",
"properties": {
"benzene": {
"description": "Average Benzene concentration information for the surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "number"
},
"value": {
"description": "The benzene concentration value",
"type": "number"
}
}
},
"no2": {
"description": "Average NO2 (Nitrogen Dioxide) concentration information for the surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "number"
},
"value": {
"description": "The NO2 concentration value",
"type": "number"
}
}
},
"nox": {
"description": "Average NOx (Nitrous Oxides) concentration information for the surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "number"
},
"value": {
"description": "The NOx concentration value",
"type": "number"
}
}
},
"pm10": {
"description": "Average PM10 (Particulate matter less than 10 micrometres in diameter) concentration information for the surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "number"
},
"value": {
"description": "The PM10 concentration value",
"type": "number"
}
}
},
"pm2.5": {
"description": "Average PM2.5 (Particulate matter less than 2.5 micrometres in diameter) concentration information for the surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "number"
},
"value": {
"description": "The PM2.5 concentration value",
"type": "number"
}
}
},
"so2": {
"description": "Average SO2 (Sulphur Dioxide) concentration information for the surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "number"
},
"value": {
"description": "The SO2 concentration value",
"type": "number"
}
}
}
}
},
"radon": {
"title": "Radon",
"description": "Information about radon levels around the property",
"type": "object",
"properties": {
"radon_class": {
"description": "The radon class of the property",
"type": "integer",
"minimum": 1,
"maximum": 6
},
"radon_affected_area": {
"description": "true if the property is in a radon affected area, false otherwise",
"type": "boolean"
},
"radon_exceeding_action_level_min_likelihood": {
"description": "The minimum likelihood of radon exceeding the action level",
"type": "number",
"minimum": 0,
"maximum": 1
},
"radon_exceeding_action_level_max_likelihood": {
"description": "The maximum likelihood of radon exceeding the action level",
"type": "number",
"minimum": 0,
"maximum": 1
}
}
},
"subsidence": {
"title": "Subsidence",
"description": "Information about subsidence around the location",
"type": "object",
"properties": {
"collapsible_deposits": {
"description": "Information about collapsible deposits around the location",
"type": "object",
"properties": {
"class": {
"description": "The collapsible deposits class of the location",
"type": "number"
},
"legend": {
"description": "A description of the collapsible deposits class",
"type": "string"
},
"advisory": {
"description": "A description of the advisory for the collapsible deposits class",
"type": [
"string",
"null"
]
}
}
},
"compressible_ground": {
"description": "Information about compressible ground around the location",
"type": "object",
"properties": {
"class": {
"description": "The compressible ground class of the location",
"type": "number"
},
"legend": {
"description": "A description of the compressible ground class",
"type": "string"
},
"advisory": {
"description": "A description of the advisory for the compressible ground class",
"type": [
"string",
"null"
]
}
}
},
"landslides": {
"description": "Information about landslides around the location",
"type": "object",
"properties": {
"class": {
"description": "The landslides class of the location",
"type": "number"
},
"legend": {
"description": "A description of the landslides class",
"type": "string"
},
"advisory": {
"description": "A description of the advisory for the landslides class",
"type": [
"string",
"null"
]
}
}
},
"running_sand": {
"description": "Information about running sand around the location",
"type": "object",
"properties": {
"class": {
"description": "The running sand class of the location",
"type": "number"
},
"legend": {
"description": "A description of the running sand class",
"type": "string"
},
"advisory": {
"description": "A description of the advisory for the running sand class",
"type": [
"string",
"null"
]
}
}
},
"shrink_swell": {
"description": "Information about shrink swell around the location",
"type": "object",
"properties": {
"class": {
"description": "The shrink swell class of the location",
"type": "number"
},
"legend": {
"description": "A description of the shrink swell class",
"type": "string"
},
"advisory": {
"description": "A description of the advisory for the shrink swell class",
"type": [
"string",
"null"
]
}
}
},
"soluble_rocks": {
"description": "Information about soluble rocks around the location",
"type": "object",
"properties": {
"class": {
"description": "The soluble rocks class of the location",
"type": "number"
},
"legend": {
"description": "A description of the soluble rocks class",
"type": "string"
},
"advisory": {
"description": "A description of the advisory for the soluble rocks class",
"type": [
"string",
"null"
]
}
}
},
"shrink_swell_2050_medium_emissions": {
"description": "Information about shrink swell around the location in 2050 with medium emissions",
"type": "object",
"properties": {
"class": {
"description": "The shrink swell class of the location",
"type": "string"
},
"legend": {
"description": "A description of the shrink swell class",
"type": "string"
}
}
},
"shrink_swell_2030_high_emissions": {
"description": "Information about shrink swell around the location in 2030 with high emissions",
"type": "object",
"properties": {
"class": {
"description": "The shrink swell class of the location",
"type": "string"
},
"legend": {
"description": "A description of the shrink swell class",
"type": "string"
}
}
},
"shrink_swell_2070_high_emissions": {
"description": "Information about shrink swell around the location in 2070 with high emissions",
"type": "object",
"properties": {
"class": {
"description": "The shrink swell class of the location",
"type": "string"
},
"legend": {
"description": "A description of the shrink swell class",
"type": "string"
}
}
},
"shrink_swell_2030_medium_emissions": {
"description": "Information about shrink swell around the location in 2030 with medium emissions",
"type": "object",
"properties": {
"class": {
"description": "The shrink swell class of the location",
"type": "string"
},
"legend": {
"description": "A description of the shrink swell class",
"type": "string"
}
}
},
"shrink_swell_2080_medium_emissions": {
"description": "Information about shrink swell around the location in 2080 with medium emissions",
"type": "object",
"properties": {
"class": {
"description": "The shrink swell class of the location",
"type": "string"
},
"legend": {
"description": "A description of the shrink swell class",
"type": "string"
}
}
}
}
}
}
},
"transportation": {
"name": "Transportation",
"description": "Information about transportation around the location",
"type": "object",
"properties": {
"nearest_airport": {
"title": "Nearest Airport",
"description": "The nearest airport to the location",
"type": [
"object",
"null"
],
"properties": {
"name": {
"description": "The name of the airport",
"type": "string"
},
"distance": {
"description": "The distance to the airport from the location, in metres",
"type": "number"
},
"azimuth_degrees": {
"description": "The azimuth of the airport in relation to the location, in degrees",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
},
"low_emission_zones": {
"title": "Low Emission Zones",
"description": "Information about nearby low emission zones around the location",
"type": [
"object",
"null"
],
"properties": {
"in_low_emission_zone": {
"description": "Whether the location is in a low emission zone",
"type": "boolean"
},
"low_emission_zone_area": {
"description": "The amount of low emission zone area (in m^2) within a 1km radius of the location",
"type": "number",
"minimum": 0,
"maximum": 3141592.65359
},
"low_emission_zone_proportion": {
"description": "The proportion of low emission zone to non-low emission zone within a 1km radius of the location",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_low_emission_zone": {
"description": "The nearest low emission zone to the location.",
"type": [
"object",
"null"
],
"properties": {
"name": {
"description": "The name of the low emission zone",
"type": "string"
},
"url": {
"description": "A URL to a page for the low emission zone",
"type": "string"
},
"distance": {
"description": "The distance to the nearest low emission zone point in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest low emission zone point to the location. Will likely be on the edge of a low emission zone",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest low emission zone point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest low emission zone point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest low emission zone point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest low emission zone point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
},
"ev_charging_points": {
"title": "EV Charging Points",
"description": "Information about EV charging points around the location",
"type": [
"object",
"null"
],
"properties": {
"nearest_ev_charging_points": {
"title": "EV Charging Points",
"description": "A list of EV charging points within 1km of the location",
"type": "array",
"items": {
"description": "An EV charging point within 1km of the location",
"type": "object",
"properties": {
"distance": {
"description": "The distance from the location in metres",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the EV charging point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the EV charging point (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the EV charging point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the EV charging point (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the EV charging point",
"type": "string"
}
}
}
}
}
}
}
},
"flood_risk": {
"title": "Flood Risk",
"description": "Information about flood risks around the property",
"type": "object",
"properties": {
"england": {
"description": "England-specific information about flood risks around the property",
"type": [
"object",
"null"
],
"properties": {
"rivers_and_seas": {
"description": "Information about flood risks from rivers and seas",
"type": "object",
"properties": {
"in_flood_risk_zone": {
"description": "Whether the property is in a flood risk zone",
"type": "boolean"
},
"annual_flood_risk": {
"description": "The annual flood risk from rivers and seas as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level",
"type": [
"string",
"null"
]
},
"nearest_flood_risk_zone": {
"description": "The nearest flood risk zone to the location",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers and seas to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
},
"highest_risk_flood_zone_within_50m": {
"description": "The highest risk flood zone within 50m of the property",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers and seas to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
}
}
},
"scotland": {
"description": "Scotland-specific information about flood risks around the property",
"type": [
"object",
"null"
],
"properties": {
"coast": {
"description": "Information about flood risks from coast",
"type": "object",
"properties": {
"in_flood_risk_zone": {
"description": "Whether the property is in a flood risk zone",
"type": "boolean"
},
"annual_flood_risk": {
"description": "The annual flood risk from coast as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_flood_risk_zone": {
"description": "The nearest flood risk zone to the location",
"type": [
"object",
"null"
],
"properties": {
"annual_flood_risk": {
"description": "The annual flood risk from coast for this point as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_point": {
"description": "The nearest point of flood risk from coast to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"distance": {
"description": "The distance to the nearest point of flood risk from coast in metres",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from coast (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from coast (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from coast (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from coast (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
},
"highest_risk_flood_zone_within_50m": {
"description": "The highest risk flood zone within 50m of the property",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers and seas to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
}
}
},
"rivers": {
"description": "Information about flood risks from rivers",
"type": "object",
"properties": {
"in_flood_risk_zone": {
"description": "Whether the property is in a flood risk zone",
"type": "boolean"
},
"annual_flood_risk": {
"description": "The annual flood risk from rivers as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_flood_risk_zone": {
"description": "The nearest flood risk zone to the location",
"type": [
"object",
"null"
],
"properties": {
"annual_flood_risk": {
"description": "The annual flood risk from rivers for this point as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"distance": {
"description": "The distance to the nearest point of flood risk from rivers in metres",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
},
"highest_risk_flood_zone_within_50m": {
"description": "The highest risk flood zone within 50m of the property",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers and seas to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
}
}
},
"wales": {
"description": "Wales-specific information about flood risks around the property",
"type": [
"object",
"null"
],
"properties": {
"rivers": {
"description": "Information about flood risks from rivers",
"type": "object",
"properties": {
"in_flood_risk_zone": {
"description": "Whether the property is in a flood risk zone",
"type": "boolean"
},
"annual_flood_risk": {
"description": "The annual flood risk from rivers as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level",
"type": [
"string",
"null"
]
},
"nearest_flood_risk_zone": {
"description": "The nearest flood risk zone to the location",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
},
"highest_risk_flood_zone_within_50m": {
"description": "The highest risk flood zone within 50m of the property",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers and seas to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
},
"coast": {
"description": "Information about flood risks from coast",
"type": "object",
"properties": {
"in_flood_risk_zone": {
"description": "Whether the property is in a flood risk zone",
"type": "boolean"
},
"annual_flood_risk": {
"description": "The annual flood risk from coast as a proportion",
"type": "number",
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level",
"type": [
"string",
"null"
]
},
"nearest_flood_risk_zone": {
"description": "The nearest flood risk zone to the location",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from coast for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from coast for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from coast to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from coast (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from coast (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from coast (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from coast (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
},
"highest_risk_flood_zone_within_50m": {
"description": "The highest risk flood zone within 50m of the property",
"type": [
"object",
"null"
],
"properties": {
"max_annual_flood_risk": {
"description": "The maximum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"min_annual_flood_risk": {
"description": "The minimum annual flood risk from rivers and seas for this point as a proportion",
"type": [
"number",
"null"
],
"minimum": 0,
"maximum": 1
},
"flood_risk_description": {
"description": "A text description of the flood risk level for this point",
"type": "string"
},
"distance": {
"description": "The distance to the nearest flood risk zone in metres",
"type": "number"
},
"nearest_point": {
"description": "The nearest point of flood risk from rivers and seas to the property. Will likely be on the edge of a flood risk area",
"type": [
"object",
"null"
],
"properties": {
"x_coord": {
"description": "The x coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the nearest point of flood risk from rivers and seas (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the nearest point of flood risk from rivers and seas (WGS84/EPSG:4326 coordinate system)",
"type": "number"
}
}
}
}
}
}
}
}
}
}
},
"climate": {
"name": "Climate",
"description": "Information about climate around the property",
"type": "object",
"properties": {
"historical": {
"name": "Climate (Historical)",
"description": "Historical data about climate around the property",
"type": "object",
"properties": {
"average_temperature": {
"description": "Average annual temperature information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The average temperature value",
"type": "number"
}
}
},
"maximum_temperature": {
"description": "Maximum annual temperature information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The maximum temperature value",
"type": "number"
}
}
},
"minimum_temperature": {
"description": "Minimum annual temperature information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The minimum temperature value",
"type": "number"
}
}
},
"average_rainfall": {
"description": "Average rainfall information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The average rainfall value",
"type": "number"
}
}
},
"highest_rainfall": {
"description": "Highest rainfall information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The highest rainfall value",
"type": "number"
}
}
},
"average_sunshine": {
"description": "Average sunshine information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The average sunshine value",
"type": "number"
}
}
},
"highest_wind_speed": {
"description": "Highest wind speed information about surrounding area",
"type": "object",
"properties": {
"percentile": {
"description": "The percentile of this area compared to the rest of the UK",
"type": "integer"
},
"value": {
"description": "The highest wind speed value",
"type": "number"
}
}
}
}
},
"future_projections": {
"name": "Climate (Future Projections)",
"description": "Future projection data for the climate around the location",
"type": "object",
"properties": {
"annual_hot_days": {
"description": "Future projection data for annual hot days around the location",
"type": "object",
"properties": {
"baseline_hot_days": {
"description": "The number of annual hot days in the baseline period (1981-2000)",
"type": "number"
},
"upper_recent_hot_days": {
"description": "The upper bound of the recent number of annual hot days (as of 2020)",
"type": "number"
},
"upper_recent_hot_days_change": {
"description": "The upper bound of the change in annual hot days in the recent period (as of 2020)",
"type": "number"
},
"upper_recent_hot_days_change_relative": {
"description": "The upper bound of the relative change in annual hot days in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"lower_recent_hot_days": {
"description": "The lower bound of the recent number of annual hot days (as of 2020)",
"type": "number"
},
"lower_recent_hot_days_change": {
"description": "The lower bound of the change in annual hot days in the recent period (as of 2020)",
"type": "number"
},
"lower_recent_hot_days_change_relative": {
"description": "The lower bound of the relative change in annual hot days in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"upper_hot_days": {
"description": "The upper bound of the number of annual hot days in a 4 degree warming scenario",
"type": "number"
},
"upper_hot_days_change": {
"description": "The change in annual hot days in the upper bound of a 4 degree warming scenario",
"type": "number"
},
"upper_hot_days_change_relative": {
"description": "The relative change in annual hot days in the upper bound of a 4 degree warming scenario",
"type": [
"number",
"null"
]
},
"lower_hot_days": {
"description": "The lower bound of the number of annual hot days in a 1.5 degree warming scenario",
"type": "number"
},
"lower_hot_days_change": {
"description": "The change in annual hot days in the lower bound of a 1.5 degree warming scenario",
"type": "number"
},
"lower_hot_days_change_relative": {
"description": "The relative change in annual hot days in the lower bound of a 1.5 degree warming scenario",
"type": [
"number",
"null"
]
}
}
},
"maximum_temperature": {
"description": "Future projection data for annual maximum temperature around the location",
"type": "object",
"properties": {
"baseline_maximum_temperature": {
"description": "The annual maximum temperature in the baseline period (1981-2000)",
"type": "number"
},
"upper_recent_maximum_temperature": {
"description": "The upper bound of the recent maximum temperature (as of 2020)",
"type": "number"
},
"upper_recent_maximum_temperature_change": {
"description": "The upper bound of the change in maximum temperature in the recent period (as of 2020)",
"type": "number"
},
"upper_recent_maximum_temperature_change_relative": {
"description": "The upper bound of the relative change in maximum temperature in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"lower_recent_maximum_temperature": {
"description": "The lower bound of the recent maximum temperature (as of 2020)",
"type": "number"
},
"lower_recent_maximum_temperature_change": {
"description": "The lower bound of the change in maximum temperature in the recent period (as of 2020)",
"type": "number"
},
"lower_recent_maximum_temperature_change_relative": {
"description": "The lower bound of the relative change in maximum temperature in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"upper_maximum_temperature": {
"description": "The upper bound of the maximum temperature in a 4 degree warming scenario",
"type": "number"
},
"upper_maximum_temperature_change": {
"description": "The change in maximum temperature in the upper bound of a 4 degree warming scenario",
"type": "number"
},
"upper_maximum_temperature_change_relative": {
"description": "The relative change in maximum temperature in the upper bound of a 4 degree warming scenario",
"type": [
"number",
"null"
]
},
"lower_maximum_temperature": {
"description": "The lower bound of the maximum temperature in a 1.5 degree warming scenario",
"type": "number"
},
"lower_maximum_temperature_change": {
"description": "The change in maximum temperature in the lower bound of a 1.5 degree warming scenario",
"type": "number"
},
"lower_maximum_temperature_change_relative": {
"description": "The relative change in maximum temperature in the lower bound of a 1.5 degree warming scenario",
"type": [
"number",
"null"
]
}
}
},
"summer_precipitation": {
"description": "Future projection data for annual summer precipitation around the location",
"type": "object",
"properties": {
"baseline_summer_precipitation": {
"description": "The annual maximum temperature in the baseline period (1981-2000)",
"type": "number"
},
"upper_recent_summer_precipitation": {
"description": "The upper bound of the recent summer precipitation (as of 2020)",
"type": "number"
},
"upper_recent_summer_precipitation_change": {
"description": "The upper bound of the change in summer precipitation in the recent period (as of 2020)",
"type": "number"
},
"upper_recent_summer_precipitation_change_relative": {
"description": "The upper bound of the relative change in summer precipitation in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"lower_recent_summer_precipitation": {
"description": "The lower bound of the recent summer precipitation (as of 2020)",
"type": "number"
},
"lower_recent_summer_precipitation_change": {
"description": "The lower bound of the change in summer precipitation in the recent period (as of 2020)",
"type": "number"
},
"lower_recent_summer_precipitation_change_relative": {
"description": "The lower bound of the relative change in summer precipitation in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"upper_summer_precipitation": {
"description": "The upper bound of the summer precipitation in a 4 degree warming scenario",
"type": "number"
},
"upper_summer_precipitation_change": {
"description": "The change in summer precipitation in the upper bound of a 4 degree warming scenario",
"type": "number"
},
"upper_summer_precipitation_change_relative": {
"description": "The relative change in summer precipitation in the upper bound of a 4 degree warming scenario",
"type": [
"number",
"null"
]
},
"lower_summer_precipitation": {
"description": "The lower bound of the summer precipitation in a 1.5 degree warming scenario",
"type": "number"
},
"lower_summer_precipitation_change": {
"description": "The change in summer precipitation in the lower bound of a 1.5 degree warming scenario",
"type": "number"
},
"lower_summer_precipitation_change_relative": {
"description": "The relative change in summer precipitation in the lower bound of a 1.5 degree warming scenario",
"type": [
"number",
"null"
]
}
}
},
"winter_precipitation": {
"description": "Future projection data for annual winter precipitation around the location",
"type": "object",
"properties": {
"baseline_winter_precipitation": {
"description": "The annual maximum temperature in the baseline period (1981-2000)",
"type": "number"
},
"upper_recent_winter_precipitation": {
"description": "The upper bound of the recent winter precipitation (as of 2020)",
"type": "number"
},
"upper_recent_winter_precipitation_change": {
"description": "The upper bound of the change in winter precipitation in the recent period (as of 2020)",
"type": "number"
},
"upper_recent_winter_precipitation_change_relative": {
"description": "The upper bound of the relative change in winter precipitation in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"lower_recent_winter_precipitation": {
"description": "The lower bound of the recent winter precipitation (as of 2020)",
"type": "number"
},
"lower_recent_winter_precipitation_change": {
"description": "The lower bound of the change in winter precipitation in the recent period (as of 2020)",
"type": "number"
},
"lower_recent_winter_precipitation_change_relative": {
"description": "The lower bound of the relative change in winter precipitation in the recent period (as of 2020)",
"type": [
"number",
"null"
]
},
"upper_winter_precipitation": {
"description": "The upper bound of the winter precipitation in a 4 degree warming scenario",
"type": "number"
},
"upper_winter_precipitation_change": {
"description": "The change in winter precipitation in the upper bound of a 4 degree warming scenario",
"type": "number"
},
"upper_winter_precipitation_change_relative": {
"description": "The relative change in winter precipitation in the upper bound of a 4 degree warming scenario",
"type": [
"number",
"null"
]
},
"lower_winter_precipitation": {
"description": "The lower bound of the winter precipitation in a 1.5 degree warming scenario",
"type": "number"
},
"lower_winter_precipitation_change": {
"description": "The change in winter precipitation in the lower bound of a 1.5 degree warming scenario",
"type": "number"
},
"lower_winter_precipitation_change_relative": {
"description": "The relative change in winter precipitation in the lower bound of a 1.5 degree warming scenario, as a proportion between -1 and 1",
"type": [
"number",
"null"
]
}
}
}
}
}
}
},
"social": {
"title": "Social",
"description": "Information about social factors around the location",
"type": "object",
"properties": {
"house_price_index": {
"description": "Information about house price indices for the surrounding area",
"type": "object",
"properties": {
"date": {
"description": "The date that data was last retrieved",
"type": "string"
},
"region_name": {
"description": "The name of the region",
"type": "string"
},
"average_price": {
"description": "The average price for the region",
"type": [
"number",
"null"
]
},
"average_price_seasonally_adjusted": {
"description": "The average price for the region, seasonally adjusted",
"type": [
"number",
"null"
]
},
"house_price_index": {
"description": "The house price index for the region",
"type": [
"number",
"null"
]
},
"house_price_index_seasonally_adjusted": {
"description": "The house price index for the region, seasonally adjusted",
"type": [
"number",
"null"
]
},
"percentage_change_1_month": {
"description": "The percentage change in house price over 1 month",
"type": [
"number",
"null"
]
},
"percentage_change_12_months": {
"description": "The percentage change in house price over 12 months",
"type": [
"number",
"null"
]
},
"sales_volume": {
"description": "The sales volume for the region",
"type": [
"number",
"null"
]
},
"average_price_detached": {
"description": "The average price of a detached house for the region",
"type": [
"number",
"null"
]
},
"house_price_index_detached": {
"description": "The house price index of a detached house for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_detached": {
"description": "The percentage change for a detached house over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_detached": {
"description": "The percentage change for a detached house over 12 months for the region",
"type": [
"number",
"null"
]
},
"average_price_semi_detached": {
"description": "The average price of a semi-detached house for the region",
"type": [
"number",
"null"
]
},
"house_price_index_semi_detached": {
"description": "The house price index of a semi-detached house for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_semi_detached": {
"description": "The percentage change for a semi-detached house over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_semi_detached": {
"description": "The percentage change for a semi-detached house over 12 months for the region",
"type": [
"number",
"null"
]
},
"average_price_terraced": {
"description": "The average price of a terraced house for the region",
"type": [
"number",
"null"
]
},
"house_price_index_terraced": {
"description": "The house price index of a terraced house for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_terraced": {
"description": "The percentage change for a terraced house over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_terraced": {
"description": "The percentage change for a terraced house over 12 months for the region",
"type": [
"number",
"null"
]
},
"average_price_flat": {
"description": "The average price of a flat for the region",
"type": [
"number",
"null"
]
},
"house_price_index_flat": {
"description": "The house price index of a flat for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_flat": {
"description": "The percentage change for a flat over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_flat": {
"description": "The percentage change for a flat over 12 months for the region",
"type": [
"number",
"null"
]
},
"average_price_cash": {
"description": "The average price of purchases made in cash for the region",
"type": [
"number",
"null"
]
},
"house_price_index_cash": {
"description": "The house price index of purchases made in cash for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_cash": {
"description": "The percentage change for purchases made in cash over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_cash": {
"description": "The percentage change for purchases made in cash over 12 months for the region",
"type": [
"number",
"null"
]
},
"sales_volume_cash": {
"description": "The sales volume for purchases made in cash for the region",
"type": [
"number",
"null"
]
},
"average_price_mortgage": {
"description": "The average price of purchases made via mortgage for the region",
"type": [
"number",
"null"
]
},
"house_price_index_mortgage": {
"description": "The house price index of purchases made via mortgage for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_mortgage": {
"description": "The percentage change for purchases made via mortgage over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_mortgage": {
"description": "The percentage change for purchases made via mortgage over 12 months for the region",
"type": [
"number",
"null"
]
},
"sales_volume_mortgage": {
"description": "The sales volume for purchases made via mortgage for the region",
"type": [
"number",
"null"
]
},
"average_price_first_time_buyer": {
"description": "The average price of purchases made by first time buyers for the region",
"type": [
"number",
"null"
]
},
"house_price_index_first_time_buyer": {
"description": "The house price index of purchases made by first time buyers for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_first_time_buyer": {
"description": "The percentage change for purchases made by first time buyers over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_first_time_buyer": {
"description": "The percentage change for purchases made by first time buyers over 12 months for the region",
"type": [
"number",
"null"
]
},
"average_price_former_owner_occupier": {
"description": "The average price of purchases made from former owner occupiers for the region",
"type": [
"number",
"null"
]
},
"house_price_index_former_owner_occupier": {
"description": "The house price index of purchases made from former owner occupiers for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_former_owner_occupier": {
"description": "The percentage change for purchases made from former owner occupiers over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_former_owner_occupier": {
"description": "The percentage change for purchases made from former owner occupiers over 12 months for the region",
"type": [
"number",
"null"
]
},
"average_price_new": {
"description": "The average price of new houses for the region",
"type": [
"number",
"null"
]
},
"house_price_index_new": {
"description": "The house price index of new houses for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_new": {
"description": "The percentage change for new houses over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_new": {
"description": "The percentage change for new houses over 12 months for the region",
"type": [
"number",
"null"
]
},
"sales_volume_new": {
"description": "The sales volume for new houses for the region",
"type": [
"number",
"null"
]
},
"average_price_existing": {
"description": "The average price of existing houses for the region",
"type": [
"number",
"null"
]
},
"house_price_index_existing": {
"description": "The house price index of existing houses for the region",
"type": [
"number",
"null"
]
},
"percentage_change_1_month_existing": {
"description": "The percentage change for existing houses over 1 month for the region",
"type": [
"number",
"null"
]
},
"percentage_change_12_months_existing": {
"description": "The percentage change for existing houses over 12 months for the region",
"type": [
"number",
"null"
]
},
"sales_volume_existing": {
"description": "The sales volume for existing houses for the region",
"type": [
"number",
"null"
]
}
}
},
"indices_of_deprivation": {
"title": "Indices of Deprivation",
"description": "Information about the indices of deprivation for the location",
"type": [
"object",
"null"
],
"properties": {
"lower_layer_super_output_area": {
"description": "Information about the indices of deprivation in the lower layer super output area (LSOA)",
"type": [
"object",
"null"
],
"properties": {
"lsoa_code": {
"description": "The lower layer super output area (LSOA) code of the location",
"type": "string"
},
"lsoa_name": {
"description": "The lower layer super output area (LSOA) name of the location",
"type": "string"
},
"local_authority_district_code": {
"description": "The local authority district code of the location",
"type": "string"
},
"local_authority_district_name": {
"description": "The local authority district name of the location",
"type": "string"
},
"index_of_multiple_deprivation_score": {
"description": "The index of multiple deprivation score for the LSOA",
"type": "number"
},
"index_of_multiple_deprivation_rank": {
"description": "The index of multiple deprivation rank for the LSOA",
"type": "string"
},
"index_of_multiple_deprivation_decile": {
"description": "The index of multiple deprivation decile for the LSOA",
"type": "string"
},
"income_score": {
"description": "The income score for the LSOA",
"type": "number"
},
"income_rank": {
"description": "The income rank for the LSOA",
"type": "string"
},
"income_decile": {
"description": "The income decile for the LSOA",
"type": "string"
},
"employment_score": {
"description": "The employment score for the LSOA",
"type": "number"
},
"employment_rank": {
"description": "The employment rank for the LSOA",
"type": "string"
},
"employment_decile": {
"description": "The employment decile for the LSOA",
"type": "string"
},
"education_skills_and_training_score": {
"description": "The education, skills and training score for the LSOA",
"type": "number"
},
"education_skills_and_training_rank": {
"description": "The education, skills and training rank for the LSOA",
"type": "string"
},
"education_skills_and_training_decile": {
"description": "The education, skills and training decile for the LSOA",
"type": "string"
},
"health_deprivation_and_disability_score": {
"description": "The health deprivation and disability score for the LSOA",
"type": "number"
},
"health_deprivation_and_disability_rank": {
"description": "The health deprivation and disability rank for the LSOA",
"type": "string"
},
"health_deprivation_and_disability_decile": {
"description": "The health deprivation and disability decile for the LSOA",
"type": "string"
},
"crime_score": {
"description": "The crime score for the LSOA",
"type": "number"
},
"crime_rank": {
"description": "The crime rank for the LSOA",
"type": "string"
},
"crime_decile": {
"description": "The crime decile for the LSOA",
"type": "string"
},
"barriers_to_housing_and_services_score": {
"description": "The barriers to housing and services score for the LSOA",
"type": "number"
},
"barriers_to_housing_and_services_rank": {
"description": "The barriers to housing and services rank for the LSOA",
"type": "string"
},
"barriers_to_housing_and_services_decile": {
"description": "The barriers to housing and services decile for the LSOA",
"type": "string"
},
"living_environment_score": {
"description": "The living environment score for the LSOA",
"type": "number"
},
"living_environment_rank": {
"description": "The living environment rank for the LSOA",
"type": "string"
},
"living_environment_decile": {
"description": "The living environment decile for the LSOA",
"type": "string"
},
"income_deprivation_affecting_children_score": {
"description": "The income deprivation affecting children score for the LSOA",
"type": "number"
},
"income_deprivation_affecting_children_rank": {
"description": "The income deprivation affecting children rank for the LSOA",
"type": "string"
},
"income_deprivation_affecting_children_decile": {
"description": "The income deprivation affecting children decile for the LSOA",
"type": "string"
},
"income_deprivation_affecting_older_people_score": {
"description": "The income deprivation affecting older people score for the LSOA",
"type": "number"
},
"income_deprivation_affecting_older_people_rank": {
"description": "The income deprivation affecting older people rank for the LSOA",
"type": "string"
},
"income_deprivation_affecting_older_people_decile": {
"description": "The income deprivation affecting older people decile for the LSOA",
"type": "string"
},
"children_and_young_people_sub_domain_score": {
"description": "The children and young people sub-domain score for the LSOA",
"type": "number"
},
"children_and_young_people_sub_domain_rank": {
"description": "The children and young people sub-domain rank for the LSOA",
"type": "string"
},
"children_and_young_people_sub_domain_decile": {
"description": "The children and young people sub-domain decile for the LSOA",
"type": "string"
},
"adult_skills_sub_domain_score": {
"description": "The adult skills sub-domain score for the LSOA",
"type": "number"
},
"adult_skills_sub_domain_rank": {
"description": "The adult skills sub-domain rank for the LSOA",
"type": "string"
},
"adult_skills_sub_domain_decile": {
"description": "The adult skills sub-domain decile for the LSOA",
"type": "string"
},
"geographical_barriers_sub_domain_score": {
"description": "The geographical barriers sub-domain score for the LSOA",
"type": "number"
},
"geographical_barriers_sub_domain_rank": {
"description": "The geographical barriers sub-domain rank for the LSOA",
"type": "string"
},
"geographical_barriers_sub_domain_decile": {
"description": "The geographical barriers sub-domain decile for the LSOA",
"type": "string"
},
"wider_barriers_sub_domain_score": {
"description": "The wider barriers sub-domain score for the LSOA",
"type": "number"
},
"wider_barriers_sub_domain_rank": {
"description": "The wider barriers sub-domain rank for the LSOA",
"type": "string"
},
"wider_barriers_sub_domain_decile": {
"description": "The wider barriers sub-domain decile for the LSOA",
"type": "string"
},
"indoors_sub_domain_score": {
"description": "The indoors sub-domain score for the LSOA",
"type": "number"
},
"indoors_sub_domain_rank": {
"description": "The indoors sub-domain rank for the LSOA",
"type": "string"
},
"indoors_sub_domain_decile": {
"description": "The indoors sub-domain decile for the LSOA",
"type": "string"
},
"outdoors_sub_domain_score": {
"description": "The outdoors sub-domain score for the LSOA",
"type": "number"
},
"outdoors_sub_domain_rank": {
"description": "The outdoors sub-domain rank for the LSOA",
"type": "string"
},
"outdoors_sub_domain_decile": {
"description": "The outdoors sub-domain decile for the LSOA",
"type": "string"
},
"total_population_mid_2015_excluding_prisoners": {
"description": "The total population of the LSOA in mid-2015, excluding prisoners",
"type": "string"
},
"dependent_children_aged_0_15_mid_2015_excluding_prisoners": {
"description": "The number of dependent children aged 0-15 in the LSOA in mid-2015, excluding prisoners",
"type": "string"
},
"population_aged_16_59_mid_2015_excluding_prisoners": {
"description": "The number of people aged 16-59 in the LSOA in mid-2015, excluding prisoners",
"type": "string"
},
"older_population_aged_60_and_over_mid_2015_excluding_prisoners": {
"description": "The number of people aged 60 and over in the LSOA in mid-2015, excluding prisoners",
"type": "string"
},
"working_age_population_18_59_64_for_use_with_employment_depriva": {
"description": "The number of working age people aged 18-59/64 in the LSOA in mid-2015, excluding prisoners",
"type": "string"
}
}
}
}
},
"fuel_poverty": {
"title": "Fuel Poverty",
"description": "Information about fuel poverty around the location",
"type": "object",
"properties": {
"lower_layer_super_output_area": {
"description": "Information about fuel poverty in the lower layer super output area (LSOA)",
"type": [
"object",
"null"
],
"properties": {
"lower_layer_super_output_area_code": {
"description": "The lower layer super output area (LSOA) district code of the location",
"type": "string"
},
"lower_layer_super_output_area_name": {
"description": "The lower layer super output area (LSOA) district name of the location",
"type": "string"
},
"household_count": {
"description": "The number of households in the lower layer super output area (LSOA)",
"type": "number"
},
"fuel_poor_household_count": {
"description": "The number of fuel poor households in the lower layer super output area (LSOA)",
"type": "number"
},
"fuel_poor_household_percentage": {
"description": "The percentage of fuel poor households in the lower layer super output area (LSOA)",
"type": "number"
}
}
},
"local_authority": {
"description": "Information about fuel poverty in the local authority",
"type": "object",
"properties": {
"local_authority_district_code": {
"description": "The local authority district code of the location",
"type": "string"
},
"local_authority_district_name": {
"description": "The local authority district name of the location",
"type": "string"
},
"household_count": {
"description": "The number of households in the local authority",
"type": "number"
},
"fuel_poor_household_count": {
"description": "The number of fuel poor households in the local authority",
"type": "number"
},
"fuel_poor_household_percentage": {
"description": "The percentage of fuel poor households in the local authority",
"type": "number"
}
}
},
"region": {
"description": "Information about fuel poverty in the region",
"type": "object",
"properties": {
"region_code": {
"description": "The region code of the location",
"type": "string"
},
"region_name": {
"description": "The region name of the location",
"type": "string"
},
"household_count": {
"description": "The number of households in the region",
"type": "number"
},
"fuel_poor_household_count": {
"description": "The number of fuel poor households in the region",
"type": "number"
},
"fuel_poor_household_percentage": {
"description": "The percentage of fuel poor households in the region",
"type": "number"
}
}
}
}
},
"nhs_locations": {
"title": "NHS Locations",
"description": "Information about NHS locations the location",
"type": "object",
"properties": {
"nearest_hospital": {
"description": "The nearest hospital to the location",
"type": "object",
"properties": {
"distance": {
"description": "The distance to the hospital from the location, in metres",
"type": "number"
},
"azimuth_degrees": {
"description": "The azimuth of the hospital in relation to the location, in degrees",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the hospital",
"type": "string"
},
"url": {
"description": "The url of the hospital's website",
"type": "string"
},
"address1": {
"description": "The first address line of the hospital",
"type": [
"string",
"null"
]
},
"address2": {
"description": "The second address line of the hospital",
"type": [
"string",
"null"
]
},
"address3": {
"description": "The third address line of the hospital",
"type": [
"string",
"null"
]
},
"postcode": {
"description": "The postcode of the hospital",
"type": "string"
}
}
},
"nearest_dentist": {
"description": "The nearest dentist to the location",
"type": "object",
"properties": {
"distance": {
"description": "The distance to the dentist from the location, in metres",
"type": "number"
},
"azimuth_degrees": {
"description": "The azimuth of the dentist in relation to the location, in degrees",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the dentist",
"type": "string"
},
"url": {
"description": "The url of the dentist's website",
"type": "string"
},
"address1": {
"description": "The first address line of the dentist",
"type": [
"string",
"null"
]
},
"address2": {
"description": "The second address line of the dentist",
"type": [
"string",
"null"
]
},
"address3": {
"description": "The third address line of the dentist",
"type": [
"string",
"null"
]
},
"postcode": {
"description": "The postcode of the dentist",
"type": "string"
}
}
},
"nearest_gp_practice": {
"description": "The nearest GP practice to the location",
"type": "object",
"properties": {
"distance": {
"description": "The distance to the GP practice from the location, in metres",
"type": "number"
},
"azimuth_degrees": {
"description": "The azimuth of the GP practice in relation to the location, in degrees",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the location (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the location (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"name": {
"description": "The name of the GP practice",
"type": "string"
},
"address1": {
"description": "The first address line of the GP practice",
"type": [
"string",
"null"
]
},
"address2": {
"description": "The second address line of the GP practice",
"type": [
"string",
"null"
]
},
"address3": {
"description": "The third address line of the GP practice",
"type": [
"string",
"null"
]
},
"postcode": {
"description": "The postcode of the GP practice",
"type": "string"
}
}
}
}
},
"defibrillators": {
"title": "Defibrillators",
"description": "Nearby defibrillators within 1km of the location",
"type": "array",
"items": {
"description": "A defibrillator within 1km of the location",
"type": "object",
"properties": {
"distance": {
"description": "The distance to the defibrillator from the location, in metres",
"type": "number"
},
"azimuth_degrees": {
"description": "The azimuth of the defibrillator in relation to the location, in degrees",
"type": "number"
},
"x_coord": {
"description": "The x coordinate of the defibrillator (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"y_coord": {
"description": "The y coordinate of the defibrillator (BNG/EPSG:27700 coordinate system)",
"type": "number"
},
"latitude": {
"description": "The latitude of the defibrillator (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"longitude": {
"description": "The longitude of the defibrillator (WGS84/EPSG:4326 coordinate system)",
"type": "number"
},
"location_name": {
"description": "The name of the defibrillator's location",
"type": [
"string",
"null"
]
},
"availability": {
"description": "A description of the availability of the defibrillator",
"type": "string"
},
"access_type": {
"description": "A description of the access type of the defibrillator",
"type": "string"
}
}
}
}
}
},
"energy": {
"name": "Energy",
"description": "Information about the property's energy usage characteristics",
"type": "object",
"properties": {
"average_energy_usage_stats": {
"name": "Average Energy Usage Statistics",
"description": "Stats about average gas and electricity usage in the property's surrounding area",
"type": [
"object",
"null"
],
"properties": {
"middle_layer_super_output_area": {
"name": "Average Energy Usage Statistics (MSOA)",
"description": "Stats about average gas and electricity usage in the property's parent middle layer super output area (MSOA)",
"type": "object",
"properties": {
"middle_layer_super_output_area_code": {
"type": "string"
},
"electricity_meter_count": {
"type": "number"
},
"mean_electricity_usage": {
"type": "number"
},
"mean_electricity_cost": {
"type": "number"
},
"median_electricity_usage": {
"type": "number"
},
"median_electricity_cost": {
"type": "number"
},
"gas_meter_count": {
"type": "number"
},
"mean_gas_usage": {
"type": "number"
},
"mean_gas_cost": {
"type": "number"
},
"median_gas_usage": {
"type": "number"
},
"median_gas_cost": {
"type": "number"
}
}
},
"lower_layer_super_output_area": {
"name": "Average Energy Usage Statistics (LSOA)",
"description": "Stats about average gas and electricity usage in the property's parent lower layer super output area (LSOA)",
"type": "object",
"properties": {
"lower_layer_super_output_area_code": {
"type": "string"
},
"electricity_meter_count": {
"type": "number"
},
"mean_electricity_usage": {
"type": "number"
},
"mean_electricity_cost": {
"type": "number"
},
"median_electricity_usage": {
"type": "number"
},
"median_electricity_cost": {
"type": "number"
},
"gas_meter_count": {
"type": "number"
},
"mean_gas_usage": {
"type": "number"
},
"mean_gas_cost": {
"type": "number"
},
"median_gas_usage": {
"type": "number"
},
"median_gas_cost": {
"type": "number"
}
}
}
}
},
"retrofit_grants": {
"name": "Retrofit Grants",
"description": "A list of available retrofit grants",
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the grant scheme"
},
"description": {
"type": "string",
"description": "The description of the grant scheme"
},
"grant_value": {
"type": "number",
"description": "The value of the grant"
},
"url": {
"type": "string",
"description": "The URL for more information about the grant scheme"
}
}
}
},
"epcs": {
"name": "Raw EPCs",
"description": "A collection of raw unmodified EPCs",
"type": [
"array",
"object",
"null"
],
"items": {
"anyOf": [
{
"name": "Raw EPC (England & Wales)",
"description": "A raw unmodified English or Welsh EPC",
"type": "object",
"properties": {
"lmk_key": {
"type": [
"string",
"null"
]
},
"address1": {
"type": [
"string",
"null"
]
},
"address2": {
"type": [
"string",
"null"
]
},
"address3": {
"type": [
"string",
"null"
]
},
"postcode": {
"type": [
"string",
"null"
]
},
"building_reference_number": {
"type": [
"string",
"null"
]
},
"current_energy_rating": {
"type": [
"string",
"null"
]
},
"potential_energy_rating": {
"type": [
"string",
"null"
]
},
"current_energy_efficiency": {
"type": [
"string",
"null"
]
},
"potential_energy_efficiency": {
"type": [
"string",
"null"
]
},
"property_type": {
"type": [
"string",
"null"
]
},
"built_form": {
"type": [
"string",
"null"
]
},
"inspection_date": {
"type": [
"string",
"null"
]
},
"local_authority": {
"type": [
"string",
"null"
]
},
"constituency": {
"type": [
"string",
"null"
]
},
"county": {
"type": [
"string",
"null"
]
},
"lodgement_date": {
"type": [
"string",
"null"
]
},
"transaction_type": {
"type": [
"string",
"null"
]
},
"environment_impact_current": {
"type": [
"string",
"null"
]
},
"environment_impact_potential": {
"type": [
"string",
"null"
]
},
"energy_consumption_current": {
"type": [
"string",
"null"
]
},
"energy_consumption_potential": {
"type": [
"string",
"null"
]
},
"co2_emissions_current": {
"type": [
"string",
"null"
]
},
"co2_emiss_curr_per_floor_area": {
"type": [
"string",
"null"
]
},
"co2_emissions_potential": {
"type": [
"string",
"null"
]
},
"lighting_cost_current": {
"type": [
"string",
"null"
]
},
"lighting_cost_potential": {
"type": [
"string",
"null"
]
},
"heating_cost_current": {
"type": [
"string",
"null"
]
},
"heating_cost_potential": {
"type": [
"string",
"null"
]
},
"hot_water_cost_current": {
"type": [
"string",
"null"
]
},
"hot_water_cost_potential": {
"type": [
"string",
"null"
]
},
"total_floor_area": {
"type": [
"string",
"null"
]
},
"energy_tariff": {
"type": [
"string",
"null"
]
},
"mains_gas_flag": {
"type": [
"string",
"null"
]
},
"floor_level": {
"type": [
"string",
"null"
]
},
"flat_top_storey": {
"type": [
"string",
"null"
]
},
"flat_storey_count": {
"type": [
"string",
"null"
]
},
"main_heating_controls": {
"type": [
"string",
"null"
]
},
"multi_glaze_proportion": {
"type": [
"string",
"null"
]
},
"glazed_type": {
"type": [
"string",
"null"
]
},
"glazed_area": {
"type": [
"string",
"null"
]
},
"extension_count": {
"type": [
"string",
"null"
]
},
"number_habitable_rooms": {
"type": [
"string",
"null"
]
},
"number_heated_rooms": {
"type": [
"string",
"null"
]
},
"low_energy_lighting": {
"type": [
"string",
"null"
]
},
"number_open_fireplaces": {
"type": [
"string",
"null"
]
},
"hotwater_description": {
"type": [
"string",
"null"
]
},
"hot_water_energy_eff": {
"type": [
"string",
"null"
]
},
"hot_water_env_eff": {
"type": [
"string",
"null"
]
},
"floor_description": {
"type": [
"string",
"null"
]
},
"floor_energy_eff": {
"type": [
"string",
"null"
]
},
"floor_env_eff": {
"type": [
"string",
"null"
]
},
"windows_description": {
"type": [
"string",
"null"
]
},
"windows_energy_eff": {
"type": [
"string",
"null"
]
},
"windows_env_eff": {
"type": [
"string",
"null"
]
},
"walls_description": {
"type": [
"string",
"null"
]
},
"walls_energy_eff": {
"type": [
"string",
"null"
]
},
"walls_env_eff": {
"type": [
"string",
"null"
]
},
"secondheat_description": {
"type": [
"string",
"null"
]
},
"sheating_energy_eff": {
"type": [
"string",
"null"
]
},
"sheating_env_eff": {
"type": [
"string",
"null"
]
},
"roof_description": {
"type": [
"string",
"null"
]
},
"roof_energy_eff": {
"type": [
"string",
"null"
]
},
"roof_env_eff": {
"type": [
"string",
"null"
]
},
"mainheat_description": {
"type": [
"string",
"null"
]
},
"mainheat_energy_eff": {
"type": [
"string",
"null"
]
},
"mainheat_env_eff": {
"type": [
"string",
"null"
]
},
"mainheatcont_description": {
"type": [
"string",
"null"
]
},
"mainheatc_energy_eff": {
"type": [
"string",
"null"
]
},
"mainheatc_env_eff": {
"type": [
"string",
"null"
]
},
"lighting_description": {
"type": [
"string",
"null"
]
},
"lighting_energy_eff": {
"type": [
"string",
"null"
]
},
"lighting_env_eff": {
"type": [
"string",
"null"
]
},
"main_fuel": {
"type": [
"string",
"null"
]
},
"wind_turbine_count": {
"type": [
"string",
"null"
]
},
"heat_loss_corridor": {
"type": [
"string",
"null"
]
},
"unheated_corridor_length": {
"type": [
"string",
"null"
]
},
"floor_height": {
"type": [
"string",
"null"
]
},
"photo_supply": {
"type": [
"string",
"null"
]
},
"solar_water_heating_flag": {
"type": [
"string",
"null"
]
},
"mechanical_ventilation": {
"type": [
"string",
"null"
]
},
"address": {
"type": [
"string",
"null"
]
},
"local_authority_label": {
"type": [
"string",
"null"
]
},
"constituency_label": {
"type": [
"string",
"null"
]
},
"posttown": {
"type": [
"string",
"null"
]
},
"construction_age_band": {
"type": [
"string",
"null"
]
},
"lodgement_datetime": {
"type": [
"string",
"null"
]
},
"tenure": {
"type": [
"string",
"null"
]
},
"fixed_lighting_outlets_count": {
"type": [
"string",
"null"
]
},
"low_energy_fixed_light_count": {
"type": [
"string",
"null"
]
},
"uprn": {
"type": [
"string",
"null"
]
},
"uprn_source": {
"type": [
"string",
"null"
]
}
}
},
{
"name": "Raw EPC (Scotland)",
"description": "A raw unmodified Scottish EPC",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"property_uprn": {
"type": "string"
},
"osg_uprn": {
"type": "string"
},
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"post_town": {
"type": "string"
},
"postcode": {
"type": "string"
},
"date_of_assessment": {
"type": "string"
},
"type_of_assessment": {
"type": "string"
},
"date_of_certificate": {
"type": "string"
},
"primary_energy_indicator_kwh_m2_year": {
"type": "string"
},
"total_floor_area_m2": {
"type": "string"
},
"total_current_energy_costs_over_3_years": {
"type": "string"
},
"potential_future_savings_over_3_years": {
"type": "string"
},
"current_energy_efficiency_rating": {
"type": "string"
},
"current_energy_efficiency_rating_band": {
"type": "string"
},
"potential_energy_efficiency_rating": {
"type": "string"
},
"potential_energy_efficiency_rating_band": {
"type": "string"
},
"current_environmental_impact_rating": {
"type": "string"
},
"current_environmental_impact_rating_band": {
"type": "string"
},
"potential_environmental_impact_rating": {
"type": "string"
},
"potential_environmental_impact_rating_band": {
"type": "string"
},
"co2_emissions_current_per_floor_area_kg_co2_m2_yr": {
"type": "string"
},
"improvements": {
"type": "string"
},
"wall_description": {
"type": "string"
},
"wall_energy_eff": {
"type": "string"
},
"wall_env_eff": {
"type": "string"
},
"roof_description": {
"type": "string"
},
"roof_energy_eff": {
"type": "string"
},
"roof_env_eff": {
"type": "string"
},
"floor_description": {
"type": "string"
},
"floor_energy_eff": {
"type": "string"
},
"floor_env_eff": {
"type": "string"
},
"windows_description": {
"type": "string"
},
"windows_energy_eff": {
"type": "string"
},
"windows_env_eff": {
"type": "string"
},
"mainheat_description": {
"type": "string"
},
"mainheat_energy_eff": {
"type": "string"
},
"mainheat_env_eff": {
"type": "string"
},
"mainheatcont_description": {
"type": "string"
},
"mainheatc_energy_eff": {
"type": "string"
},
"mainheatc_env_eff": {
"type": "string"
},
"secondheat_description": {
"type": "string"
},
"sheating_energy_eff": {
"type": "string"
},
"sheating_env_eff": {
"type": "string"
},
"hotwater_description": {
"type": "string"
},
"hot_water_energy_eff": {
"type": "string"
},
"hot_water_env_eff": {
"type": "string"
},
"lighting_description": {
"type": "string"
},
"lighting_energy_eff": {
"type": "string"
},
"lighting_env_eff": {
"type": "string"
},
"air_tightness_description": {
"type": "string"
},
"air_tightness_energy_eff": {
"type": "string"
},
"air_tightness_env_eff": {
"type": "string"
},
"current_emissions_t_co2_yr": {
"type": "string"
},
"potential_reduction_in_emissions_t_co2_yr": {
"type": "string"
},
"current_heating_costs_over_3_years": {
"type": "string"
},
"potential_heating_costs_over_3_years": {
"type": "string"
},
"current_hot_water_costs_over_3_years": {
"type": "string"
},
"potential_hot_water_costs_over_3_years": {
"type": "string"
},
"current_lighting_costs_over_3_years": {
"type": "string"
},
"potential_lighting_costs_over_3_years": {
"type": "string"
},
"alternative_measures_2": {
"type": "string"
},
"lzc_energy_source": {
"type": "string"
},
"space_heating": {
"type": "string"
},
"water_heating": {
"type": "string"
},
"impact_of_loft_insulation": {
"type": "string"
},
"impact_of_cavity_wall_insulation": {
"type": "string"
},
"impact_of_solid_wall_insulation": {
"type": "string"
},
"addendum_text": {
"type": "string"
},
"part_1_construction_age_band": {
"type": "string"
},
"part_1_floor_0_room_height": {
"type": "string"
},
"data_zone": {
"type": "string"
},
"energy_consumption_potential": {
"type": "string"
},
"extensions_count": {
"type": "string"
},
"fixed_lighting_outlets_count": {
"type": "string"
},
"low_energy_lighting_outlets_count": {
"type": "string"
},
"low_energy_lighting_percentage": {
"type": "string"
},
"flat_level": {
"type": "string"
},
"flat_location": {
"type": "string"
},
"glazed_area": {
"type": "string"
},
"habitable_room_count": {
"type": "string"
},
"heat_loss_corridor": {
"type": "string"
},
"heated_room_count": {
"type": "string"
},
"local_authority": {
"type": "string"
},
"main_gas": {
"type": "string"
},
"main_heating_1_category": {
"type": "string"
},
"main_heating_1_fuel_type": {
"type": "string"
},
"main_heating_1_control": {
"type": "string"
},
"mechanical_ventilation": {
"type": "string"
},
"meter_type": {
"type": "string"
},
"multiple_glazed_proportion": {
"type": "string"
},
"multiple_glazing_type": {
"type": "string"
},
"open_fireplaces_count": {
"type": "string"
},
"photovoltaic_supply": {
"type": "string"
},
"solar_water_heating": {
"type": "string"
},
"tenure": {
"type": "string"
},
"transaction_type": {
"type": "string"
},
"unheated_corridor_length": {
"type": "string"
},
"ward_code": {
"type": "string"
},
"ward_name": {
"type": "string"
},
"wind_turbines_count": {
"type": "string"
},
"built_form": {
"type": "string"
},
"property_type": {
"type": "string"
},
"data_zone_2011": {
"type": "string"
}
}
}
]
}
}
}
}
}
}