AeroDataBox · Example Payload

Aerodatabox Searchflightsbyterm Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Searchflightsbyterm 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": "SearchFlightsByTerm",
  "method": "GET",
  "path": "/flights/search/term",
  "summary": "AeroDataBox Search Flight Numbers by Term / TIER 2",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SearchFlightsByTerm200Example",
      "example": {
        "searchBy": "example_value",
        "count": 100,
        "items": [
          "example_value"
        ]
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "SearchFlightsByTerm400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "SearchFlightsByTerm401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "SearchFlightsByTerm451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "SearchFlightsByTerm500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}