Catalog
TravelGETlive

Flight route lookup

Search AviationStack airline route records by departure/arrival airport, airline, or flight number.

$0.005
per call
Success
100%
p50 latency
7.11s
p95 latency
17.92s
Calls (30d)
2

Provider contract

Call path
/routes/tempo-aviationstack/travel/flight-routes
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/flight-routes?dep_iata=JFK&limit=100'
CLI
h402 call 'travel/flight-routes' --provider 'tempo-aviationstack' --method GET --query '{"dep_iata":"JFK","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.

dep_iatastringoptional *

Departure airport IATA code.

e.g.
arr_iatastringoptional *

Arrival airport IATA code.

e.g.
dep_icaostringoptional *

Departure airport ICAO code.

e.g.
arr_icaostringoptional *

Arrival airport ICAO code.

e.g.
airline_iatastringoptional *

Airline IATA code.

e.g.
airline_icaostringoptional *

Airline ICAO code.

e.g.
flight_numberstringoptional *

Flight number filter.

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.

Provide at least one of dep_iata, arr_iata, dep_icao, arr_icao, airline_iata, airline_icao, flight_number.
GET/routes/tempo-aviationstack/travel/flight-routes
Request query
{
  "dep_iata": "JFK",
  "limit": 100
}

ResponseExample response
{
  "data": {
    "pagination": {
      "limit": 100,
      "offset": 0,
      "count": 100,
      "total": 1320
    },
    "data": [
      {
        "departure": {
          "airport": "John F Kennedy International",
          "timezone": "America/New_York",
          "iata": "JFK",
          "icao": "KJFK",
          "terminal": null,
          "time": null
        },
        "arrival": {
          "airport": "Gatwick",
          "timezone": "Europe/London",
          "iata": "LGW",
          "icao": "EGKK",
          "terminal": "S",
          "time": null
        },
        "airline": {
          "name": "Norwegian Air UK ltd",
          "callsign": "NORWORLD",
          "iata": "DI",
          "icao": "NRS"
        },
        "flight": {
          "number": "7998"
        }
      },
      {
        "departure": {
          "airport": "John F Kennedy International",
          "timezone": "America/New_York",
          "iata": "JFK",
          "icao": "KJFK",
          "terminal": "4",
          "time": "22:00:00"
        },
        "arrival": {
          "airport": "Manchester Airport",
          "timezone": "Europe/London",
          "iata": "MAN",
          "icao": "EGCC",
          "terminal": "1",
          "time": "09:55:00"
        },
        "airline": {
          "name": "Thomas Cook Airlines Limited of Manchester",
          "callsign": "KESTREL",
          "iata": "MT",
          "icao": "TCX"
        },
        "flight": {
          "number": "2867"
        }
      },
      {
        "departure": {
          "airport": "John F Kennedy International",
          "timezone": "America/New_York",
          "iata": "JFK",
          "icao": "KJFK",
          "terminal": null,
          "time": null
        },
        "arrival": {
          "airport": "Gatwick",
          "timezone": "Europe/London",
          "iata": "LGW",
          "icao": "EGKK",
          "terminal": "S",
          "time": null
        },
        "airline": {
          "name": "Norwegian Air UK ltd",
          "callsign": "NORWORLD",
          "iata": "DI",
          "icao": "NRS"
        },
        "flight": {
          "number": "7916"
        }
      }
    ]
  },
  "h402": {
    "routeId": "travel/flight-routes",
    "provider": "tempo-aviationstack",
    "selectedCandidateId": "travel/flight-routes/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
7.11s
Calls
2
100%
$0.005$0.0050/call
Last successful call: 6d ago· Aggregated by h402 — not the source provider