jakekara / faa-airport-status.py

Get FAA airport statuses in python
3 stars 2 forks source link

FAA Changes to ASWS #1

Open cgulliver opened 6 years ago

cgulliver commented 6 years ago

Looks like this endpoint is deprecated and now uses https://soa.smext.faa.gov/asws/api/airport/status/. The script runs fine with the new endpoint but per the doc, the number of airports in scope is drastically reduced... https://app.swaggerhub.com/apis/FAA/ASWS/1.1.0#/

Can anyone confirm?

kimyad812 commented 5 years ago

You are right about the new endpoint. The number of airports hasn't been reduced though. The API still includes all the airports but doesn't list them all in the "Available airports include the following:..."

Hope this answers your question.