Is there any way for me to query via C# on a web or desktop application all my games on Xbox Live ?
Asked
Active
Viewed 360 times
2
-
1Why the downvote ? Please explain, it could help me ask better questions. – Machado Dec 14 '11 at 00:12
-
That link is now dead... Please read and rate my comment here for information on my Unofficial Xbox LIVE API - http://stackoverflow.com/a/9549945/1247344 – djekl Mar 03 '12 at 21:26
1 Answers
3
There is an unofficial Xbox Live API here
You can view details such as:
- Online status
- Avatars
- Gamerscore
- Bio
- Recent games played
Unfortunately, it seems you can't view all games currently, but keep an eye out on the site as it seems to be under active development (as of Dec 2011)

Patrick McDonald
- 64,141
- 14
- 108
- 120
-
So, as I can see, there is no official MS API do integrate with live, is that correct ? The link suggests that this alternative API is currently scraping content from the official site, right ? – Machado Dec 14 '11 at 00:17
-
I was just reading the linked site and it seems this is correct. Also, it seems that the list of games is not currently available. – Patrick McDonald Dec 14 '11 at 00:18