TravelyfeHelp
DéveloppeursReferenceBookings

Find An Airport

GET
/v1/app/airports

Airports whose code, city or name matches q, major hubs first: { iata, name, city, country, lat, lng, big }. The same for everybody, so it needs no token and is served from a cache near you.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

q*string

Search text, two characters or more.

size?integer

Up to 50. Defaults to 20.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/app/airports?q=string"
[  {}]