← Protocol index
Resource / 700
unknownStableTravel.
Get flight information by ident (designator, registration, or fa_flight_id)
Payment requirements / accepts[]
2 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 10000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0xDd257723b86B4947483905cdAcBbBC70fACF2ec0 |
| active | solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp | exact | 10000 | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | 6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {
"ident_type": "designator",
"max_pages": 1
},
"type": "http"
}
OutputJSON
{
"example": {
"flights": [
{
"aircraft_type": "B738",
"destination": {
"city": "Los Angeles",
"code": "KLAX",
"code_iata": "LAX",
"code_icao": "KLAX",
"name": "Los Angeles International"
},
"fa_flight_id": "AAL100-1733068800-airline-0001",
"flight_number": "100",
"ident": "AAL100",
"ident_iata": "AA100",
"ident_icao": "AAL100",
"operator": "AAL",
"operator_iata": "AA",
"operator_icao": "AAL",
"origin": {
"city": "New York",
"code": "KJFK",
"code_iata": "JFK",
"code_icao": "KJFK",
"name": "John F. Kennedy International"
},
"scheduled_in": "2026-12-01T19:00:00Z",
"scheduled_out": "2026-12-01T13:00:00Z",
"status": "Scheduled",
"type": "Airline"
}
],
"num_pages": 1
},
"type": "json"
}