Widget and API

Put live conditions for a drive on your own page — a hotel showing the road in from the airport, a ski area showing the pass, an event showing the interstate. Same data as the planner: hourly forecast at every checkpoint, NWS alerts, road feeds, one risk score.

Embed the widget

Paste this where you want it. It renders an iframe sized to the container width. Attributes: data-origin, data-destination (required), data-vehicle (car, rv, truck, motorcycle, ev), data-theme (light or dark), data-height (pixels). Conditions are for a departure at the top of the next hour and refresh hourly.

<div data-weatherwego
     data-origin="Denver, CO"
     data-destination="Vail, CO"
     data-vehicle="car"
     data-theme="light"
     data-height="320"></div>
<script async src="https://www.weatherwego.com/widget.js"></script>

Preview: /embed?origin=Denver, CO&destination=Vail, CO

Free for any site. The widget links back to the full forecast. Please keep that link.

API

The planner runs on a JSON API. Browser calls are accepted from weatherwego.com only; for server-to-server access or a commercial integration, email us and we will set up a key. Endpoints, for reference:

EndpointWhat it returns
POST /routes/forecastRoute, scored checkpoints (weather, risk with reasons, alerts, road data, source and confidence), exposure, adjusted arrival, prep list, seasonal notes. Body: origin, destination, departureTime, dailyDrivingLimit, vehicle, avoidHighways, avoidTolls, candidateIndex, stops.
POST /routes/compareEvery way to go — fastest, alternates, around the worst stretch — each scored against the weather.
POST /routes/alternativesDeparture times within ±4 hours that score lower.
POST /trips/watchStart Trip Watch (email and/or push) for a trip.
GET /stats/verificationForecast accuracy over the last 30 days, by lead time.

Rate limits apply per address. Data credits: NOAA/NWS, state DOTs, Google Weather, OpenStreetMap. Road authorities have the final word on closures.