Aureole Posted July 26, 2007 Share Posted July 26, 2007 Anyone know if an API exists for Xbox Live in PHP? If you go to Xbox.com you'll know that you can see all your achievements on there and send messages and everything...but I think Microsoft use ASP.net...but anyway anyone know if it's possible? Quote Link to comment Share on other sites More sharing options...
hitman6003 Posted July 27, 2007 Share Posted July 27, 2007 Did you try google? http://www.google.com/search?source=ig&hl=en&q=xbox+live+api&btnG=Google+Search Quote Link to comment Share on other sites More sharing options...
Aureole Posted July 27, 2007 Author Share Posted July 27, 2007 Yes I didn't find anything though. Quote Link to comment Share on other sites More sharing options...
Danltn Posted July 27, 2007 Share Posted July 27, 2007 You could grab their data if you used a PHP script correctly. - But I very much doubt they provide an API at all, and if they do it's very unlikely to be PHP. Quote Link to comment Share on other sites More sharing options...
dj-kenpo Posted July 27, 2007 Share Posted July 27, 2007 there's an api, but it's .net asp stuff, not php. Quote Link to comment Share on other sites More sharing options...
Aureole Posted July 27, 2007 Author Share Posted July 27, 2007 How would I go about learning how to grab their data by using PHP, thanks. Quote Link to comment Share on other sites More sharing options...
per1os Posted July 27, 2007 Share Posted July 27, 2007 How would I go about learning how to grab their data by using PHP, thanks. Chances are the data returned is returned as some type of .NET object to be used in that framework. Micro$oft would not want their stats displayed or gathered via PHP. I doubt you can. Now you might be able to setup a .NET application to retrieve the data and then format it into XML and pass it to a PHP page. Quote Link to comment Share on other sites More sharing options...
Aureole Posted July 27, 2007 Author Share Posted July 27, 2007 I've seen lots of sites that have Xbox Live statistics using only PHP but none of them want to share how they did it. Quote Link to comment Share on other sites More sharing options...
ki Posted July 27, 2007 Share Posted July 27, 2007 my gamercard.net is that something your looking for? Quote Link to comment Share on other sites More sharing options...
per1os Posted July 27, 2007 Share Posted July 27, 2007 I've seen lots of sites that have Xbox Live statistics using only PHP but none of them want to share how they did it. Are you sure they are "only" using PHP and not using a third-party application to feed them data? Quote Link to comment Share on other sites More sharing options...
Aureole Posted July 27, 2007 Author Share Posted July 27, 2007 I really couldn't tell you and no I'm not looking for My Gamercard I'm looking for statistics from Xbox Live...achievements and what not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.