ConsoleCatalog
Sign in
Airbnb UK logo

Airbnb UK

airbnb.co.ukTravelno auth

Property listings with details, pricing, photos, amenities, and reviews.

Listing Availability Calendar

ASYNCREADNo auth

Returns per-day availability and pricing calendar data for a listing across the requested month.

ParametersFormJSON

Airbnb listing ID

Calendar month (1-12)

Calendar year

Number of months of calendar data to return

Locale code for the request

Currency code for displayed prices

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_airbnb_uk_listing_availability_calendar",
    "params": {
      "listing_id": "30782781",
      "month": "6",
      "year": "2026",
      "count": "12",
      "locale": "en-GB",
      "currency": "GBP"
    }
  }'