opensky-to / api

OpenSky core API
https://opensky.to
MIT License
2 stars 2 forks source link
flight-simulator msfs

Discord Facebook Maintained .NET Make a pull request License

OpenSky is an open-source airline management simulation currently in development. We are actively seeking aviation enthusiast whom would love to be part of this upcoming project and shape it with us! If you have experience in coding, graphical or game design and feel like you could be an asset to the project, please head over to the contribute page and do not hesitate to jump into our Discord and say hello! We would love to hear your ideas and feedback and are actively collecting them in our forums!

OpenSky API

This repository contains the C# code for our .net Core 5.0 API. This is the public interface of the OpenSky game world server. The existing game client and agents communicate using this interface and if you want you can either interface it directly or write your own agent or client for any unsupported simulator or operating system.

The API uses OpenAPI specification version 3 (OAS3) and you can find the Swagger test interface for our test instance here:\ https://api-dev.opensky.to/swagger/index.html

But please keep in mind that any data on this instance will be reset on a somewhat regular basis.

License

Original source code and assets and present in this repository are licensed under the MIT license.