| Services | Contact | Donate | About | Imprint |
| FlightInstance | FlightInstanceModule | Airlines |
| Property | Type | Entity | Reference | Module |
| (1) ActualArrivalUtc | STRING | FlightInstance | ||
| (2) ActualDepartureUtc | STRING | FlightInstance | ||
| (3) Aircraft | LONG | FlightInstance | Aircraft | AirlineModule |
| (4) FlightSchedule | LONG | FlightInstance | FlightSchedule | FlightNumberModule |
| (5) ScheduledArrivalUtc | STRING | FlightInstance | ||
| (6) ScheduledDepartureUtc | STRING | FlightInstance | ||
| (7) Status | STRING | FlightInstance |
Example:
final FlightInstance flightinstance = (FlightInstance) invokeModule(FLIGHT_INSTANCE_MODULE + "/flightinstance/" + id, FlightInstance.class);| Services | Contact | Donate | About | Imprint |