v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Listing Calendar

Get Airbnb Listing Price and Rules

Fetch the current pricing, availability rules and booking settings of an Airbnb listing in real time from Airbnb. The response fields mirror the settings object accepted by POST /listings/airbnb/price_and_rules, so values read here can be written back as-is.

This endpoint calls multiple Airbnb APIs per request and therefore shares the stricter rate limit of write operations (120 requests per minute).

get/listings/airbnb/price_and_rules

Query parameters

listing_idstring required

The unique identifier for different channels. <br>For example, the listing id for Airbnb is the Airbnb listing id, and the listing id for Booking.com is the Booking.com room id - rateplan id.

The Airbnb listing id.

Response

The current price and rules of the Airbnb listing.

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}