VATSIM Canada API Documentation.
Most routes on the API require authentication, if you are a VATCAN Webmaster, you can generate your API key by going to Facility Management, then Web Configuration.
You can pass your API key in the Authorization Header:
Token (API Key here)
Or, you may pass it in the query string:
http://vatcan.ca/api/v2/someroute?api_key=(API KEY Here)
The VATCAN API is mostly for our FIRs, there is limited integration for non authenticated requests.
If your project requires an API key, send an email to [email protected]
.
Feel free to make a PR and add to Swagger. We are still trying to get everything added, so things may be missing in some places (ie response codes, response examples, models, etc)
We are unable to provide multiple schemas for a response code so the 401.# allows us to be able to provide those for viewing. They can all happen if listed on the route.
Jordan Jolenaar (1429747) - github.com/JordannDev
Kolby Dunning (1427371) - github.com/kolbyd