import_export
Cross Border Physical Flows
Returns the cross-border physical flows (cbpfs) of electricity in GW between a specified country and its neighbors.
Positive values indicate an import of electricity, whereas negative values show electricity exports.
Response schema:
{
"unix_seconds": [int],
"countries": [
{
"name": str,
"data": [float]
}
],
"deprecated": bool
}
get/cbpf
Query parameters
countrystring
startstring
endstring
Response
Successful Response