TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is the impact of Twitter's API Limit?

13 pointsby mootymootsover 16 years ago
Yesterday Twitter announced a cap on use of their API to 20,000 calls per hr per whitelisted app. This is a low number, and ultimately most of Twitters traffic comes from 3rd party apps.<p>If you run a twitter API based app, what impact does this have on you? Is the restriction specific to IPs of users of the app, or of the app as a whole?

4 comments

riklomasover 16 years ago
From the API docs:<p>"If authentication credentials are provided, the rate limit status for the authenticating user is returned. Otherwise, the rate limit status for the requester's IP address is returned."<p><a href="http://apiwiki.twitter.com/REST+API+Documentation#ratelimitstatus" rel="nofollow">http://apiwiki.twitter.com/REST+API+Documentation#ratelimits...</a><p>Remember that the 20,000 calls are for GET requests. POST requests don't count towards that number.
评论 #446221 未加载
cstejereanover 16 years ago
There are a ton of apps out there riding essentially for free on the Twitter infrastructure. This kind of rate limiting is hopefully a step towards Twitter charging money for applications that need to go beyond 20k/hour. While they're at it, it would be nice if they allowed users to buy higher API limits as well. If I forget and leave Tweetdeck running on two machines (home and work) I go through my API limit really quick.
eisokantover 16 years ago
I think it's Twitter's first step to monetization of their API.
lackerover 16 years ago
20,000 calls per hour = 5 calls per second. Remember this is either per IP address or per username. Is that really a low number?