---
title: "Get Live Rooftop PV"
method: GET
path: "/data/live/rooftop_pv_power"
tags: ["Live"]
---

# Get Live Rooftop PV

`GET /data/live/rooftop_pv_power`

Get basic rooftop PV power estimated actuals for near real-time and past 7 days for the requested location, derived from satellite (clouds and irradiance over non-polar continental areas) and numerical weather models (other data).

The basic rooftop power simulation is only suitable for residential and smaller C&I rooftop sites, not for grid-scale sites.

## Query parameters

- `hours` integer, nullable
- `period` 'PT5M' | 'PT10M' | 'PT15M' | 'PT20M' | 'PT30M' | 'PT60M', nullable
- `latitude` number, double, nullable, required
- `longitude` number, double, nullable, required
- `capacity` number, float, required
- `tilt` number, float, nullable
- `azimuth` number, float, nullable
- `install_date` string, nullable
- `loss_factor` number, float, nullable
- `output_parameters` string[]
- `terrain_shading` boolean
- `format` 'json' | 'csv', nullable

## Response `200`

OK

- EstimatedActualsDataResponse
  - `estimated_actuals` object[], nullable

---

[API](https://skmtc.net/solcast/apis/solcast-api.md) · [All operations](https://skmtc.net/solcast/apis/solcast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solcast/solcast-api/revisions/591461e66c79/schema)
