Tomorrow.io · Example Payload

Historical Request Example

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Top-level fields

locationfieldsunitstimestepsstartTimeendTimetimezone

Example Payload

Raw ↑
{
  "location": null,
  "fields": [
    "temperature",
    "precipitationIntensity"
  ],
  "units": "metric",
  "timesteps": [
    "1d"
  ],
  "startTime": "2024-01-01T00:00:00Z",
  "endTime": "2024-01-31T23:59:59Z",
  "timezone": "UTC"
}