OU-CS-Capstone-2024 / NOTAMyWatch

Group Capstone project at the University of Oklahoma. Project consists of creating an app that will more effectively warn pilots about airspace hazards. Using the FAA API for NOTAMs.
0 stars 0 forks source link

Figure out FAA API call limit #57

Closed okie-creator closed 5 months ago

okie-creator commented 5 months ago

FAA API can take 100 calls at a time

n-grounds commented 5 months ago

100 concurrent calls for a given clientId/clientSecret, is that what you are saying?

okie-creator commented 5 months ago

Yes Sir, that's what I found. I found a section of the FAA API Help that described 100 free calls for the clientid/clientSecret. It's further supported that I have multithread API Calls branch running at 40 concurrent threads without encountering a bad api call error.