UnifyAPI
← Back to catalog

carbonintensity.forecast

mock data$0.001 / call

UK Carbon Intensity — 24-Hour Forecast

Get the 24-hour ahead forecast of UK national carbon intensity from the National Grid ESO. Returns up to 48 half-hour periods (fully covering the next 24 hours), each with a forecast intensity in gCO2/kWh and a qualitative index (very low / low / moderate / high / very high). Use the optional periods parameter to limit results (e.g. periods=6 for 3 hours ahead). Ideal for scheduling carbon-intensive workloads, EV charging, or energy storage dispatch at the lowest-carbon future window. CC BY 4.0, no upstream cost.

Weatherprovider: Carbonintensity#carbonintensity#weather

Input schema

periods

Number of 30-minute forecast periods to return (1–48, default: all 48 covering 24 hours)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/carbonintensity.forecast \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"periods":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.