Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

VAOS 1.1 API Reference

Taylor Broad edited this page Nov 8, 2017 · 1 revision

This is the full API reference which includes parameters as well as the routes themselves.

Hierarchal Structure

We need to consider that every airline in the system is it's own separate section of the system. This means that anything that pertains to that airline, be it schedule, fleet, etc. should only be accessed by that section of API.

The structure is as follows:

Root
|- Airlines
   |- Fleet
   |- TypeRatings
   |- Users
   |- Schedule
|- Users
   |- Logbook

Clone this wiki locally