We have new subscription Plan(Silver Package) with v3 API Documentation

we have new subscription Plan(Silver Package) with v3 API Documentation we are facing few issues with API response
Eg. http://flightxml.flightaware.com/json/FlightXML3/FlightInfoStatus?ident=JAI316

when we hit this api we will get response but not all that is mention in Doc
Eg.
Returns
ArrayOfFlightInfoStatusStruct - returned results

flights FlightInfoStatusStruct()
actual_arrival_time Timestamp? Runway actual arrival time
actual_blockin_time Timestamp? Actual gate arrival time
actual_blockout_time Timestamp? Actual gate departure time
actual_departure_time Timestamp? Runway actual departure time
adhoc boolean Indicates if the flight is adhoc (no flight plan information available)
aircrafttype string? Aircraft type, ie. B727, C172
airline string? Airline code (ICAO) extracted from the ident
airline_iata string? Airline code (IATA) extracted from the ident
arrival_delay int? Arrival delay (in seconds) based on either actual or estimated gate arrival time. If gate time is unavailable then based on runway arrival time. A negative value indicates the flight is early.
atc_ident string? alternate ident assigned by ATC, if available
bag_claim string? Baggage claim location at the destinationi airport, if known
blocked boolean Indicates if the flight is blocked from public viewing
cancelled boolean Indicates if the flight was cancelled
codeshares string? Comma separated list of any codeshares operating on this flight.
datalink boolean?
departure_delay int? Departure delay (in seconds) based on either actual or estimated gate departure time. If gate time is unavailable then based on runway departure time. A negative value indiates the flight is early.
destination AirportDisplayStruct? Destination airport code, Lat/Lon location, final Navaid, or blank
display_aircrafttype string? Friendly string representation of the aircraft type
display_filed_altitude string? Display friendly string for the filed altitude
distance_filed int? Distance based on the filed route. May vary from the actual distance flown
diverted boolean Indicates if the flight diverted
estimated_arrival_time Timestamp? Runway estimated arrival time
estimated_blockin_time Timestamp? Estimated gate arrival time
estimated_blockout_time Timestamp? Estimated gate departure time
estimated_departure_time Timestamp? Runway estimated departure time
faFlightID string Unique identifier assigned by FlightAware for this specific flight
filed_airspeed_kts int? Filed IFR airspeed in knots
filed_airspeed_mach int? Filed IFR airspeed in mach number
filed_altitude int? Filed IFR altitude
filed_arrival_time Timestamp? Runway filed arrival time
filed_blockin_time Timestamp? Scheduled gate arrival time
filed_blockout_time Timestamp? Scheduled gate departure time
filed_departure_time Timestamp? Runway filed departure time
filed_ete int? Runway-to-runway filed duration (seconds)
flightnumber string? Flight number extracted from the ident
full_aircrafttype string? Full aircraft type including any suffic and prefix

gate_dest string? Gate at the destination airport, if known
gate_orig string? Gate at the origin airport, if known

ident string Identifier of the flight
inbound_faFlightID string? Unique identifier assigned by FlightAware of the previous flight of the aircraft serving this flight, if known
origin AirportDisplayStruct? Origin airport code, Lat/Lon location, initial Navaid, or otherwise
progress_percent int? Progress bar indicator (0-100), or -1 if not yet departed or unknown
route string? Filed IFR route for the flight
seats_cabin_business int? Number of seats in the business class cabin
seats_cabin_coach int? Number of seats in the coach class cabin
seats_cabin_first int? Number of seats in the first class cabin
status string? Human readable summary of flight status
tailnumber string? Tail number for the aircraft
terminal_dest string? Terminal at the destination airport, if known
terminal_orig string? Terminal at the origin airport, if known
type string General_Aviation or Form_Airline
next_offset int

we are unable to find these two in response after hitting the Api on Postman
|gate_dest|string?|Gate at the destination airport, if known|

|gate_orig|string?|Gate at the origin airport, if known|

Can you please help us to get these information in API response
Thanks

You need to add this parameter/value to your request in order to get gate info: “include_ex_data=1”

Thank you for your valuable support.

  1. We need one more help with MAP api :
    we have done decoding of base64 encoded image in string format, we want to know how we can
    call that encoded map image into our Roku Application. is there any string to be appended.

  2. Which API we have to use for fetching Airline Images from API

Thanks and Regards

  1. Your server backend will likely need to be what invokes FlightXML, decodes the base64 image, and caches it for download on your webserver by your Roku app. The naming of the filename used for caching of this image on your own server is up to you. I’m not sure what you mean by “string to be appended”

  2. We do not provide an API that returns airline logo images at this time.