Get arrival flights for a specific airport
Get arrival flights for a specific airport
Answeringour last check, 2026-09-24
1 of 1checks answered this week
243 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://stabletravel.dev/api/flightaware/airports/KJFK/flights/arrivals
| Category | Everything else |
|---|---|
| Provider host | stabletravel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 243 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"max_pages": 1
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"airline": {
"type": "string"
},
"cursor": {
"type": "string"
},
"max_pages": {
"type": "number"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"arrivals": {
"items": {
"additionalProperties": false,
"properties": {
"actual_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"aircraft_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"arrival_delay": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"atc_ident": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"baggage_claim": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"blocked": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"cancelled": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"codeshares": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
]
},
"codeshares_iata": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
]
},
"departure_delay": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"destination": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"airport_info_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"city": {
"anyOf": [
{
"type": "string"
},