Skip to main content
curl
Follow Quick start to try the curl example. See Time and ranges and Data interpretation for help using the results.

Authorizations

Authorization
string
header
required

API key created in the iOS app. Requires an active Min Strøm Plus subscription.

Path Parameters

addressId
string<uuid>
required

Address ID returned by List addresses.

Query Parameters

from
string<date-time>
required

Inclusive RFC 3339 start with Z or numeric offset. Fractions accepted. Expanded outward to the interval. UTC instant encoded with Z. Interval ends are exclusive.

Example:

"2026-09-05T10:00:00Z"

to
string<date-time>
required

Exclusive RFC 3339 end after from. Expands outward unless aligned. Caps apply after expansion. UTC instant encoded with Z. Interval ends are exclusive.

Example:

"2026-09-05T10:00:00Z"

aggregation
enum<string>
required

Time interval for grouping readings.

Available options:
hour,
day,
month,
year

Response

Available readings in time order. Results may contain gaps or be empty.

addressId
string<uuid>
required
from
string<date-time>
required

UTC instant encoded with Z. Interval ends are exclusive.

Example:

"2026-09-05T10:00:00Z"

to
string<date-time>
required

UTC instant encoded with Z. Interval ends are exclusive.

Example:

"2026-09-05T10:00:00Z"

aggregation
enum<string>
required
Available options:
hour,
day,
month,
year
timeZone
string
required

Calendar used for interval boundaries: Europe/Copenhagen. Timestamps are UTC.

Example:

"Europe/Copenhagen"

data
object[]
required

Ascending sparse rows; empty is valid. Gaps are not zero readings.