airbnb · Example Payload

Airbnb Listing Create Example

example-description

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

Top-level fields

namedescriptionproperty_typeroom_typeaddressbedroomsbathroomsbedsmax_guestsamenitieshouse_rulescheck_in_timecheck_out_timecancellation_policy

Example Payload

Raw ↑
{
  "name": "example-name",
  "description": "example-description",
  "property_type": "example-property_type",
  "room_type": "example-room_type",
  "address": "example-address",
  "bedrooms": 1,
  "bathrooms": 1,
  "beds": 1,
  "max_guests": 1,
  "amenities": [],
  "house_rules": "example-house_rules",
  "check_in_time": "example-check_in_time",
  "check_out_time": "example-check_out_time",
  "cancellation_policy": "example-cancellation_policy"
}