Questions tagged [skyscanner]

For questions about programming the API provided by Skyscanner which is a flight search engine that allows users to browse for flights via price and location. Additional tools such as fare graphs, allow users to compare flight prices of any given route over a month period, or the price of weekend flights from any given city.

Skyscanner is, according to its wikipedia page, a flights search engine that allows users to browse for flights via price and location. Additional tools such as fare graphs, allow users to compare flight prices of any given route over a month period, or the price of weekend flights from any given city.

60 questions
1
vote
1 answer

404 error with Skyscanner rapid api to get flight infos

I can not get response from skyscanner api. Did I write something…
aynilda
  • 43
  • 4
1
vote
2 answers

How can i get hold on skyscanner API?

I'm building a platform and i would like to use Skyscanner API, however i've been sending emails for the last couple months requesting the API access and no answer until now. Anyone has a better way to communicate with Skyscanner API team? Thanks in…
Nick
  • 29
  • 3
1
vote
1 answer

Get error in using skyscanner Api of flight pricing in php

i am following link for accessing flight live prices Skyscanner API for all airport locations and Travel API using CURL i have replace api key with my apikey. PHP Code:
umer safeer
  • 69
  • 2
  • 16
1
vote
0 answers

Is it okay to bring skyscanner api response without session key?

When I tried to create session and polling session, it occurred 429 error and 304 response several times.(Skyscanner described trying over again when 304 is occurred, but it couldn't bring response many times.) But when I use below url, it brings…
Yuda
  • 343
  • 4
  • 15
1
vote
2 answers

Skyscanner Widget on SSL page not working

I try to use the skyscanner Widget on an SSL page. SSL is provided by cloudflare. Now I am getting the "Loading insecure resource on secure page error" and the Widget is not loaded. See https://www.addismap.com/ vs. http://www.addismap.com/ I am…
Alex
  • 32,506
  • 16
  • 106
  • 171
1
vote
4 answers

Adding skyscanner api to wordpress page

Using SkyScanner's white label API, I'm trying to add the following to a Wordpress webpage... The code works fine when placed into the body of a simple webpage. Can anyone let me know how to get it to work in a WordPress page? I'm creating/editing…
George
  • 47
  • 1
  • 9
1
vote
1 answer

Problems with SkyScanner Widget in webpage

I am following this example to include a SkyScanner widget on my website: http://business.skyscanner.net/portal/en-GB/Documentation/Widgets For some reason I just get an empty div - could this be something to do with the key? When I clicked on the…
user3337052
  • 69
  • 1
  • 10
0
votes
0 answers

skyscanner API code error 400 python. How do I fill entityId as I don't know them

my code tried to find best price for flight in a tkinter app. my def code is : def search_flights(): origin = origin_entry.get() destination = destination_entry.get() departure_date = departure_date_entry.get() num_days =…
0
votes
1 answer

Not able to run backpack on react by skyscanner

Getting the following error, the react app is not compiling at first I was facing and old SSL security error on nodeJS, thanks to stackoverflow I was able to fix that, but now I am facing this. Failed to…
0
votes
2 answers

Rapid Api- Skyscanner Flight Search gives 403 (Forbidden) error

I was using the free edition of that API for 20 days. There was no problem and status code was 200, I could fetch data . However, suddenly server started to response forbidden. I have no idea what just happened, I tried to change my api key and…
0
votes
3 answers

Use RapidAPI's SkyScanner integration using httr

I am trying to use httr and the code snippet from rapidapi.com to use sky scanner API.This is the first time I am trying this. My issue is that the code copied directly from the site is not working and this is because of a ' in the code. How can I…
user4933
  • 1,485
  • 3
  • 24
  • 42
0
votes
1 answer

I can't found trip results in skyscanner REST API

I obtain this error: 403,\n "message" : "Missing base pricing access for session creation when I try to obtain this requests in Python with Skyscanner REST API. Other requests are resolved correctly data = { 'cabinclass': 'Economy', …
0
votes
1 answer

JavaScript Iterating List of Objects

I'm writing a scraper for Skyscanner just for fun. What I'm trying to do is to iterate through the list of all listings, and for each listing, extract the URL. What I've done so far is getting the listing …
Stackimus Prime
  • 159
  • 1
  • 15
0
votes
1 answer

Is there a way to get the airport/city name from DestinationID in the Skyscanner API?

Using the EVERYWHERE quote feature with the Skyscanner API, it is returning quotes with a destinationID but no city or airport name. When I try to search for a flight using the DestinationID as the destination, it throws an error saying "is not a…
Noelle S.
  • 1
  • 1
0
votes
1 answer

Why is Skyscanner's API not working (Python)?

I went to the Skyscanner API documentation page, and selected "Python (Requests)" in the language selector. Then I copied the code snippet and changed the inbound and outbound dates to valid dates (i.e., dates later than today). But after running…
Kristada673
  • 3,512
  • 6
  • 39
  • 93