IVAO Public APIs don't require any authentication nor access request.
This section of the IVAO DevOPS Documentation wiki describes important information on how to retrieve data from IVAO servers as a client-side application.
This section of the IVAO DevOPS Documentation wiki describes important information on how to retrieve data from IVAO servers as a client-side application.
This section of the IVAO Web Development Documentation wiki describes how you can send your data to the FPL system externally. For more information, visit the next link.
IVAO Private APIs require users to be authenticated in order to query them. Click Here to get request your own access
IVAO Private API Documentations could be found under this link.
IVAO OAuth Scopes description can be found here.
Notice: IVAO API access is now open to everyone! Do not hesitate to request your own access here!
Warning: IVAO API Keys are not issued anymore, please use OAuth tokens.
The IVAO Weather API is exclusive to IVAO Official Virtual Airlines and selected Third Party partners.
If you want access to the Weather API, you should follow the process described on the section Private APIs.
For Virtual Airlines, the request must contain the following information:
For Third Parties, the request must contain the following information:
You can find some code examples on how to use OAuth to access the APIs on this repository. Feel free to make a pull request and add new examples for other users
The reponse you get from the API is really close to how our database is structured behind the scenes. This is why some values are IDs referencing other rows, but not always included in the body. Here is a list of most common references you might encounter while using our API.
If you encounter that isn't listed down below, please get in touch with us.