There are a few other things that need to be handled with regard to your initial query. One of our engineers will provide some further follow up here in just a bit.
It looks like your API account is for the current version of AeroAPI (v4), but the URL construction indicates you’re trying to use some older AeroAPI v2 resources. This would contribute to the HTTP 410 (resource doesn’t exist) and HTTP 401 (not authenticated since the API key wasn’t valid in the context it was used in).
I’d encourage you to try out the interactive documentation for AeroAPI that can be found below. Any old “explorer” links should not be referenced for new users. AeroAPI Developer Portal - FlightAware
If you enter your API key in the Authentication section it will allow you to make requests directly from that page. After trying a resource the interactive docs will also produce the curl command that demonstrates both the URL uses and how your API key was used to authenticate into the API.
For the MetarEx equivalent please see the resource GET /airports/{id}/weather/observations
For the FlightInfoEx equivalent please see the resource GET /flights/{ident}
I am an experienced programmer using Swift on Mac having had several Apps on the iPhone store
and I was able to create an App that got a response from AeroAPI query. I also have an R Pi feeder working. But Wow that developer portal is complex!
Could you please give me a lest of specific instructions ti get me through one Query, possibly GET /flights/{ident}
It looks like your API account is for the current version of AeroAPI (v4), but the URL construction indicates you’re trying to use some older AeroAPI v2 resources. This would contribute to the HTTP 410 (resource doesn’t exist) and HTTP 401 (not authenticated since the API key wasn’t valid in the context it was used in).
I’d encourage you to try out the interactive documentation for AeroAPI that can be found below. Any old “explorer” links should not be referenced for new users. AeroAPI Developer Portal - FlightAware
If you enter your API key in the Authentication section it will allow you to make requests directly from that page. After trying a resource the interactive docs will also produce the curl command that demonstrates both the URL uses and how your API key was used to authenticate into the API.
For the MetarEx equivalent please see the resource GET /airports/{id}/weather/observations
For the FlightInfoEx equivalent please see the resource GET /flights/{ident}