Developers

Strata Weather API

Versioned weather, observed radar, alert, historical, route, and risk contracts for controlled integration pilots.

OpenAPI 3.1
Authentication
Bearer or x-api-key
Envelope
Request IDs and quota headers
Route limit
2-25 sampled points

Endpoints

MethodPathContract
GET/api/v1/weather/bundlePoint forecast, observations, and alerts
GET/api/v1/alertsActive official NWS alerts
GET/api/v1/historical/dayNOAA station-day observations with 1991-2020 normal deltas
GET/api/v1/astroSolar windows, golden/blue hour, moon state, meteor and eclipse almanac
GET/api/v1/layers/latestLatest production weather layer
GET/api/v1/layers/historyProduction layer archive
GET/api/v1/minutecastNext-hour precipitation steps and calibrated summary
GET/api/v1/forecast/probabilisticCalibrated p10/p50/p90 quantiles and exceedance probabilities
GET/api/v1/indicesOperational index series: road icing, work window, energy, comfort
GET/api/v1/insights/timelineBand-crossing insight events across the forecast horizon
GET/api/v1/verticalsVertical templates: endpoint, index, and trigger presets per sector
POST/api/v1/route/weatherSegment weather, AQI, alerts, and decision context
GET/api/v1/risk/propertyEvidence-backed property risk for pro pilots
GET/POST/api/v1/webhooks/triggersSigned thresholds plus event-driven forecast-change watches

Vertical templates

Preconfigured endpoint, index, and webhook-preset bundles per sector, served machine-readable at /api/v1/verticals.

Request

curl "https://www.strataweather.app/api/v1/weather/bundle?lat=39.7684&lon=-86.1581" \
  -H "Authorization: Bearer $STRATA_API_KEY"

Pilot access

Keys are issued to approved pilots. Quotas are enforced per UTC day, and raw key secrets are shown once.

Request pilot access