DFES Volume Projections by Local Authority
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=b3f87e26-7477-4493-aa64-d87442f942c0&limit=5https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=b3f87e26-7477-4493-aa64-d87442f942c0&q=jones
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "b3f87e26-7477-4493-aa64-d87442f942c0",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| local_authority | text | nan | Local authority |
North West Leicestershire District |
| reporting_units | text | nan | Units being used in the value column for that technology |
MW (installed capacity) |
| scenario | text | nan | DFES Scenario |
Leading the Way |
| subtechnology | text | nan | DFES subtechnology |
Commercial rooftop (10kW - 1MW) |
| technology | text | nan | DFES technology |
Solar Generation |
| value | text | Units provided in reporting_units column against that entry. | The volume of that technology present |
5.707000034 |
| year | numeric | Date (YYYY) | Year of the forecast, where 0 is the baseline |
2024 |