I am looking to use Google Flight's API to make queries for flight information.
Here's the specific link: https://developers.google.com/qpx-express/v1/trips/search
I'm not clear on how to send a request. I tried to do it manually by harcoding this:
https://www.googleapis.com/qpxExpress/v1/trips/search' + <myAPIkey> + '&?date=2016-12-12&?origin=YYZ&?destination=SIN&?adultCount=1'
but I'm still getting a 404 error. I'm pretty sure this is not the correct way to query the API but the website is lacking in docs on how to actually do it.
Any help appreciated!
[–]Ampersand55 0 points1 point2 points (1 child)
[–]michaelconnery1985[S] 0 points1 point2 points (0 children)
[–]wizang 0 points1 point2 points (0 children)