Aircraft type lookup
Search AviationStack aircraft type records, such as IATA/ICAO aircraft model codes.
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 '/routes/tempo-aviationstack/travel/aircraft-type-lookup?search=A320&limit=100'
h402 call 'travel/aircraft-type-lookup' --provider 'tempo-aviationstack' --method GET --query '{"search":"A320","limit":100}'Parameters & live test
pays real USDCFill 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.
searchstringrequiredAircraft type name, IATA code, or ICAO code to search for.
limitintegeroptional1–100default 100Number 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–100000-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.
{
"search": "A320",
"limit": 100
}{ "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.
- Success
- 100%
- p50
- 16.10s
- Calls
- 3