Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 758 Bytes

File metadata and controls

31 lines (21 loc) · 758 Bytes

OpenSky.Net

OpenSky.NET is a library for interacting with the OpenSky Network REST API.

The library is under active development.

Usage

Initialize a new OpenSkyClient() using:

var openSkyApi = new OpenSkyClient(int maxApiCallsPerMinute);

Endpoints

GetAllStateVectorsAsync(StateRequest stateRequest)
GetFlightsAsync(FlightRequest flightRequest)
  • Retrieve flights for a certain time interval [begin, end].
GetAircraftMetadataAsync(string icao24)
  • Get metadata associated with an aircraft (make, model, owner/operator, etc.).