Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples where parameters are used in url:

Prod:
https://services.avinor.no/XmlFeedOperativ/v1?airport=BGO&TimeFrom=1&TimeTo=4&direction=A&cdm=Y&additional=Y&lastUpdate=2023-01-20T13:02:37.340Z&handlingdata=Y&gateClosedTime=Y&codeshare=Y&arrivalGate=Y

Alternatively use this link:

https://flydata.avinor.no/XmlFeedOperativ.asp?airport=BGO&TimeFrom=1&TimeTo=4&direction=A&cdm=Y&additional=Y&lastUpdate=2023-01-20T13:02:37.340Z&handlingdata=Y&gateClosedTime=Y&codeshare=Y&arrivalGate=Y

Test:
https://services-test.avinor.no/XmlFeedOperativ/v1?airport=BGO&TimeFrom=1&TimeTo=4&direction=A&cdm=Y&additional=Y&lastUpdate=2023-01-20T13:02:37.340Z&handlingdata=Y&gateClosedTime=Y&codeshare=Y&arrivalGate=Y

Service field mapping

Service termADD termARDB columnComment
flight_idFlightId (NB! Is formatted)flight_id
date_of_operationFlightDepartureDate (NB! Response is DateTime)flight_departure_date
dom_intFlightDIIndicatorflight_di_indicator
schedule_timeSIBT for arrivals, SOBT for departuressibt, sobt
arr_depNANA"A" - Arrival, "D" - Departure
airportArrivalAirportIATA or DepartureAirportIATAarrival_airport_iata, departure_airport_iata
via_airportFlightRouteIATAflight_route_iataIs derived from flightId, multi flight, +++
check_inCheckInDisplayTextcheck_in_display_text
gateGategate_data
gate_statusGateStatusgate_data
beltBaggageClaimUnitbaggage_claim_unit
belt_statusIs derived: BeltLastBag or BeltFirstBagbelt_last_bag or belt_first_bagIf BeltLastBag = C else BeltFirstBag = O
belt_startBeltFirstBagbelt_first_bag
belt_stopAircraftParkingPositionArrival or ELDT or ETOT or ALDT or AIBT or NextInformationTimeAOBTATOTEOBTAircraftParkingPositionDepartureBeltLastBagbelt_last_bag
stand
aircraft_parking_position_arrival, aircraft_parking_position_departureField type depends on flight direction
est_time
eldt, etot, eobtELDT for Arrival, for departure If EOBT is set uses it, else ETOT
act_time
aldt, atotaldt if arrival, else atot if departure
onb_ofb_time
aibt, aobtaibt if arrival, else aobt if departure
next_info
next_information_time
linked_flightLinkedArrival.FlightId or LinkedDeparture.FlightIdlnk_arv_flight_id, lnk_dep_flight_idif arrival LinkedDeparture.FlightId, else departure LinkedArrival.FlightId
linked_flight_keyNANA
last_delay_codeArrivalDelay or DepartureDelayarrival_delay or departure_delay
last_delay_code2ArrivalDelay or DepartureDelayarrival_delay or departure_delay
cancelled_flagFlightLegStatusflight_leg_statusChecks if flight status is "CANCELED" returns true/false
cdm_eibtEIBTeibt
codeshare_indNANAAvledes: Alltid 'N'. AltiFlightLeqQuery returnerer data for faktiske flygninger og ikke code shares.
service_typeFlightServiceTypeIATAflight_service_type_iataThis is the type of service provided aircraft by the one letter IATA service type code.
aircraft_typeAircraftIATATypeaircraft_iata_type
aircraft_regAircraftRegistrationaircraft_registration
ramp_fuelFuelRampRequestedfuel_ramp_requested
towNANA
trip_fuelNANA
zew_fuelNANA
remark_1RemarkData.RemarkTextflight_leg_remarkIf arrival will display public, if departure will not filter by type
remark_2RemarkData.RemarkTextflight_leg_remarkWill only show staff departure no matter direction
cdm_tobtTOBTtobt
cdm_tsatTSATtsat
airlineOperatingAirlineIataoperating_airline_iata
flight_numberNOT in model (Part of FlightId)NOT in modelIs derived from FlightId
statusNextInformationTime, AOBT, ATOT, EOBT, ETOT, ELDTnext_information_time, aobt, atot, eobt, etot, eldtIf status_code = ’’: status_time = ’’
If status_code = ’N’: status_time = ’NEXT_INFO’
If status_code = ’E’: status_time = ’EOBT / ETOT’ - for departures, ’ELDT’ - for arrivals
If status_code = ’D’: status_time = ’OFF_BLOCK_TIME’ – for departures
If status_code = ’A’: status_time = ’ELDT’ – for arrivals
If status_code = ’C’: status_time = ’’
delayedNANAIs derived: calculated (ALDT, ELDT, SIBT) for arrival or (AOBT, ETOT, SOBT) for departure.
codeshare_keyNANA
handlingAgentArrivalData.HandlerName or DepartureData.HandlerNamehandler_arrival or handler_departure
handlingAgentCodeArrivalData.HandlerCode or DepartureData.HandlerCodehandler_arrival or handler_departure
flight_leg_keyNANA
gateClosedTimeGateClosegate_dataExample value: 2023-03-14T10:35:12Z
codeshareAirlineDesignatorsNAcode_share

codeshareAirlineNamesCodeshareAirlineIATAcode_share
codeshareFlightNumbersCodeshareFlightNumbercode_share
codeshareOperationalSuffixsNAcode_share

...

Example: 2009-12-31T16:00:00 corresponds to 31. Descember 2009 17:00 o'clock local time in Norway (CET), while 2009-06-23T16:00:00 correcsponds to 23. June 2009 18:00 o'clock local time in Norway (Summertime).For more information about each field please look: Avinor Data Definition

References