Exeter Main G1
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=5a00fb59-ac55-4ecf-8d96-27fb216d57a3&limit=5https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=5a00fb59-ac55-4ecf-8d96-27fb216d57a3&q=jones
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "5a00fb59-ac55-4ecf-8d96-27fb216d57a3",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| DateTime | text | DateTime | Time that the SVO monitor took a reading |
03/09/2018 00:00:00 |
| Real_Power | numeric | Real_Power | Real power flow through the measuring point |
-6.2 |
| Setpoint_Voltage | numeric | Setpoint_Voltage | Calculated target set point voltage |
33.49 |
| Voltage | numeric | Voltage | Voltage on the distribution network |
33.64 |
| VVC_ClosedLoop_Enabled | numeric | VVC_ClosedLoop_Enabled | Indicates when SVO is enabled(2) is disabled(1) |
1 |