Feed CatalogWeather

Weather

freeliveanalytics

From raw conditions to predictive intelligence. weatherdata (free) carries air/track temp, humidity, pressure, wind, and rainfall; the weather.rain_onset / weather.rain_cleared events fire on rainfall transitions. The Analytics-tier weather.* feeds add forecast-driven strategy signals — when the field splits wet vs. dry, when a compound crossover is imminent, and per-driver tyre-mismatch alerts.

Feed IDTierCadenceDescription
weatherdatafreePer updateAir/track temp, humidity, pressure, wind, rainfall.
weatherdataserieslivePer updateTime-series history of weather data.
weather.rain_onsetliveOn rain startFires when rainfall begins at the circuit.
weather.rain_clearedliveOn rain stopFires when rainfall stops at the circuit.
weather.strategy_divergenceanalyticsDuring rainFires during active rain when the field splits between wet and dry compound strategies.
weather.compound_crossover_alertanalyticsOn crossoverFires when forecast conditions cross the threshold where a different compound becomes optimal.
weather.forecast_updateanalyticsOn forecast changeFires when precipitation forecast changes by more than 0.5 mm/hr.
weather.tyre_mismatchanalyticsOn wet-tyre mismatchPer-driver alert when a car is on slicks with rain falling or imminent — the wrong tyre for the conditions.

Subscribe with the feedId via webhook or SSE. Tier shown is the minimum plan required.

weatherdataWeather Datafree

Per update

Air/track temp, humidity, pressure, wind, rainfall.

Sample payload
json
{
  "feed": "weatherdata",
  "sessionId": "9560",
  "utc": "2026-06-08T14:32:18.441Z",
  "data": {
    "airTempC": 22.4,
    "trackTempC": 37.8,
    "humidity": 61,
    "pressure": 1014.2,
    "windSpeed": 3.1,
    "windDirection": 214,
    "rainfall": false
  }
}

weatherdataseriesWeather Data Serieslive

Per update

Time-series history of weather data.

Sample payload
json
{
  "feed": "weatherdataseries",
  "sessionId": "9560",
  "utc": "2026-06-08T14:32:18.441Z",
  "data": {
    "snapshots": [
      {
        "utc": "2026-06-08T13:00:00.000Z",
        "airTempC": 21.2,
        "trackTempC": 35.1,
        "humidity": 64,
        "pressure": 1014,
        "windSpeed": 2.8,
        "windDirection": 210,
        "rainfall": false
      },
      {
        "utc": "2026-06-08T13:30:00.000Z",
        "airTempC": 21.8,
        "trackTempC": 36.4,
        "humidity": 63,
        "pressure": 1014.1,
        "windSpeed": 3,
        "windDirection": 212,
        "rainfall": false
      },
      {
        "utc": "2026-06-08T14:00:00.000Z",
        "airTempC": 22.4,
        "trackTempC": 37.8,
        "humidity": 61,
        "pressure": 1014.2,
        "windSpeed": 3.1,
        "windDirection": 214,
        "rainfall": false
      }
    ]
  }
}

weather.rain_onsetRain Onsetlive

On rain start

Fires when rainfall begins at the circuit.

Backed by: weather state machine. How the models work →

weather.rain_clearedRain Clearedlive

On rain stop

Fires when rainfall stops at the circuit.

Backed by: weather state machine. How the models work →

weather.strategy_divergenceWeather Strategy Divergenceanalytics

During rain · Race, Sprint

Fires during active rain when the field splits between wet and dry compound strategies.

Backed by: weather impact model. How the models work →

weather.compound_crossover_alertCompound Crossover Alertanalytics

On crossover · Race, Sprint

Fires when forecast conditions cross the threshold where a different compound becomes optimal.

Backed by: weather impact model. How the models work →

weather.forecast_updateWeather Forecast Updateanalytics

On forecast change

Fires when precipitation forecast changes by more than 0.5 mm/hr.

Backed by: Open-Meteo forecast integration. How the models work →

weather.tyre_mismatchTyre Mismatch Alertanalytics

On wet-tyre mismatch · Race, Sprint

Per-driver alert when a car is on slicks with rain falling or imminent — the wrong tyre for the conditions.

Backed by: weather impact model. How the models work →

Race EventsTelemetry