airbnb · Example Payload

Airbnb Experience Location Example

Airbnb Experience Location Example is an example object payload from airbnb, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

meeting_pointcitystatecountrylatitudelongitude

Example Payload

Raw ↑
{
  "meeting_point": "example-meeting_point",
  "city": "example-city",
  "state": "example-state",
  "country": "example-country",
  "latitude": 1,
  "longitude": 1
}