# Put up a REST API for Xbox Gamertag Data [My twitter app](https://www.duncanmackenzie.net/blog/connect-your-xbox-360-gamertag-to-twitter/) uses a web service hosted on my site to get all the necessary Xbox Live info.... way more than the twitter app actually uses. This is a SOAP API, located here: I know that some people prefer a more RESTful API though, so I also have another 'page' that you can call with a straight GET request and just pass the gamertag in as a query string parameter: Enjoy!