---
title: "Get Live Irradiance"
method: GET
path: "/data/live/radiation_and_weather"
tags: ["Live", "Radiation and Weather"]
---

# Get Live Irradiance

`GET /data/live/radiation_and_weather`

Get irradiance and weather 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).

## Query parameters

- `hours` integer, nullable
- `period` 'PT5M' | 'PT10M' | 'PT15M' | 'PT20M' | 'PT30M' | 'PT60M', nullable
- `tilt` number, float, nullable
- `azimuth` number, float, nullable
- `array_type` string, nullable
- `output_parameters` string[]
- `terrain_shading` boolean
- `latitude` number, double, nullable, required
- `longitude` number, double, nullable, required
- `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)
