getAllFlightsFromOrigin

This method allows you to get all flights departing from an origin

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request parameters

ParameterTypeDescription
originStringDestination code
startdateDate*From date
enddateDate*To date
❗️

  • Mandatory parameters

Response parameters

The method will response with a list of segments departing from the given origin.

ParameterTypeDescription
flightsElementThe following elements are within <flight> which represents a flight within <flights>
flightElementThe following parameters are within flight
flightidNumberThe flight id
flightnumberStringThe flight number
flightdateDateThe flight date
flightequipmentStringAircraft used
tailnumberStringThe tail number
seat_plan_referenceStringtype of aircraft seat plan
opsremarksStringOperational remarks (future use)
flightlegsElementThe following elements are within <leg> which represents a leg within <flightlegs>
legElementThe following parameters are within leg
originStringThe origin code
destinationStringThe destination code
STDTimeDeparture leg
STATimeArrival leg
daydiffnumberReturns 1 if flight lands on a different day.
Body Params
json
required

The method accepts the XML / JSON input as POST, response format will be according to the sent format. You can try JSON, put the post in the following input and click "Try It"

Headers
string
required

ID provided to you by AeroCRS

string
required

Password provided to you by AeroCRS

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Choose an example:
application/json
application/xml