Tomorrow.io · Example Payload

Event Example

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Top-level fields

insightIdstartTimeendTimeseveritylocation

Example Payload

Raw ↑
{
  "insightId": "6183d156022c1b00086860a1",
  "startTime": "2026-05-30T15:00:00Z",
  "endTime": "2026-05-30T17:00:00Z",
  "severity": "high",
  "location": {
    "type": "Point",
    "coordinates": [
      -71.0466,
      42.3478
    ]
  }
}