Stoke Bardolph
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=d50de356-0fb6-4c02-a89f-851b4c10f685&limit=5Results containing 'jones':
https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search?resource_id=d50de356-0fb6-4c02-a89f-851b4c10f685&q=jonesExamples
curl -X POST 'https://connecteddata.nationalgrid.co.uk/api/3/action/datastore_search' \
-H "Content-Type: application/json" \
-d '{
"resource_id": "d50de356-0fb6-4c02-a89f-851b4c10f685",
"limit": 5,
"q": "jones"
}'
Data Dictionary
| Column | Type | Label | Description | Example |
|---|---|---|---|---|
| Application ID | numeric | Not provided- | Not provided- | Not provided- |
| Bus Name | text | Not provided- | Not provided- | Not provided- |
| Bus Number | numeric | Not provided- | Not provided- | Not provided- |
| DANM | text | Not provided- | Not provided- | Not provided- |
| Fuel type | text | Not provided- | Not provided- | Not provided- |
| GSP | text | Not provided- | Not provided- | Not provided- |
| Licence Area | text | Not provided- | Not provided- | Not provided- |
| Machine Export Capacity (MW) | numeric | Not provided- | Not provided- | Not provided- |
| Machine ID | text | Not provided- | Not provided- | Not provided- |
| Machine Import Capacity (MW) | text | Not provided- | Not provided- | Not provided- |
| Position | numeric | Not provided- | Not provided- | Not provided- |
| Site Export Capacity (MW) | numeric | Not provided- | Not provided- | Not provided- |
| Site ID | numeric | Not provided- | Not provided- | Not provided- |
| Site Import Capacity (MW) | numeric | Not provided- | Not provided- | Not provided- |
| Status | text | Not provided- | Not provided- | Not provided- |
| TANM | text | Not provided- | Not provided- | Not provided- |