Bustleholm Pre-event Limits
Integrate this resource
Access this data via a web API. Further information in the CKAN API guide (opens in new tab).
Endpoints
The Data API can be accessed via the following actions of the CKAN action API.
Create
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_createUpdate / Insert
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_upsertQuery
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_searchQuerying
First 5 results:
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=51d402a3-c3d6-4213-b6ca-a0b3079a72db&limit=5Results containing 'jones':
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=51d402a3-c3d6-4213-b6ca-a0b3079a72db&q=jonesExamples
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "51d402a3-c3d6-4213-b6ca-a0b3079a72db",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| Branch Type | text | Not provided- | Not provided- | Not provided- |
| Circuit ID | text | Not provided- | Not provided- | Not provided- |
| Forward PEL MW | numeric | Not provided- | Not provided- | Not provided- |
| From Bus kV | numeric | Not provided- | Not provided- | Not provided- |
| From Bus Name | text | Not provided- | Not provided- | Not provided- |
| From Bus Number | numeric | Not provided- | Not provided- | Not provided- |
| Reverse PEL MW | numeric | Not provided- | Not provided- | Not provided- |
| Season | text | Not provided- | Not provided- | Not provided- |
| Tertiary Bus Name | text | Not provided- | Not provided- | Not provided- |
| Tertiary Bus Number | numeric | Not provided- | Not provided- | Not provided- |
| To Bus kV | numeric | Not provided- | Not provided- | Not provided- |
| To Bus Name | text | Not provided- | Not provided- | Not provided- |
| To Bus Number | numeric | Not provided- | Not provided- | Not provided- |