You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
Hello,
I need to get records for 3600 domains. The problem I am running into is the limit of 100.
If I change that to saw 200 It seems to break the code. I am sorta at a loss and must be missing something.
The text was updated successfully, but these errors were encountered:
its been awhile since i played with their API but seam to remember there being a hardset limit server side to the amount of records returned per api call.... but its been awhile so could be totally wrong.
have you tried looping and adjusting the $offset value (0, 100, 200, 300....)? you would have to check the last api call returned 100 results and if lowwer that would be the end of the list.
Paul
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I need to get records for 3600 domains. The problem I am running into is the limit of 100.
If I change that to saw 200 It seems to break the code. I am sorta at a loss and must be missing something.
The text was updated successfully, but these errors were encountered: