Tomorrow.io · Example Payload

Forecast Response Example

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Top-level fields

timelineslocation

Example Payload

Raw ↑
{
  "timelines": {
    "hourly": [
      {
        "startTime": {},
        "values": {}
      }
    ],
    "daily": [
      {
        "startTime": {},
        "values": {}
      }
    ]
  },
  "location": {
    "lat": 50.0,
    "lon": 50.0,
    "name": "Boston HQ Rooftop"
  }
}