Skip to main content
GET
/
v3
/
tariffs
List Tariffs
curl --request GET \
  --url https://app.plugchoice.com/api/v3/tariffs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "type": "<string>",
      "location": "<string>",
      "timestamp": "<string>",
      "price": 123,
      "price_includes_tax": true
    }
  ]
}
Returns a list of energy tariffs for a specific location. Only tariffs from today onwards are returned.
location
string
required
The location identifier to retrieve tariffs for.

Response

data
array
Array of tariff objects.