Skip to main content
GET
/
platform
/
v2
/
sites
/
{site_id}
/
actual
/
types
Get Site Actual Types
import requests

url = "https://api.rebase.energy/platform/v2/sites/{site_id}/actual/types"

headers = {"Authorization": "<api-key>"}

response = requests.get(url, headers=headers)

print(response.text)
[
  {
    "type": "<string>",
    "min": "2023-11-07T05:31:56Z",
    "max": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.rebase.energy/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.

Path Parameters

site_id
string
required

Response

Successful Response

type
string
required
min
string<date-time>
max
string<date-time>