Airlabs · Example Payload

Flights Response

AviationFlightsAirlinesAirportsFlight TrackingFlight StatusReal-Time Data

Flights Response is an example object payload from Airlabs, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "lang": "en",
    "currency": "USD",
    "time": 0.123,
    "id": "req_abc123",
    "server": "ap1",
    "host": "airlabs.co",
    "pid": 12345,
    "version": 9,
    "method": "GET /api/v9/flights",
    "params": {
      "airline_iata": "AA"
    }
  },
  "response": [
    {
      "hex": "A1B2C3",
      "reg_number": "N123AA",
      "flag": "US",
      "lat": 40.6413,
      "lng": -73.7781,
      "alt": 10668,
      "dir": 270.5,
      "speed": 850,
      "v_speed": 0.0,
      "squawk": "1200",
      "flight_number": "100",
      "flight_iata": "AA100",
      "flight_icao": "AAL100",
      "dep_iata": "JFK",
      "dep_icao": "KJFK",
      "arr_iata": "LAX",
      "arr_icao": "KLAX",
      "airline_iata": "AA",
      "airline_icao": "AAL",
      "aircraft_icao": "B77W",
      "updated": 1718236800,
      "status": "en-route"
    }
  ]
}

Work with this as data

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/flights-response"
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.