anyone using AeroAPI on bubble.io? a web app development platform
What are you trying to do? Such zero-coding solutions are probably not sufficient for the complexity needed by most applications using our APIs.
I’ve tried to find id = UAL1234-1234567890-airline-0123 but error pop up. Would you please help by telling me where did I do wrong with your AeroAPI?
Appreciate! Eric
That UAL1234-1234567890-airline-0123 flight id you are specifying is not valid, just like the error message says. Also, you should not include your actual API key in public messages like that.
- My API key is not fully visible.
- the “UAL1234-1234567890-airline-0123” was copied from AeroAPI Developer Portal - FlightAware
- can you provide me a working example id to test?
The value “UAL1234-1234567890-airline-0123” is provided as a representative but invalid placeholder, since it is not possible to provide a recent, working flight id there that is valid for longer than 10 days in the static documentation.
“DLH439” is an ident, not a specific flight id. However, DLH439-1716844014-schedule-1538p
is a recent flight ID from yesterday for that ident.
For reference, you can use GET /flights/{ident} to look up flights by ident, and then from the results pick a specific flight that you are interested in to obtain its fa_flight_id
field for use in other API calls.
can I (how to) get the flight status by submitting an AWB#? like 020-95810212
We do not have access to any such AWB# in our system.