Sign in

Hotels (v2-compatible)

documented

List hotels with basic metadata.

GET /demand-api-v2-compatible/hotelsAccommodationno 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/hotels?hotelsInput=%7B%22city_ids%22%3A%5B{{$city_id}}%5D%2C%22hotel_ids%22%3A%5B{{$hotel_id}}%5D%2C%22country_ids%22%3A%5B{{$country_id}}%5D%2C%22extras%22%3A%5B%22description%22%2C%22rates%22%5D%7D\" \
  -X GET \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Accept: application/json\"