Skyscanner Flights
Skyscanner flight search API for one-way, round-trip, and multi-city results with fares, airlines, itinerary details, and clean JSON responses for flight tracking.
Skyscanner Flights endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check whether the public API is reachable and ready to serve requests. |
| GET |
Get Seat Classes /api/v1/meta/seat-classes |
Return the supported seat-class list. |
| GET |
Get Trip Types /api/v1/meta/trip-types |
Return the supported trip-type list. |
| GET |
Search One Way Flights /api/v1/search |
Search Skyscanner one-way flights. Required parameters are listed first. Optional parameters appear below them. If no flights are available or the upstream source does not return… |
| GET |
Search Round Trip Flights /api/v1/roundtrip |
Search Skyscanner round-trip flights. Required parameters are listed first. Optional parameters appear below them. If no flights are available or the upstream source does not… |
| POST |
Search Multi City Flights /api/v1/multicity |
Search Skyscanner multi-city itineraries. The request body is required and `segments` is required inside the body. Optional fields appear below required fields. If no usable… |
Skyscanner Flights pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 1 / second |
|
| ULTRA Recommended | $29 / month | 2 / second |
|
| MEGA | $199 / month | 5 / second |
|