DFES Energy Projections
Integrate this resource
Access this data via a web API. Further information in the CKAN API guide (opens in new tab).
The Data API can be accessed via the following actions of the CKAN action API.
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_createhttps://connecteddata.nationalgrid.co.uk/api/3/action/datastore_upserthttps://connecteddata.nationalgrid.co.uk/api/3/action/datastore_searchhttps://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=7f93dbe6-d4e0-4914-8ef5-2579e5c1f4a1&limit=5https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=7f93dbe6-d4e0-4914-8ef5-2579e5c1f4a1&q=jones
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "7f93dbe6-d4e0-4914-8ef5-2579e5c1f4a1",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| energy_type | text | Not provided- | Categorisation of whether the energy being described is being consumed or generated |
Demand |
| local_authority | text | nan | Local authority area |
Cheltenham |
| percentage_met_by_renewables | numeric | % | The percentage of the consumption in that area that is met by renewables |
5.959 |
| scenario | text | nan | DFES Scenario |
Counterfactual |
| TWh_total | numeric | TWh | Total energy |
0.764499 |
| year | numeric | Date (YYYY) | Year of the forecast, where 0 is the baseline |
2050 |