Short addion to my post:
The background I’m asking is because it seems to be possible if you have a look at the import FPL function in the Navigraph Charts app. But I couldn’t find any informations about how this should be possible via the API as the functionality seems to be existing.
I just found out that the Charts App uses the api.navigraph.com/v2/ endpoints. Is there any documentation about these API endpoints? especially the ones for flightplans?
These endpoints are currently in development. No public documentation is available yet for them, but they also aren’t particularly complicated if you take a look at the HTTP request/responses.
Alright, so I assume they are not intended to be used yet?
If they may already be used:
I’m able to get the flightplans using the /flightplans endpoint which gives me all the flightplans attributes including a url to the XML. Is there also a possibility to get a url for the OFP in json format, as this is possible with the current API (just getting the latest)?