AeroModel
Documentation
angle
Aircraft view angle in degrees (rotation around the vertical axis) or special view.
Values
| Value | Description |
|---|---|
0 | Front view (nose toward camera) |
45 | Front-left 3/4 |
90 (default) | Right profile |
135 | Rear-right 3/4 |
180 | Rear view (tail) |
225 | Rear-left 3/4 |
270 | Left profile |
315 | Front-right 3/4 |
345 | 3/4 front slightly offset (useful for product cards) |
top | Top-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)
| Angle | Image |
|---|---|
0 | ![]() |
45 | ![]() |
90 | ![]() |
135 | ![]() |
180 | ![]() |
225 | ![]() |
270 | ![]() |
315 | ![]() |
345 | ![]() |
top | ![]() |
Notes
- All angles are pre-rendered: no on-the-fly rotation. Constant performance.
topis a special view (zenith camera), different from a 3D rotation.- Some rare combinations (old plane, special livery,
topangle) may not be available → fallback tobaseorblank.
Choosing an angle
| Use case | Recommended angle |
|---|---|
| List / catalog | 90 (profile) |
| Product card / hero | 345 or 45 |
| Fleet comparison | 90 |
| Map / satellite view | top |
| Marketing presentation | 45 |
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" }









