FlightLabs · Example Payload

Airports

AviationFlightsAirlinesAirportsFlight TrackingTravelReal-Time Data

Airports 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

successdata

Example Payload

Raw ↑
{
  "success": true,
  "data": [
    {
      "airportId": "3830",
      "nameAirport": "John F. Kennedy International Airport",
      "codeIataAirport": "JFK",
      "codeIcaoAirport": "KJFK",
      "codeFaaAirport": "JFK",
      "latitudeAirport": 40.6398,
      "longitudeAirport": -73.7789,
      "uTCHours": -5,
      "nameCountry": "United States",
      "codeIso2Country": "US",
      "codeIataCity": "NYC",
      "timezone": "America/New_York",
      "GMT": "-5",
      "phone": "+1 718-244-4444",
      "nameTranslations": "Kennedy,John-F-Kennedy",
      "geoHash": "dr5x",
      "sizeAirport": "large"
    },
    {
      "airportId": "3484",
      "nameAirport": "Los Angeles International Airport",
      "codeIataAirport": "LAX",
      "codeIcaoAirport": "KLAX",
      "codeFaaAirport": "LAX",
      "latitudeAirport": 33.9425,
      "longitudeAirport": -118.408,
      "uTCHours": -8,
      "nameCountry": "United States",
      "codeIso2Country": "US",
      "codeIataCity": "LAX",
      "timezone": "America/Los_Angeles",
      "GMT": "-8",
      "phone": "+1 855-463-5252",
      "nameTranslations": "Los Angeles,LAX",
      "geoHash": "9q5ct",
      "sizeAirport": "large"
    }
  ]
}

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/airports"
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.