Manufacturer List - ICAO

Manufacturer List

Parameters

Name

Description

api_key

API key for the request

format

Output format for the result, may be csv or json (default)

manufacturer Code of the manufacturer as per DOC8643

callback

If set, Specifies JSONP as return format (for website integrations only). If format is different from JSON, data will be incapsulated in an object. Optional.

Output

Field

Type Description

manufacturer_code string Code of the aircraft manufacturer

types

number Number of types listed in ICAO DOC8643 under that manufacturer

Samples

"manufacturer_code","types" "AIRBUS",86

[ { "types": 86, "manufacturer_code": "AIRBUS" }

]

Aircraft Type Designators

Parameters

Name

Description

api_key

API key for the request

format

Output format for the result, may be csv or json (default)

manufacturer Code of the manufacturer as per DOC8643

callback

If set, Specifies JSONP as return format (for website integrations only). If format is different from JSON, data will be incapsulated in an object. Optional.

Output

Field

Type Description

manufacturer_code string Code of the manufacturer

model_no

string Model number (if applicable, empty otherwise)

model_name

string Model name (if applicable, empty otherwise)

model_version

string Model version (if applicable, empty otherwise)

engine_count

number Nuber of engines

Field engine_type aircraft_desc description wtc tdesig

Type Description

string

Type of engine, one of Jet(J), Piston(P), Turboprop/Turboshaft(T), Electric(E), Rocket(R) or Unknown(?)

string

Aircraft category, one of LandPlane(L), Amphibian(A), Helicopter(H), Gyrocopter(G), Tiltwing(T), SeaPlane(S) or Unknown(?)

string

Short code for the description, concatenation of engine type, engine count and aircraft description (e.g. L2J for LanfPlane 2 Jet engines

string Wake turbulence category of the aircraft, one of M, L, L/M, H or not applicable(-)

string ICAO Type designator code

Samples

"manufacturer_code","model_no","model_name","model_version","engine_count","e ngine_type","aircraft_desc","description","wtc","tdesig" "AIRBUS","","ACJ","",2,"Jet","LandPlane","L2J","M","A319" "AIRBUS","A-319","","",2,"Jet","LandPlane","L2J","M","A319" "AIRBUS","A-319","ACJ","",2,"Jet","LandPlane","L2J","M","A319" "AIRBUS","VC-1 ACJ","","",2,"Jet","LandPlane","L2J","M","A319"

[ { "manufacturer_code": "AIRBUS", "model_no": "", "model_name": "ACJ", "model_version": "", "engine_count": 2, "engine_type": "Jet", "aircraft_desc": "LandPlane", "description": "L2J", "wtc": "M", "tdesig": "A319" },

{ "manufacturer_code": "AIRBUS", "model_no": "A-319", "model_name": "", "model_version": "", "engine_count": 2, "engine_type": "Jet", "aircraft_desc": "LandPlane", "description": "L2J", "wtc": "M", "tdesig": "A319"

}, {

"manufacturer_code": "AIRBUS", "model_no": "A-319", "model_name": "ACJ", "model_version": "", "engine_count": 2, "engine_type": "Jet", "aircraft_desc": "LandPlane", "description": "L2J", "wtc": "M", "tdesig": "A319" }, { "manufacturer_code": "AIRBUS", "model_no": "VC-1 ACJ", "model_name": "", "model_version": "", "engine_count": 2, "engine_type": "Jet", "aircraft_desc": "LandPlane", "description": "L2J", "wtc": "M", "tdesig": "A319" } ]

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download