I'm developing a NOTAM manager application to simplify reading of NOTAMs. I used to scrape NOTAMs from Defense Internet NOTAM Service (DINS). But DINS has recently become publicly unavailable. I'm looking for a publicly available API or a website that can be scraped that will allow me to query an international NOTAM database for a certain location, just like DINS did by default.
饿了么送餐员迟到三小时遭投诉 电话威胁辱
-
$\begingroup$ Does this meet your needs? notams.faa.gov/dinsQueryWeb $\endgroup$– RogerCommented 15 hours ago
1 Answer
I have only viewed databases that individuals have created not a full-scale API. I'd recommend joining or aggregating data from various sources, at least one per country or region. Also, it will involve a lot of scraping. It is an ambitious goal. But since you'll be doing a lot of scraping and verifying anyway, depending on your budget and whether you have a team, you might as well design your own API and go airport by airport with NOTAM searches, having a server check for updates regularly.