New Fenix A320 Profiles via the API?

Good morning.

I see there are two new profiles for the Default A320 that can be selected when using the Simbrief website for the Fenix A320 for MSFS, one for each engine type.

Is there a way to call these profiles via the API for use with VA website integration? Currently, the Fenix profile calls type=A320 along with the various weights and whatnot, but I assume that will call the default A320 profile Simbrief has.

Is there something like a globally accessible static_id that could be used instead?

Hi, you can use the Fenix profiles by sending the associated airframe ID in the type parameter:

Airframe Name Airframe ID
Fenix Simulations (MSFS) - A320 CFM 80_1709125568637
Fenix Simulations (MSFS) - A320 IAE 80_1707996202186

For example, &type=80_1709125568637 for the CFM variant.

Best regards,

1 Like

I appreciate the response, thanks!

Unfortunately, on my end type is limited to four characters, so things like A320, B738, etc. Will those airframe IDs work with static_ID, or no?

EDIT: setting the static_id field and leaving type blank seems to be working!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.