Skip to main content
GET
/
v1
/
devices
/
pv
/
production
/
forecast
/
realtime
Get Devices Pv Production Forecast Realtime
curl --request GET \
  --url https://api.nox.energy/v1/devices/pv/production/forecast/realtime \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "forecast_time": "2025-05-01T07:45:00.000Z",
      "production": 12.5
    },
    {
      "forecast_time": "2025-05-01T08:00:00.000Z",
      "production": 14.75
    }
  ],
  "meta": {
    "energy_supplier": "Energy Supplier A",
    "production_unit": "kWh",
    "granularity": "15min",
    "output_timezone": "UTC"
  }
}

Authorizations

x-api-key
string
header
required

API Key authentication. Enter your API key in the format: YOUR_API_KEY

Response

Successful response

data
PVPForecastRealtimeData · object[] | null

List of forecast data points

meta
PVPForecastRealtimeMeta · object

Response metadata