# AeroDataBox Flight & Aviation Data

> AeroDataBox Flight & Aviation Data is a paid API for AI agents from bbx-misc.vercel.app, paid per call via x402, $0.163062/call, status unknown (last checked 2026-09-14).

Retrieves real-time and historical aviation data (flights, airports, aircraft) via the AeroDataBox API proxied through BaseBuilder's paid endpoint hub.

## Facts

- Endpoint: POST https://bbx-misc.vercel.app/api/aerodatabox
- Price: $0.163062/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aerodatabox-flight-aviation-data-4f657137
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s0BffjfMqTpz8J62qQBom

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aerodatabox-flight-aviation-data-4f657137 -d '<json body>'
```

Example prompt: What is the current status of flight AA 100 today — has it departed, and what's the estimated arrival time?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time aviation data including flight status, airport schedules, or aircraft lookup, especially within an x402 micropayment workflow where per-call pricing is acceptable. Prefer over scraping flight boards or free APIs when accuracy and structured data are required.

## Known failure modes

- Invalid flight number or registration returns 404 or empty result
- Flights too far in the future may have no live data yet
- Rate limits or payment failures return 402 or 429 errors
- Malformed ICAO/IATA codes return validation errors
- Historical data older than retention window may be unavailable

## How this service works

BaseBuilder Misc API hub - 21 paid endpoints

## Output

Returns structured aviation data including flight status, scheduled and actual departure/arrival times, airport details, aircraft information, and route metadata depending on the query type.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aerodatabox-flight-aviation-data-4f657137/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-misc.vercel.app](https://www.zero.xyz/host/bbx-misc.vercel.app/llms.txt)
