Hotels

付费
通过 Api Dojo | 已更新 25 days ago | Travel
人气

9.8 / 10

延迟

2,268ms

服务等级

100%

Health Check

N/A

返回所有讨论

problem with properties/list

Rapid account: Voropaevas 94
voropaevas94
un anno fa

when I use properties/list, I constantly get a 204 response. Tell me please, what am I doing wrong? Can someone write me a request with a 200 response?

my request:

import requests

url = “https://hotels4.p.rapidapi.com/properties/list

querystring = {“destinationId”:“1506246”,“pageNumber”:“1”,“pageSize”:“25”,“checkIn”:“2023-03-10”,“checkOut”:“2023-03-15”,“adults1”:“1”,“sortOrder”:“PRICE”,“locale”:“en_US”,“currency”:“USD”}

headers = {
“X-RapidAPI-Key”: “my_key”,
“X-RapidAPI-Host”: “hotels4.p.rapidapi.com
}

response = requests.request(“GET”, url, headers=headers, params=querystring)

print(response.text)

Rapid account: Apidojo
apidojo Commented un anno fa

Hello,

Don’t you see “(Deprecated)” noted next to the endpoint? Open you eyes, and read everything with CARE that would definitely help you.
You need to use the …/v2/… instead.

Regards.

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论