Tomorrow.io · Example Payload

Timelines Request Example

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Top-level fields

locationfieldsunitstimestepsstartTimeendTimetimezonedailyStartHour

Example Payload

Raw ↑
{
  "location": null,
  "fields": [
    "temperature",
    "humidity",
    "windSpeed"
  ],
  "units": "metric",
  "timesteps": [
    "1h"
  ],
  "startTime": "now",
  "endTime": "nowPlus6h",
  "timezone": "America/New_York",
  "dailyStartHour": 6
}