AeroDataBox · Example Payload

Aerodatabox Getairportflights Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Getairportflights Example is an example object payload from AeroDataBox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetAirportFlights",
  "method": "GET",
  "path": "/flights/airports/{codeType}/{code}/{fromLocal}/{toLocal}",
  "summary": "AeroDataBox FIDS (airport Departures and Arrivals) - by Local Time Range / TIER 2",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetAirportFlights200Example",
      "example": {
        "departures": [
          "example_value"
        ],
        "arrivals": [
          "example_value"
        ]
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "GetAirportFlights400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "GetAirportFlights401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "GetAirportFlights451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "GetAirportFlights500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}