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
}
]
}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.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.