xbl-web-api icon indicating copy to clipboard operation
xbl-web-api copied to clipboard

[offline] A free, open source REST API for Xbox Live. Written in Python 3.7.

Results 8 xbl-web-api issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to find my xuid using your client api but I think i miss something and it doesn't work 😠 https://xbl-api.prouser123.me/xuid/lMagickl3802 I get a 500 but can't...

I had get user's game list form request "https://titlehub.xboxlive.com:443/users/xuid(xuid)/titles/titlehistory/decoration/achievement,image,scid" and get many detail, but I can't found play duration in each game. How can i get it? Please,Appreciate!

At present, most endpoints will simply hand when a 429 is received, tying up the request handlers which makes the API unresponsive.

Probably need to revert/amend 6663b56e2eaa9458b0930def0448064f898dc4a4 to allow for http & https responses

First of all, errors are not handled at all in some routes such as userstats and profile settings, and when errors are handled, only a few errors (namely 401 and...

bug