Provenance
Freshness & coverage
Methods (10)
getSystemDemand
readLive all-island/ROI/NI electricity demand (MW), 15-min series + latest point.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string", "examples": [ "day" ] } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month (trails to now).
getWindGeneration
readLive wind generation (MW), 15-min actuals series + latest point.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string", "examples": [ "day" ] } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getSolarGeneration
readLive solar generation (MW), 15-min actuals series + latest point.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ROI" ] }, "range": { "type": "string" } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getDemandForecast
readEirGrid demand forecast (MW) for the current/forecast window.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string" } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getWindForecast
readWind generation forecast (MW), 15-min series for the day window.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string" } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getFuelMix
readLive fuel mix as % share (gas/coal/renewable/net-import/other fossil).
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] } }, "additionalProperties": false }Single snapshot; sharePct computed from raw weighting. region: ALL|ROI|NI.
getInterconnection
readInterconnector flows (MW): EWIC, Moyle, Greenlink + net, per link.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string" } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getCo2Intensity
readLive carbon intensity (gCO2/kWh) and emissions (tCO2) series + latest.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string" } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getSnsp
readSystem Non-Synchronous Penetration (%) — wind+import share of demand.
Input schema
{ "type": "object", "properties": { "region": { "type": "string", "examples": [ "ALL" ] }, "range": { "type": "string" } }, "additionalProperties": false }region: ALL|ROI|NI; range: day|week|month.
getServiceInfo
readDescribe regions, ranges, the area vocabulary, and probe reachability.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }No args. 24h cached service metadata.
