Skip Navigation

Search by Address

Address

Search by an Address to return associated hotels. Each parameter can be used by itself or in combination with the other parameters to narrow the results.

Note: Only applicable for the Hotel List operation

Parameter Description Type
addressCity City associated with a hotel address. Use "%" as a wildcard. String
addressState Code of a state or province associated with an address. ISO State/Prov code. String
addressPostal Code Postal code associated with a hotel address. Use "%" as a wildcard. String
addressCountry Country of the address. (ISO Alpha-2 letter alpha country code.) String

Sample Requests

  • City Name
/v1/api/hotel/list?chainId=12723&addressCity=Southlake


  • City Name starting with S
/v1/api/hotel/list?chainId=12723&addressCity=S%


  • State or Province code
/v1/api/hotel/list?chainId=12723&addressState=TX


  • State or Province code and city name
/v1/api/hotel/list?chainId=12723&addressState=TX&addressCity=Southlake


  • Postal Code
/v1/api/hotel/list?chainId=12723&addressPostal=76092


  • Postal Code starting with 760
/v1/api/hotel/list?chainId=12723&addressPostal=760%
  • Country
/v1/api/hotel/list?chainId=12723&addressCountry=US