Sign in

Hotel availability (Metasearch v2-compatible)

documented

Query availability.

GET /demand-api-v2-compatible/hotelAvailabilityAvailabilityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://metasearch-connect-api.booking.com/demand-api-v2-compatible/hotelAvailability?city_ids={{city_ids}}&guest_country={{guest_country}}&room1={{room1}}&checkin={{checkin}}&checkout={{checkout}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"