LH OpenAPI testing
-
-
GET
Countries
v1/mds-references/countries/{countryCode}
-
GET
Cities
v1/mds-references/cities/{cityCode}
-
GET
Airports
v1/mds-references/airports/{airportCode}
-
GET
Nearest Airports
v1/mds-references/airports/nearest/{latitude},{longitude}
-
GET
Airlines
v1/mds-references/airlines/{airlineCode}
-
GET
Aircraft
v1/mds-references/aircraft/{aircraftCode}
-
-
-
GET
Customer Flight Information
v1/operations/customerflightinformation/{flightNumber}/{date}
-
GET
Customer Flight Information by Route
v1/operations/customerflightinformation/route/{origin}/{destination}/{date}
-
GET
Customer Flight Information at Arrival Airport
v1/operations/customerflightinformation/arrivals/{airportCode}/{fromDateTime}
-
GET
Customer Flight Information at Departure Airport
v1/operations/customerflightinformation/departures/{airportCode}/{fromDateTime}
-
GET
Flight Schedules
v1/operations/schedules/{origin}/{destination}/{fromDateTime}