Home
FlightLabs
Real Time Flights
Real Time Flights
Aviation Flights Airlines Airports Flight Tracking Travel Real-Time Data
Real Time Flights is an example object payload from FlightLabs, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
success data
Example Payload
{
"success": true,
"data": [
{
"hex": "a1b2c3",
"reg_number": "N12345",
"flag": "US",
"lat": 40.7128,
"lng": -74.006,
"alt": 35000,
"dir": 270.5,
"speed": 900,
"v_speed": 0,
"squawk": "1234",
"flight_number": "100",
"flight_icao": "AAL100",
"flight_iata": "AA100",
"dep_icao": "KJFK",
"dep_iata": "JFK",
"arr_icao": "KLAX",
"arr_iata": "LAX",
"airline_icao": "AAL",
"airline_iata": "AA",
"eta": 1720000000,
"status": "en-route",
"updated": 1719999000
},
{
"hex": "d4e5f6",
"reg_number": "N67890",
"flag": "US",
"lat": 33.9425,
"lng": -118.408,
"alt": 0,
"dir": 0,
"speed": 0,
"v_speed": 0,
"squawk": "2000",
"flight_number": "201",
"flight_icao": "UAL201",
"flight_iata": "UA201",
"dep_icao": "KLAX",
"dep_iata": "LAX",
"arr_icao": "KORD",
"arr_iata": "ORD",
"airline_icao": "UAL",
"airline_iata": "UA",
"eta": 1720010000,
"status": "scheduled",
"updated": 1719998000
}
]
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/real-time-flights"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.