v1

latestOpenAPI 3.0.2Apache 2.02026-07-1426932.7 KB
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
    }
  ]
}