Christian Heilmann

New API limit policy for Yahoo made easier with the rate limit calculator

Wednesday, April 1st, 2009 at 12:49 pm

Today the rate limitations of Yahoo APIs has been made much easier

The access allowance to the APIs is determined by your IP. Say you have the IP of 10.37.129.255 then you calculate your access like this:

  • Take the IP and remove all the dots, so 10.37.129.255 becomes 1037129255.
  • Divide the result by 2009
  • Divide this result by 4
  • Divide this result by 1 (this is to make it round up nicely, some computers have bugs when you don’t do this!)

To make this even easier, I’ve written a calculator API:

API limit calculator

You can use this to wrap it around the functionality you want to build:




Tags:

Share on Mastodon (needs instance)

Share on Twitter

Newsletter

Check out the Dev Digest Newsletter I write every week for WeAreDevelopers. Latest issues:

Dev Digest 146: 🥱 React fatigue 📊 Query anything with SQL 🧠 AI News

Why it may not be needed to learn React, why Deepfake masks will be a big problem and your spirit animal in body fat! 

Dev Digest 147: Free Copilot! Panel: AI and devs! RTO is bad! Pi plays!

Free Copilot! Experts discuss what AI means for devs. Don't trust containers. Mandated RTO means brain drain. And Pi plays Pokemon!

Dev Digest 148: Behind the scenes of Dev Digest & end of the year reports.

In 50 editions of Dev Digest we gave you 2081 resources. Join us in looking back and learn about all the trends this year.

Dev Digest 149: Wordpress break, VW tracking leak, ChatGPT vs Google.

Slowly starting 2025 we look at ChatGPT vs Google, Copilot vs. Cursor and the state of AI crawlers to replace web search…

Dev Digest 150: Shifting manually to AI.

Manual coding is becoming less of a skill. How can we ensure the quality of generated code? Also, unpacking an APK can get you an AI model.

My other work: