Cyprus Electricity cost API (1.0.0)

Download OpenAPI specification:Download

An API to get the current cost of electricity in Cyprus.

getCurrentRate

query Parameters
tariffCode
string
Default: "01"
Enum: "01" "02" "08"

The tariff code for which you want to get the current rate. Allowed values: "01", "02", "08".

creditUnits
boolean
Default: false

A boolean indicating if you have credit units from net metering.

Responses

Response samples

Content type
application/json
{
  • "measurement": "€/kWh",
  • "total": 0.333658,
  • "breakdown": {
    }
}