GreenPowerIndex (GrünstromIndex)
Marketdata
Compatible to awattar (https://api.awattar.de/v1/marketdata) API interface but data comes from GreenPowerIndex instead of EPEXSpot.
get/gsi/marketdata
Query parameters
zipstring
Zipcode (Postleitzahl) of a city in Germany.
Response
Success
Example response
{
"data": [
{
"end_timestamp": 1609293600000,
"marketprice": 43,
"start_timestamp": 1609293600000
}
]
}