AeroModel

AeroModel

Documentation

angle

Aircraft view angle in degrees (rotation around the vertical axis) or special view.

Values

ValueDescription
0Front view (nose toward camera)
45Front-left 3/4
90 (default)Right profile
135Rear-right 3/4
180Rear view (tail)
225Rear-left 3/4
270Left profile
315Front-right 3/4
3453/4 front slightly offset (useful for product cards)
topTop-down view (zenithal)

Accepted alias: 347 is automatically remapped to 345 (legacy historical value).

API examples

GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&airline=AF&angle=0
GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&airline=AF&angle=90
GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&airline=AF&angle=345
GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&airline=AF&angle=top

Visuals (A320 Air France)

AngleImage
0
45
90
135
180
225
270
315
345
top

Notes

  • All angles are pre-rendered: no on-the-fly rotation. Constant performance.
  • top is a special view (zenith camera), different from a 3D rotation.
  • Some rare combinations (old plane, special livery, top angle) may not be available → fallback to base or blank.

Choosing an angle

Use caseRecommended angle
List / catalog90 (profile)
Product card / hero345 or 45
Fleet comparison90
Map / satellite viewtop
Marketing presentation45

Errors

GET https://api.aeromodel.dash-systems.fr/v1/images/plane?api-key=YOUR_KEY&plane=A320&angle=foo&format=json
→ 400 { "error": "invalid angle" }

See also

  • gear — landing gear
  • pitch — nose-up/nose-down inclination (composed on the fly)