In the application we have developed, we need to access and read the Airframe data saved by individual users.
Is there any JSON endpoint available where personal Airframe records can also be retrieved and checked, similar to the JSON data provided at:
https://www.simbrief.com/api/inputs.airframes.json
Our goal is to present the user with their saved Airframe profiles, if available, when they select an aircraft type while preparing a flight plan within our application. For example, if a pilot selects a specific aircraft type, we would like to display the corresponding saved Airframe profiles from their SimBrief account and allow them to choose one.
Is there an API or JSON resource available for accessing a user’s saved Airframe data?