from this API cou can: Get a list of different planes Get the list of cities that are the origin or destination of flights. Get a list of flight dates. Get a list of flights from city A to city B on a specific day. Get more information about each flight by specifying the flight number.
The only change that happens in the information of this API is the capacity of flights: By sending a "reserve" message you can reduce the number of empty steats on the flight By sending a "returned" message you can increase the number of empty steats on the flight.