-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request limits information #36
Comments
I had the same question. Trying to use this for a classroom assignment, but I have so many students I cannot download their info without triggering this. Is there a way around it that's straightforward? |
Two strategies I've used as a work around:
Hope that helps in the meantime. |
Just curious, what is the use case that will trigger this? |
I had a bunch of observation IDs and wanted to grab all of the metadata (such as date/time uploaded to iNaturalist, date/time first identified, etc.). I was looping through each ID one at a time using the |
It would be helpful to have information about rate limits in the documentation.
"We throttle API usage to a max of 100 requests per minute, though we ask that you try to keep it to 60 requests per minute or lower. If we notice usage that has serious impact on our performance we may institute blocks without notification."
Not all functions have a
maxresults
that helps control this, and users may unknowingly trigger a block.The text was updated successfully, but these errors were encountered: