AeroDataBox · JSON Structure

Aerodatabox Aircraft Search By Enum Structure

Criteria to search aircraft by

Possible values:

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

AircraftSearchByEnum is a JSON Structure definition published by AeroDataBox. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-aircraft-search-by-enum-structure.json",
  "description": "Criteria to search aircraft by<p>Possible values:</p>\r\n<ul>\r\n<li><b>0 - Id</b>: ID of the aircraft (as stored in this API)</li>\r\n<li><b>1 - Reg</b>: Search by aircraft tail-number</li>\r\n<li><b>2 - Icao24</b>: Search by 24-bit ICAO Mode-S Transponder code</li>\r\n</ul>\r\n",
  "type": "string",
  "enum": [
    "Id",
    "Reg",
    "Icao24"
  ],
  "name": "AircraftSearchByEnum"
}