Tomorrow.io · Example Payload

Insight Create Request Example

Saved monitoring location for the Boston headquarters rooftop sensor.

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Top-level fields

namedescriptionconditionslogicaltimestepunits

Example Payload

Raw ↑
{
  "name": "Boston HQ Rooftop",
  "description": "Saved monitoring location for the Boston headquarters rooftop sensor.",
  "conditions": [
    {
      "field": "windSpeed",
      "operator": "gt",
      "value": 15
    }
  ],
  "logical": "and",
  "timestep": "1h",
  "units": "imperial"
}