AeroDataBox · Example Payload

Aerodatabox Getflight Flightonspecificdate Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Getflight Flightonspecificdate 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": "GetFlight_FlightOnSpecificDate",
  "method": "GET",
  "path": "/flights/{searchBy}/{searchParam}/{dateLocal}",
  "summary": "AeroDataBox Flight Status (single Day) / TIER 2",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetFlight_FlightOnSpecificDate200Example",
      "example": [
        "example_value"
      ]
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "GetFlight_FlightOnSpecificDate400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "GetFlight_FlightOnSpecificDate401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "GetFlight_FlightOnSpecificDate451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "GetFlight_FlightOnSpecificDate500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}