AeroDataBox · Example Payload

Aerodatabox Aircraft Contract Paged Collection Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Aircraft Contract Paged Collection Contract 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

totalCountpageOffsetpageSizehasNextPagecountitems

Example Payload

Raw ↑
{
  "totalCount": 100,
  "pageOffset": 100,
  "pageSize": 100,
  "hasNextPage": true,
  "count": 100,
  "items": [
    "example_value"
  ]
}