Seabank_swest.csv
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=48808bbb-424d-4753-ac71-572e5593dc6d&limit=5https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=48808bbb-424d-4753-ac71-572e5593dc6d&q=jones
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "48808bbb-424d-4753-ac71-572e5593dc6d",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| Generation | numeric | MW | Total generation fed through this GSP |
29.95 |
| Import | numeric | MW | Total import fed through this GSP |
59.71 |
| Net Demand | numeric | MW | Demand on network via this GSP |
89.66 |
| Other | numeric | MW | Generation from other sources fed through this GSP |
23.19 |
| Solar | numeric | MW | Solar generation fed through this GSP |
6.76 |
| STOR | numeric | MW | STOR energy fed through this GSP |
0 |
| Timestamp | timestamp | Datetime | Timestamp of reading |
2022-05-20T14:45:00 |
| Wind | numeric | MW | Wind generation fed through this GSP |
0 |