战地3 Stats Api [关闭]

问题描述:

I'm building a web app in PHP. In the app need to pull in some stats from the game Battlefield 3 via api requests. I'm looking for a source to use for the api requests. I've looked at bf3stats.com, however they recommend that I cache the results and not poll for every page request.

What I'm looking for is an api where I can poll for data a couple times a minute. Are there any such api's available? Does EA's Blaze offer an api?

我正在用PHP构建一个Web应用程序。 在应用程序中需要通过api请求从游戏“战地3”中获取一些统计数据。 我正在寻找用于api请求的源代码。 我查看了 bf3stats.com ,但他们建议我缓存结果,而不是针对每个页面请求进行轮询。 p>

我正在寻找的是api,我可以在那里每分钟调查一次数据。 有没有这样的api? EA 的Blaze是否提供api? p> div>

You're going to need to figure out how to do the requests yourself.

There isn't anything out there that does that publicly yet.

Note: You shouldn't post these types of questions here. You are basically just asking us to research for you. Feel free to post questions about making the requests themselves though.