Unofficial Xbox Live API wrappers

  • June 9, 2013
  • James Skemp
  • gaming

This morning I created two API wrappers for the Mashape implementations of XboxApi.com and XboxLeaders.com. These unofficial APIs allow you to pull information from Xbox Live for particular users.

I've used a simiilar structure for both (based upon XboxLeaders.com's PHP wrapper, since I thought I was working against there API when I was in fact working against XboxApi.com's ...), and both are available on Github.

In order to use these APIs you'll need to have an account on Mashape, subscribe, and generate keys.

More information about the APIs can be found on the pages linked to from my wrappers.

You can also view my Video Games SPA project on Github or view my implementation.