I was testing whether the rate limit mentioned in the docs is correct or not.
I wrote a very small script: import requestsheaders = { 'Accept': 'application/json', 'Authoriz - Pastebin.com
This gives a final output as: Completed requests: 30
According to the docs that “31” should have been around 100. I have made sure that I used a freshly created access_token.
Please correct me if I am wrong in my understanding or my script.
Thanks
[EDIT] updated docs mention 500 requests in 5 mins