Tomorrow.io · Example Payload

Insight Example

Sustained wind speed above 15 m/s.

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

Insight Example is an example object payload from Tomorrow.io, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionconditionslogicaltimestepunitscreatedAtupdatedAt

Example Payload

Raw ↑
{
  "id": "6183d156022c1b00086860a1",
  "name": "High Wind",
  "description": "Sustained wind speed above 15 m/s.",
  "conditions": [
    {
      "field": "windSpeed",
      "operator": "gt",
      "value": 15
    }
  ],
  "logical": "and",
  "timestep": "1h",
  "units": "metric",
  "createdAt": "2026-05-30T14:30:00Z",
  "updatedAt": "2026-05-30T14:30:00Z"
}