Tomorrow.io · Example Payload

Location Update Request Example

rooftop

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

Top-level fields

namegeometrytags

Example Payload

Raw ↑
{
  "name": "Boston HQ Rooftop",
  "geometry": {
    "type": "Point",
    "coordinates": [
      -71.0466,
      42.3478
    ]
  },
  "tags": [
    "rooftop"
  ]
}