Hotels

BEZAHLT
Verified
Durch Api Dojo | Aktualisiert 4 days ago | Travel
Popularität

9.8 / 10

Latenz

2,303ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

404 respone status please help

Rapid account: Yashnihalani
yashnihalani
a year ago

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 a year ago

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.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen