Travel Advisor

부분 유료
Verified
분류별 Api Dojo | 업데이트됨 한 달 전 | Transportation
인기

9.9 / 10

지연 시간

2,936ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

API stop returning data

Rapid account: Pamanseau
pamanseau
일 년 전
We do queries like:

const options = {
method: ‘GET’,
url: ‘https://travel-advisor.p.rapidapi.com/hotels/list-in-boundary’,
params: {
bl_latitude: ‘37.402179’,
bl_longitude: ‘25.29961’,
tr_longitude: ‘25.462086’,
tr_latitude: ‘37.500627’,
offset: ‘30’,
limit: ‘30’,
currency: ‘EUR’
},
headers: {…

We get data but then sometimes we get this:
{
“data”: [],
“status”: {
“unfiltered_total_size”: “0”,
“commerce_country_iso_code”: “US”,
“autobroadened”: false,
“progress”: “0”,
“auction_key”: “504f98b3e0c443a48c4d25564e160c75”,
“pricing”: “base”
},
“paging”: {
“results”: “0”,
“total_results”: “0”
}
}

Rapid account: Apidojo
apidojo Commented 일 년 전

Hello,

You should place the lat,lng on google map to check the location. In addition, the endpoint was deprecated one year ago. There is …/hotels/v2/list endppoint.

Regards.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입