Aviation Flight Status
Universal flight status lookup by number and optional date: scheduled vs actual times, delay, gate, terminal, baggage carousel, aircraft type, route distance.
This is a ready-to-deploy endpoint for aviation and flight-operations data, delivered as ready-to-run Node.js source.
Accepts 2 query parameters as documented in the included endpoint.json. Requires your own flight-data provider account (e.g. an AeroDataBox-style API on RapidAPI): set the AV_UPSTREAM, AV_KEY and AV_KEY_HEADER environment variables before deploying, or requests will fail.
Package includes: handler.js (the request handler), endpoint.json (metadata and pricing schema), and a README with setup notes. Drop it into an Express (or similar) server and you have a working API endpoint in minutes.