Nechells East
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=4861d20a-a0e7-4ec2-8088-119e4a65a900&limit=5https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=4861d20a-a0e7-4ec2-8088-119e4a65a900&q=jones
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "4861d20a-a0e7-4ec2-8088-119e4a65a900",
"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- |