StableTravel
GET stabletravel.dev/api/flightaware/flights/JA894A
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Get flight information by ident (designator, registration, or fa_flight_id)
Resource: stabletravel.dev/api/flightaware/flights/JA894A
Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xDd257723b86B4947483905cdAcBbBC70fACF2ec0
Payment methods: — · Last validation: 2026-09-14 10:05:36.396+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"end": {
"type": "string",
"description": "End date/time (ISO 8601)"
},
"start": {
"type": "string",
"description": "Start date/time (ISO 8601)"
},
"cursor": {
"type": "string",
"description": "Opaque cursor for pagination"
},
"max_pages": {
"type": "number",
"description": "Maximum number of pages to fetch"
},
"ident_type": {
"enum": [
"fa_flight_id",
"designator",
"registration"
],
"type": "string",
"description": "Type of flight identifier"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"flights"
],
"properties": {
"links": {
"anyOf": [
{
"type": "object",
"properties": {
"next": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"flights": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"anyOf": [
{
"enum": [
"Airline",
"General_Aviation",
"Cargo"
],
"type": "string"
},
{
"type": "null"
}
]
},
"ident": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"route": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"origin": {
"anyOf": [
{
"type": "object",
"properties": {
"city": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_lid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"timezone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"airport_info_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"blocked": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"diverted": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"operator": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"atc_ident": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"cancelled": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"filed_ete": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"actual_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"codeshares": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"ident_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"ident_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"destination": {
"anyOf": [
{
"type": "object",
"properties": {
"city": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_lid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"timezone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"code_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"airport_info_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"gate_origin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"fa_flight_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"registration": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_in": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_on": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"aircraft_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"arrival_delay": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"baggage_claim": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"flight_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"operator_iata": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"operator_icao": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"position_only": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"scheduled_off": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_out": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"filed_airspeed": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"filed_altitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"route_distance": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"codeshares_iata": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
]
},
"departure_delay": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminal_origin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"gate_destination": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"progress_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"seats_cabin_coach": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"seats_cabin_first": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"actual_arrival_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"inbound_fa_flight_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"seats_cabin_business": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminal_destination": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"actual_departure_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_arrival_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_arrival_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated_departure_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"scheduled_departure_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"foresight_predictions_available": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"num_pages": {
"type": "number"
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
},
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "CjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww",
"recentBlockhash": "BfxAUQ6qrDLQTPrVUZcrXc6yuvJhnm4qm3LZPsv6GSWo",
"lastValidBlockHeight": "424983481"
},
"payTo": "6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.