airbnb · Example Payload

Airbnb Pricing Example

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

Top-level fields

base_priceweekend_pricecurrencycleaning_feesecurity_deposit

Example Payload

Raw ↑
{
  "base_price": 120.0,
  "weekend_price": 150.0,
  "currency": "USD",
  "cleaning_fee": 50.0,
  "security_deposit": 200.0
}