Historic GB Generation Mix
Historic GB generation mix from the 1st of Jan 2009 through to today. Data points are either MW or %.
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
Query example (first 5 results) |
---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=f93d1835-75bc-43e5-84ad-12472b180a98&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "f93d1835-75bc-43e5-84ad-12472b180a98" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'f93d1835-75bc-43e5-84ad-12472b180a98', // the resource id limit: 5 // get 5 results }; $.ajax({ url: 'https://api.neso.energy/api/3/action/datastore_search', data: data, dataType: 'jsonp', success: function(data) { alert('Total results found: ' + data.result.total) } });
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=f93d1835-75bc-43e5-84ad-12472b180a98&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
PowerBI
Data Explorer
Data Explorer
Data Explorer
Table Information
DATETIME
Title | |
---|---|
Type | datetime |
Description | |
Comment | |
Example | |
Unit |
GAS
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
COAL
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
NUCLEAR
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
WIND
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
HYDRO
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
IMPORTS
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
BIOMASS
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
OTHER
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
SOLAR
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
STORAGE
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
GENERATION
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
CARBON_INTENSITY
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
LOW_CARBON
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
ZERO_CARBON
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
RENEWABLE
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
FOSSIL
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
GAS_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
COAL_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
NUCLEAR_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
WIND_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
HYDRO_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
IMPORTS_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
BIOMASS_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
OTHER_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
SOLAR_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
STORAGE_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
GENERATION_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
LOW_CARBON_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
ZERO_CARBON_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
RENEWABLE_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
FOSSIL_perc
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |