# BlackBobs.ai AeroDataBox Aviation Data API

> BlackBobs.ai AeroDataBox Aviation Data API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.061236/call, status unknown (last checked 2026-09-15).

Retrieves aviation data (flights, airports, aircraft) via the AeroDataBox API through BlackBobs.ai's pay-per-call hub on Base chain.

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/aerodatabox
- Price: $0.061236/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-aerodatabox-aviation-data-api-a1b95e59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XL4E1kM3yxz2SXSvlGo1r

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 blackbobs-ai-aerodatabox-aviation-data-api-a1b95e59 -d '<json body>'
```

Example prompt: Can you look up the current status and arrival time for flight AA1234 today using AeroDataBox?

## When to prefer this

Choose this endpoint when you need aviation data (flight status, airport info, aircraft details) and want pay-per-call pricing via crypto on Base chain without a monthly AeroDataBox subscription. Useful for agents that only occasionally need flight data and want to avoid recurring SaaS costs.

## Known failure modes

- Invalid flight number or ICAO/IATA code returns empty or error result
- Flight not found in AeroDataBox database for the requested date
- Payment failure on Base chain prevents API call
- Rate limiting or quota exceeded on underlying AeroDataBox subscription
- Outdated or unavailable real-time data for certain regions or airlines

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns aviation data including flight status, scheduled and estimated departure/arrival times, airport details, aircraft information, and route data, wrapped in a result object from the AeroDataBox API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-aerodatabox-aviation-data-api-a1b95e59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
