Skip to main content

Quick start guide

Introduction

The Flights Indicative API returns the best (lowsest) prices for a given travel date and route for 1 adult economy traveller.

Sample request

curl --request POST 'https://partners.api.skyscanner.net/apiservices/v3/flights/indicative/search' --header 'x-api-key: your-api-key' --data '{ "query": { "market": "UK", "locale": "en-GB", "currency": "GBP", "queryLegs": [{ "originPlace": { "queryPlace": { "iata": "LHR" } }, "destinationPlace": { "queryPlace": { "iata": "LAX" } }, "anytime": true }] } }'

API documentation

For more information please see Flights Indicative prices API reference