Airlabs · Example Payload

Schedules Response

AviationFlightsAirlinesAirportsFlight TrackingFlight StatusReal-Time Data

Schedules 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.087,
    "id": "req_def456",
    "server": "ap1",
    "host": "airlabs.co",
    "pid": 12346,
    "version": 9,
    "method": "GET /api/v9/schedules",
    "params": {
      "dep_iata": "JFK"
    }
  },
  "response": [
    {
      "airline_iata": "AA",
      "airline_icao": "AAL",
      "flight_iata": "AA100",
      "flight_icao": "AAL100",
      "flight_number": "100",
      "dep_iata": "JFK",
      "dep_icao": "KJFK",
      "dep_terminal": "8",
      "dep_gate": "B22",
      "dep_time": "2026-06-13 08:00",
      "dep_time_utc": "2026-06-13 12:00",
      "dep_estimated": "2026-06-13 08:15",
      "dep_estimated_utc": "2026-06-13 12:15",
      "dep_actual": null,
      "dep_actual_utc": null,
      "arr_iata": "LAX",
      "arr_icao": "KLAX",
      "arr_terminal": "4",
      "arr_gate": "44A",
      "arr_baggage": "5",
      "arr_time": "2026-06-13 11:30",
      "arr_time_utc": "2026-06-13 18:30",
      "arr_estimated": "2026-06-13 11:45",
      "arr_estimated_utc": "2026-06-13 18:45",
      "arr_actual": null,
      "arr_actual_utc": null,
      "cs_airline_iata": null,
      "cs_flight_iata": null,
      "cs_flight_number": null,
      "status": "scheduled",
      "duration": 330,
      "delayed": 15,
      "dep_delayed": 15,
      "arr_delayed": 15
    }
  ]
}

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/schedules-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 email required.

A second provider on the same verified email joins the account you already have.