Hotels

PAGADO
Verified
Por Api Dojo | Actualizada 4日前 | Travel
Popularidad

9.8 / 10

Latencia

2,303ms

Nivel de servicio

100%

Health Check

N/A

Volver a todas las conversaciones

404 respone status please help

Rapid account: Yashnihalani
yashnihalani
1年前

i am trying to hit by search endpoint .
please check my code snippet below.
(Ruby on rails)

def request_api(url)
response = Excon.get(
url,
headers: {
‘X-RapidAPI-Host’ => URI.parse(url).host,
‘X-RapidAPI-Key’ => ‘MY_KEY’
}
)
puts(response.status)

return nil if response.status != 200
JSON.parse(response.body)

end
def find_city(name)
request_api(
https://hotels4.p.rapidapi.com/locations/search/#{URI.encode(name)}
)
end

Rapid account: Apidojo
apidojo Commented 1年前

Hello,

1/ I am sorry that I cannot help you with coding.
2/ You are using a deprecated endpoint.
3/ The requested URL is totally wrong. It should be “…/locations/v3/search?q=chiang mai” . I am not sure why you put “…/#…” in the URL?!

Regards.

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios