Catalog
TravelGETlive

Aircraft type lookup

Search AviationStack aircraft type records, such as IATA/ICAO aircraft model codes.

$0.005
per call
Success
100%
p50 latency
16.10s
p95 latency
16.19s
Calls (30d)
3

Provider contract

Call path
/routes/tempo-aviationstack/travel/aircraft-type-lookup
Method
GET
Selected provider
tempo-aviationstackdefault
Provider price
$0.005
Settlement
Base USDC · x402 · 5% h402 fee

Quickstart

Both commands call the selected provider directly.

cURL
curl '/routes/tempo-aviationstack/travel/aircraft-type-lookup?search=A320&limit=100'
CLI
h402 call 'travel/aircraft-type-lookup' --provider 'tempo-aviationstack' --method GET --query '{"search":"A320","limit":100}'

Parameters & live test

pays real USDC

Fill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.

searchstringrequired

Aircraft type name, IATA code, or ICAO code to search for.

e.g.
limitintegeroptional1–100default 100

Number of results per page. AviationStack documents a default of 100 and plan-dependent maximums; h402 caps the public page size at 100 for predictable calls.

offsetintegeroptional0–10000

0-based pagination offset for paging through AviationStack result sets. h402 caps the public offset at 10000 as a safety bound because the provider documents no fixed maximum.

GET/routes/tempo-aviationstack/travel/aircraft-type-lookup
Request query
{
  "search": "A320",
  "limit": 100
}

ResponseExample response
{
  "data": {
    "pagination": {
      "offset": 0,
      "limit": 100,
      "count": 1,
      "total": 1
    },
    "data": [
      {
        "id": "22245",
        "iata_code": "320",
        "aircraft_name": "Airbus Industrie A320",
        "plane_type_id": "18"
      }
    ]
  },
  "h402": {
    "routeId": "travel/aircraft-type-lookup",
    "provider": "tempo-aviationstack",
    "selectedCandidateId": "travel/aircraft-type-lookup/tempo-aviationstack",
    "routing": "manual",
    "paidBy": "x402-exact"
  }
}

Providers

Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.

tempo-aviationstack
mpp
100
Success
100%
p50
16.10s
Calls
3
100%
$0.005$0.0050/call
Last successful call: 6d ago· Aggregated by h402 — not the source provider