cURL
curl --request GET \ --url https://api.amberflow.io/v1/bidding-zones/{bidding_zone_id}/forecast \ --header 'X-API-Key: <api-key>'
{ "data": [ { "time": "2024-09-23T12:00:00.000Z", "power": 100, "upward": 100, "downward": 100 } ] }
Returns the power forecast for a bidding zone.
Successful Response
The response is of type object.
object