# AviationStack Airplanes Lookup via APIOSK Gateway

> AviationStack Airplanes Lookup via APIOSK Gateway is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Retrieves airplane/aircraft data from the AviationStack API, supporting search and pagination via a paid gateway.

## Facts

- Endpoint: GET https://gateway.apiosk.com/aviationstack/airplanes
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aviationstack-airplanes-lookup-via-apiosk-gateway-aa08b0a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f-xx7VXFCmz__d7Mv0Ns1

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 aviationstack-airplanes-lookup-via-apiosk-gateway-aa08b0a8
```

Example prompt: Search the AviationStack database for airplanes matching 'Boeing 737' and return the first 10 results.

## When to prefer this

Use this endpoint when you need to programmatically search or retrieve airplane/aircraft data from the AviationStack provider through a pay-per-call x402 gateway. Prefer this over direct AviationStack API access when you want micropayment-based billing at $0.07 per call without managing a separate API key subscription.

## Known failure modes

- Payment not accepted or insufficient USDC balance (402 error)
- Invalid limit parameter type causes schema validation failure
- Search term returns no results (empty result set)
- AviationStack upstream API is unavailable or rate-limited
- Gateway timeout if AviationStack responds slowly

## How this service works

Airplane reference data.

## Output

A list of airplane/aircraft records from AviationStack matching the search query, limited to the specified number of results. Each record likely includes aircraft identifiers, type, registration, and related metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aviationstack-airplanes-lookup-via-apiosk-gateway-aa08b0a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
