AeroDataBox · Example Payload

Aerodatabox Getairportlocaltime Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Getairportlocaltime 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": "GetAirportLocalTime",
  "method": "GET",
  "path": "/airports/{codeType}/{code}/time/local",
  "summary": "AeroDataBox Current Local Time at the Airport / TIER 1",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetAirportLocalTime200Example",
      "example": {
        "time": "example_value",
        "timeZoneId": "abc123"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "GetAirportLocalTime400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "GetAirportLocalTime401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "GetAirportLocalTime451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "GetAirportLocalTime500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}