AeroDataBox · Example Payload

Aerodatabox Getairportfeedstatus Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Getairportfeedstatus 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": "GetAirportFeedStatus",
  "method": "GET",
  "path": "/health/services/airports/{icao}/feeds",
  "summary": "AeroDataBox Data Feed Services Status by ICAO Code / FREE TIER",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetAirportFeedStatus200Example",
      "example": {
        "flightSchedulesFeed": "example_value",
        "liveFlightUpdatesFeed": "example_value",
        "adsbUpdatesFeed": "example_value",
        "generalAvailability": "example_value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "GetAirportFeedStatus400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "GetAirportFeedStatus401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "GetAirportFeedStatus451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "GetAirportFeedStatus500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}