AeroModel

Documentation

gear

Landing gear position.

Values

ValueDescription
down (default)Gear extended (aircraft on ground or final approach)
upGear retracted (aircraft in cruise)

Accepted aliases for up: false, 0, without, retracted. Anything else → down.

API examples

GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&airline=AF&gear=down
GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&airline=AF&gear=up

Visuals (A320 profile 90°)

gear=downgear=up

Behavior

  • Not all angles support all gear values. If gear=up is unavailable for the combination, the API automatically falls back to gear=down (and vice versa).
  • The actually applied gear is exposed in the x-effective-gear header.
  • When a fallback occurs, header x-fallback-reason: gear-<requested>-unavailable-used-<applied> is returned.

Use cases

Contextgear
Aircraft in flight (sky, cruise)up
Aircraft on ground, taxi, ready for takeoffdown
Marketing / product carddown (more recognizable)
Takeoff / landing animationmix per frame

See also