Provenance
PublisherRTE — France Electricity
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (4)
getNationalRealtime
readLatest national snapshot: consumption, generation by fuel (MW), CO2, imports/exports.
Input schema
{ "type": "object", "properties": { "limit": { "type": "number" } }, "additionalProperties": false }getRegionalRealtime
readReal-time consumption + mix for a French region. Args: region (exact French label), limit.
Input schema
{ "type": "object", "properties": { "region": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getCarbonIntensity
readReal-time CO2 intensity (gCO2/kWh) + renewable share (%) of consumed electricity.
Input schema
{ "type": "object", "properties": { "limit": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readConnector surface, field names, and region labels.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
