GET /
Returns the machine-readable documentation this page is rendered from. Free, and everything an agent needs.

byAPI3FreeAirnode v0.1.0
AeroDataBox is an aviation data API covering live and historical flight status, airport schedules, airport and runway reference data, and aircraft records. This Airnode wraps its read endpoints, so a consumer receives a flight's status with a signature saying this Airnode obtained it from AeroDataBox at this time, rather than trusting a copy that passed through an unnamed hop.
Whether a flight is late is a question whose answer changes by the minute, which makes it worth asking an Airnode: the attestation dates the answer as well as attributing it. Live status and estimated times only exist for airports AeroDataBox tracks, so airportFeedStatus is where to check before concluding a flight has no data.
AeroDataBox is reached through RapidAPI and the plan behind it is metered in units, with the more expensive endpoints costing many times a cheap one. The operations here are the ones that cost the least, so airport delay statistics, route statistics and flight alert webhooks are not served.
Every response carries an EIP-191 signature from the Airnode that served it, so the data can be attributed back to its source rather than trusted on reputation.
Served at https://airnode-aerodatabox.fly.dev/. The two requests below are everything the endpoint speaks, and each can be sent from this page. What comes back is verified right here in the browser.
Returns the machine-readable documentation this page is rendered from. Free, and everything an agent needs.
Names an operation and its parameters, performs it against the upstream API, and answers with the response and the attestation over it.
Every response is signed by the API that served it. Paste one to check it really came from this listing and was not altered along the way.