# Aviationstack Aircraft Types

> Aviationstack Aircraft Types is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves a list of aircraft types with optional result limiting via the Aviationstack API

## Facts

- Endpoint: GET https://gateway.apiosk.com/aviationstack/aircraft_types
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aviationstack-aircraft-types-c9a125cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_enBumnh7bHvxmZkwkcsUh

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-aircraft-types-c9a125cd
```

Example prompt: Can you pull me a list of aircraft types from Aviationstack — just give me the first 50 results?

## When to prefer this

Choose this endpoint when you need reference data on aircraft types for use in flight tracking, data enrichment, form population, or validation tasks. It is especially useful when building applications that consume Aviationstack flight data and need to map aircraft type codes to human-readable names. Prefer this over general web search when you need structured, authoritative aviation reference data accessible programmatically.

## Known failure modes

- Invalid or missing API key returns authentication error
- Exceeding rate limits returns 429 Too Many Requests
- Invalid limit parameter type returns 400 Bad Request
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Aviationstack upstream service unavailable returns 503

## How this service works

Aircraft-type reference data.

## Output

Returns an array of aircraft type records including aircraft type codes and associated names/descriptions, paginated according to the limit parameter if specified.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aviationstack-aircraft-types-c9a125cd/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)
