airbnb · Example Payload

Airbnb Address Example

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

Top-level fields

streetcitystatezipcountrylatitudelongitude

Example Payload

Raw ↑
{
  "street": "1 Market Street",
  "city": "San Francisco",
  "state": "CA",
  "zip": "94105",
  "country": "US",
  "latitude": 37.7945,
  "longitude": -122.3949
}