Skip to main content

Getting started

Each VASystem-hosted virtual airlines has two available APIs:

Both APIs are equivalent in terms of their functionality, and are designed to be used by third-party applications to interact with the virtual airline's data. The gRPC API is the preferred API to use, as it is more efficient and has a more consistent interface. The REST API is provided for ease of use, and is not recommended for production use.

The API is not fully public, and requires valid authentication to be used. The authentication process is described in the Authentication section and applies to both APIs.