FlightAware Flight Lookup by Ident is a paid API for AI agents from stabletravel.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13, last successful call 2026-07-17).
Retrieve detailed flight information for a specific flight identified by designator, registration, or FlightAware flight ID
Get flight information by ident (designator, registration, or fa_flight_id)
Returns an array of flight objects matching the ident, each containing flight type (Airline/General_Aviation/Cargo), ident, route string, origin and destination airport details (city, IATA/ICAO codes, timezone, name), scheduled and actual departure/arrival times, aircraft type, gate info, flight status, and a pagination links object for additional pages.
GEThttps://stabletravel.dev/api/flightaware/flights/IBE6275Use this endpoint when you need detailed information about a specific known flight identified by its IATA/ICAO designator (e.g. IBE6275), aircraft registration (tail number), or FlightAware-specific flight ID. Prefer this over airport-level endpoints when the user already knows the flight number and wants status, route, or timing details for that particular flight.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ident_type": "designator"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"links": null,
"flights": [],
"num_pages": 1
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"