战地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?

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.