Catalog
TravelGETlive

Flight board

Look up the current-day live arrivals or departures board for an airport.

$0.005
per call
Success
100%
p50 latency
10.77s
p95 latency
10.77s
Calls (30d)
1

Provider contract

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

iataCodestringrequired

Airport IATA code used by the AviationStack timetable endpoint.

e.g.
typestringrequired

Schedule direction for the airport.

One of
airline_iatastringoptional

Optional airline IATA code filter.

e.g.
airline_icaostringoptional

Optional airline ICAO code filter.

e.g.
flight_numberstringoptional

Optional 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.

GET/routes/tempo-aviationstack/travel/flight-board
Request query
{
  "iataCode": "JFK",
  "type": "departure",
  "limit": 100
}

ResponseExample response
{
  "data": {
    "pagination": {
      "limit": null,
      "offset": null,
      "count": 1425,
      "total": 1425
    },
    "data": [
      {
        "aircraft": {
          "icao24": "A324CE",
          "icaoCode": "B38M",
          "regNumber": "N301UC"
        },
        "airline": {
          "iataCode": "BA",
          "icaoCode": "BAW",
          "name": "British Airways"
        },
        "arrival": {
          "actualRunway": null,
          "actualTime": null,
          "baggage": "25",
          "delay": null,
          "estimatedRunway": null,
          "estimatedTime": "2026-07-22T19:08:00.000",
          "gate": "D38",
          "iataCode": "MIA",
          "icaoCode": "KMIA",
          "scheduledTime": "2026-07-22T19:26:00.000",
          "terminal": "N"
        },
        "codeshared": {
          "airline": {
            "iataCode": "aa",
            "icaoCode": "aal",
            "name": "american airlines"
          },
          "flight": {
            "iataNumber": "aa1479",
            "icaoNumber": "aal1479",
            "number": "1479"
          }
        },
        "departure": {
          "actualRunway": "2026-07-22T16:40:00.000",
          "actualTime": "2026-07-22T16:40:00.000",
          "baggage": null,
          "delay": "41",
          "estimatedRunway": "2026-07-22T16:40:00.000",
          "estimatedTime": "2026-07-22T16:28:00.000",
          "gate": "44",
          "iataCode": "JFK",
          "icaoCode": "KJFK",
          "scheduledTime": "2026-07-22T16:00:00.000",
          "terminal": "8"
        },
        "flight": {
          "iataNumber": "BA4695",
          "icaoNumber": "BAW4695",
          "number": "4695"
        },
        "status": "active",
        "type": "departure"
      },
      {
        "aircraft": {
          "icao24": "A324CE",
          "icaoCode": "B38M",
          "regNumber": "N301UC"
        },
        "airline": {
          "iataCode": "CX",
          "icaoCode": "CPA",
          "name": "Cathay Pacific"
        },
        "arrival": {
          "actualRunway": null,
          "actualTime": null,
          "baggage": "25",
          "delay": null,
          "estimatedRunway": null,
          "estimatedTime": "2026-07-22T19:08:00.000",
          "gate": "D38",
          "iataCode": "MIA",
          "icaoCode": "KMIA",
          "scheduledTime": "2026-07-22T19:26:00.000",
          "terminal": "N"
        },
        "codeshared": {
          "airline": {
            "iataCode": "aa",
            "icaoCode": "aal",
            "name": "american airlines"
          },
          "flight": {
            "iataNumber": "aa1479",
            "icaoNumber": "aal1479",
            "number": "1479"
          }
        },
        "departure": {
          "actualRunway": "2026-07-22T16:40:00.000",
          "actualTime": "2026-07-22T16:40:00.000",
          "baggage": null,
          "delay": "41",
          "estimatedRunway": "2026-07-22T16:40:00.000",
          "estimatedTime": "2026-07-22T16:28:00.000",
          "gate": "44",
          "iataCode": "JFK",
          "icaoCode": "KJFK",
          "scheduledTime": "2026-07-22T16:00:00.000",
          "terminal": "8"
        },
        "flight": {
          "iataNumber": "CX7707",
          "icaoNumber": "CPA7707",
          "number": "7707"
        },
        "status": "active",
        "type": "departure"
      },
      {
        "aircraft": {
          "icao24": "A324CE",
          "icaoCode": "B38M",
          "regNumber": "N301UC"
        },
        "airline": {
          "iataCode": "G3",
          "icaoCode": "GLO",
          "name": "GOL"
        },
        "arrival": {
          "actualRunway": null,
          "actualTime": null,
          "baggage": "25",
          "delay": null,
          "estimatedRunway": null,
          "estimatedTime": "2026-07-22T19:08:00.000",
          "gate": "D38",
          "iataCode": "MIA",
          "icaoCode": "KMIA",
          "scheduledTime": "2026-07-22T19:26:00.000",
          "terminal": "N"
        },
        "codeshared": {
          "airline": {
            "iataCode": "aa",
            "icaoCode": "aal",
            "name": "american airlines"
          },
          "flight": {
            "iataNumber": "aa1479",
            "icaoNumber": "aal1479",
            "number": "1479"
          }
        },
        "departure": {
          "actualRunway": "2026-07-22T16:40:00.000",
          "actualTime": "2026-07-22T16:40:00.000",
          "baggage": null,
          "delay": "41",
          "estimatedRunway": "2026-07-22T16:40:00.000",
          "estimatedTime": "2026-07-22T16:28:00.000",
          "gate": "44",
          "iataCode": "JFK",
          "icaoCode": "KJFK",
          "scheduledTime": "2026-07-22T16:00:00.000",
          "terminal": "8"
        },
        "flight": {
          "iataNumber": "G36226",
          "icaoNumber": "GLO6226",
          "number": "6226"
        },
        "status": "active",
        "type": "departure"
      }
    ]
  },
  "h402": {
    "routeId": "travel/flight-board",
    "provider": "tempo-aviationstack",
    "selectedCandidateId": "travel/flight-board/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
10.77s
Calls
1
100%
$0.005$0.0050/call
Last successful call: 6d ago· Aggregated by h402 — not the source provider