Get usage slots for required time amount
Returns a time slot when tariff is highest or lowest, over requested time period.
Useful when you need 5 hours of lowest price time over a given day. Slot might be split into a multiple segments unless you set continuous to true.
Authorizations
Path Parameters
FlatPeak Location ID
Query Parameters
Time when data will start must be in RFC3339 format, e.g., 2023-06-15T09:00:00Z
or with time offset, e.g., 2023-06-15T08:00:00+01:00
. Use either Zulu time (UTC) or time offset; mixed values are not allowed.
"2023-06-15T09:00:00Z"
Time when data will end, in RFC3339 format, e.g. 2023-06-15T13:00:00Z
or with time offset, e.g. 2023-06-15T12:00:00+01:00
. Use either Zulu time (UTC) or time offset; mixed values are not allowed. The maximum period between start_time and end_time for a single request is 90 days.
"2023-06-15T23:00:00Z"
Indicates direction you want to work with. Set to IMPORT
or EXPORT
. Defaults to IMPORT
.
"IMPORT"
Set to HIGH
to get most expensive rate segment and to LOW
to get cheapest segment.
"LOW"
Amount of time in minutes you need with lowest or highest (set segment=HIGH/LOW) tariff over requested period.
Returns single time period, without breaks.
Response
This object is a container for tariff slots response.
FlatPeak unique object id
.
"sta_65e42cdd73e9f861edda35d7"
Represents the object's type.
"slot_time"
Has the value true
if the object exists in live mode or the value false if the object exists in test mode.
The unique FlatPeak ID of the location.
"loc_65e42ce4d3b813479b252160"
The timezone at the location, in 'tz database format'. I.e. 'Europe/Berlin'.
"Europe/London"
Currency at the location in ISO 4217.
"EUR"
Direction of tariff. Supported options are IMPORT
and EXPORT
.
"IMPORT"
Time when we recommend fetching new rates. In format of the request, e.g. UTC or time-offset.
"2023-06-18T23:00:00Z"
Your original request.
Slots response data.
Time when this response was calculated. In UTC.
"2024-05-23T15:14:22Z"
FlatPeak account ID.
"acc_661677911f2197045e6cf1b1"
Was this page helpful?