.NET XBox Live Account API

Is there access to the .NET API to retrieve data from your XBox Live account? All that I'm really interested in is who is online, but the messages will be cool too. And some event-driven event notifications would be great, but I will try if necessary.

+6
c # xbox360
source share
2 answers
+11
source share

You can also try and see https://xboxapi.com/ They provide an API system to get all kinds of information. Dev example: https://xboxapi.com/dev/profile/Major+Nelson

their documentation is here, https://xboxapi.com/documentation it provides information for retrieving data in PHP json, xml or dev.

Unfortunately, I do not think anything like Messages and some notifications, only publicly available information. But if you look at the profile information, you can create a story, and if you poll the online status, you can make a popup or something like that

+1
source share

All Articles