AeroDataBox · Example Payload

Aerodatabox Searchairportsbyipgeolocation Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Searchairportsbyipgeolocation 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": "SearchAirportsByIpGeoLocation",
  "method": "GET",
  "path": "/airports/search/ip",
  "summary": "AeroDataBox Search Airports by IP Address Geolocation / TIER 2",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SearchAirportsByIpGeoLocation200Example",
      "example": {
        "searchBy": "example_value",
        "count": 100,
        "items": [
          "example_value"
        ]
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "SearchAirportsByIpGeoLocation400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "SearchAirportsByIpGeoLocation401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "SearchAirportsByIpGeoLocation451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "SearchAirportsByIpGeoLocation500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}