Tomorrow.io · Example Payload

Route Response Example

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "timelines": [
      {
        "timestep": {},
        "startTime": {},
        "endTime": {},
        "intervals": {}
      }
    ],
    "route": [
      {
        "location": {},
        "arrivalTime": {}
      }
    ]
  }
}