Supported Aircraft/Airframe Profiles

Hi,

Is it possible to have an endpoint for supported aircraft/airframe profiles already offered by SimBrief. (Not personal airframes but the main list offered by default).

Like the features we have for OFP layouts and supported aircraft;

I think a json/xml output grouped by the main ICAO code will be fine for integrations and api users.

{
  "airframes": {
    "A321": 
       {
         "id": "80_1978120245405",
         "name": "Fenix A321 CFM",
       },{
         "id": "80_1232158724545",
         "name": "Fenix A321 IAE 1 ACT",
       },{
         "id": "120_28979758724545",
         "name": "ToLiSs A321 CFM 2 ACT",
       }
     "B738":
       {
         "id": "9898_1048780245405",
         "name": "Zibo B737-800 Single Class",
       },{
         "id": "9880_97882158724322",
         "name": "PMDG B737-800 Dual Class",
       }
   }
}

We can pull this list and offer possible options to pilots for flight plan generation with api.

Safe flights,

Hi, you can obtain additional airframe details from the following URL:

https://www.simbrief.com/api/inputs.airframes.json

I have updated the API thread with this information as well now.

Best regards,

Great Derek, thanks for quick response and excellent data :slight_smile:

Have a nice day

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