/hostelworld/properties/availability
Get live room availability and nightly prices for a Hostelworld property over a date range: dorm and private rooms with per-room type, capacity, ensuite, beds and rooms available, lowest price per night, rate plans (deposit/non-refundable) with average and total price plus a night-by-night price breakdown, lowest dorm and private prices, deposit, free-cancellation policy and cancellation terms.
Price: 1 credit
💡 AI Hint: Fetch live availability and nightly rates for a single Hostelworld property (by numeric property id or property URL) for a given check-in/check-out date range and guest count. Returns one item with property_id, url, checkin, checkout, nights, guests, currency, is_available, deposit_percentage, has_free_cancellation, free_cancellation_until, lowest_price_per_night, lowest_dorm_price_per_night, lowest_private_price_per_night, lowest_average_price_per_night, lowest_average_dorm_price_per_night, lowest_average_private_price_per_night, promotions (id, type, name, discount, stack), cancellation_policies (label, description) and rooms. Each room has id, name, room_type, extended_type, is_private, description, label_description, capacity, is_ensuite, grade, is_available, total_beds_available, total_rooms_available, guests_per_room, price_per_night, images and rate_plans (id, payment_type, payment_label, is_default, rate_plan_type, average_price_per_night, total_price, nightly_prices with date and price). Prices are date-dependent and change over time. Use the properties endpoint for static property details.
⚠️ Common errors: 412: Property not found (well-formed but nonexistent or inactive property id)
Authorizations
API token from the dashboard
Headers
Body
Hostelworld property id or a property URL containing it
1"39493"
"https://www.hostelworld.com/hostels/p/39493/onefam-waterloo/"
Check-in date in YYYY-MM-DD format
"2026-08-10"
Check-out date in YYYY-MM-DD format
"2026-08-13"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Number of guests
1 <= x <= 8Response
Successful Response