#air-traffic
2 APIs con questa etichetta
VATSIM API
VATSIM, la Red de Simulación de Tráfico Aéreo Virtual, como API — la red de simulación de vuelo en línea más grande, donde decenas de miles de pilotos virtuales y controladores de tráfico aéreo vuelan y controlan en tiempo real en simuladores de vuelo. Esta API expone el feed en vivo de la red VATSIM. /v1/pilots devuelve los pilotos actualmente volando en línea, cada uno con su posición en vivo (latitud, longitud, altitud, velocidad respecto al suelo, rumbo), transpondedor, tipo de aeronave y plan de vuelo presentado (salida, llegada, ruta, altitud de crucero, reglas de vuelo); filtrar por aeropuerto (coincidiendo con el OACI de salida o llegada, ej. airport=EGLL) o por prefijo de indicativo. /v1/controllers devuelve los controladores de tráfico aéreo actualmente en línea, cada uno con indicativo, frecuencia de radio, instalación (Entrega, Tierra, Torre, Aproximación/Salida, Centro), calificación y hora de inicio de sesión; filtrar por prefijo de aeropuerto (ej. airport=KLAX coincide con KLAX_TWR, KLAX_APP), con una opción observers=true. /v1/stats devuelve el estado de la red — total de clientes conectados y el número de pilotos, controladores y posiciones ATIS en línea, con la marca de tiempo de la instantánea. La instantánea de la red se actualiza aproximadamente cada 15 segundos. Ideal para herramientas de simulación de vuelo, mapas de ATC en vivo y tráfico, paneles de eventos y personal, y bots comunitarios. Datos de VATSIM (gratuito para usar; por favor, acredite a VATSIM). Esta es la red de simulación de vuelo virtual en vivo — distinta del seguimiento de vuelos ADS-B del mundo real.
api.oanor.com/vatsim-api
OpenSky API
Live air traffic as an API, powered by the OpenSky Network — a community network of thousands of volunteer ADS-B/Mode-S receivers tracking aircraft worldwide in real time. This is live flight tracking, the FlightRadar-style picture of what is in the sky right now, distinct from static aircraft registries, airline directories, airport metadata and scheduled-flight status. /v1/flights returns every aircraft currently airborne inside a geographic bounding box (give the box as lamin/lomin/lamax/lomax in degrees, kept under roughly 20° latitude by 30° longitude), each with its ICAO 24-bit address, callsign, origin country, live longitude and latitude, barometric and geometric altitude, ground speed, true heading, vertical rate and transponder squawk — a real-time radar snapshot with the network timestamp. /v1/aircraft looks up a single aircraft by its 6-hex ICAO 24-bit address and returns its current live state (or airborne:false when it is grounded or out of receiver range). /v1/arrivals and /v1/departures list the flights that arrived at or departed from an airport (4-letter ICAO code such as EDDF Frankfurt or EGLL Heathrow) over the last N hours (1-48), each with callsign, the estimated airport at the other end and the first/last-seen timestamps. Ideal for live flight-tracking maps, aviation dashboards, geofencing and proximity alerts, spotting tools, and research into air-traffic patterns. Positions are in degrees, altitudes in metres and speeds in metres per second. Data from the OpenSky Network, free for non-commercial use — please credit OpenSky. Coverage depends on volunteer receiver density.
api.oanor.com/opensky-api