East Claydon (em) Td 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=06cf6b2b-39ef-4026-ab8e-d4301c887252&limit=5Results containing 'jones':
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=06cf6b2b-39ef-4026-ab8e-d4301c887252&q=jonesExamples
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "06cf6b2b-39ef-4026-ab8e-d4301c887252",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| Circuit ID | text | Not provided- | Not provided- | Not provided- |
| Export CARPL MVA | text | Not provided- | Not provided- | Not provided- |
| Export TL MW | text | 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- |
| GSP Name | text | Not provided- | Not provided- | Not provided- |
| Import CAFPL MVA | text | Not provided- | Not provided- | Not provided- |
| Import TL MW | text | 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 Name | text | Not provided- | Not provided- | Not provided- |
| To Bus Number | numeric | Not provided- | Not provided- | Not provided- |