GET
/
entities
/
portfolio
/
{geography_id}
/
demand
curl --request GET \
  --url https://sandbox.axle.energy/entities/portfolio/{geography_id}/demand
{
  "timestamps": [
    "2023-11-07T05:31:56Z"
  ],
  "median_demand": [
    123
  ],
  "max_demand": [
    123
  ],
  "min_demand": [
    123
  ]
}

Path Parameters

geography_id
enum<string>
required

An enumeration.

Available options:
DE,
UK,
NL,
FR,
SE,
DK,
IE,
NO,
IT,
FI,
BE,
ES,
AT,
BG,
HU,
HR,
CZ,
EE,
GR,
LV,
PT,
PL

Query Parameters

start_time
any
end_time
any

Response

200
application/json
Successful Response
timestamps
string[]
required

Timestamps for which demand is forecast (UTC)

median_demand
number[]
required
max_demand
number[]
required
min_demand
number[]
required