cURL
curl --request GET \ --url https://api.amberflow.io/v1/groups/{group_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 group.
Successful Response
The response is of type object.
object