TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How many API requests does the average mobile app make in a day?

4 点作者 pla3rhat3r将近 10 年前
Sorry if this seems elementary, but it came up in conversation and I realized there's not a clear metric around this.

3 条评论

patio11将近 10 年前
It depends greatly on what you&#x27;re doing. For Facebook or Twitter, in typical use? Hundreds or thousands, but not hundreds of thousands.<p>For, I don&#x27;t know, a podcast app, it could be dozens for most users, low hundreds for power-users.<p>There exist very lucrative mobile apps where the answer is likely single digits. (In addition to some which make no requests at all, of course.)
pla3rhat3r将近 10 年前
I should have been more clear. I was looking at how many API calls a typical app would make when gathering data. Is it in the hundred, thousands? On average. Or that too wide of a question to get an accurate metric?
评论 #10046943 未加载
benologist将近 10 年前
There&#x27;s no clear metric because it&#x27;s dependent on how many requests each individual API the app has integrated or built.<p>To find out you would probably have to test a lot of apps yourself and extrapolate from that.