Ironbridge And Shrewsbury
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=20a6752a-ad41-4d7b-9f24-cf4ba80b95e2&limit=5https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=20a6752a-ad41-4d7b-9f24-cf4ba80b95e2&q=jones
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "20a6752a-ad41-4d7b-9f24-cf4ba80b95e2",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| Circuit ID | text | Circuit ID | Identifier for the modelled circuit or line segment. |
Not provided- |
| From Bus Name | text | From Bus Name | Text name of the originating bus in the network model. |
Not provided- |
| From Bus Number | numeric | From Bus Number | Numeric identifier for the originating bus in the network model. |
Not provided- |
| Node Name | text | Node Name | Text name of the network node used in the sensitivity calculation. |
Not provided- |
| Node Number | numeric | Node Number | Numeric identifier for the network node used in the sensitivity calculation. |
Not provided- |
| Sensitivity Factor MW | numeric | Sensitivity Factor MW | Calculated sensitivity factor in megawatts for the given network configuration and node. |
Not provided- |
| Tertiary Bus Name | text | Tertiary Bus Name | Text name of the tertiary bus associated with the circuit where applicable. |
Not provided- |
| Tertiary Bus Number | numeric | Tertiary Bus Number | Numeric identifier for the tertiary bus associated with the circuit where applicable. |
Not provided- |
| To Bus Name | text | To Bus Name | Text name of the destination bus in the network model. |
Not provided- |
| To Bus Number | numeric | To Bus Number | Numeric identifier for the destination bus in the network model. |
Not provided- |