We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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!
Hello brother, have you found this API? I also need it very much. If you find it, please let me know. Thank you very much!!!
Sorry, something went wrong.
To get playtime you need to do a POST request to https://userstats.xboxlive.com/batch Headers:
Authorization: XBL3.0 Token X-Xbl-Contract-Version: 2
Content: {"arrangebyfield":"xuid","xuids":["XUID_HERE"],"stats":[{"name":"MinutesPlayed","titleId":"TITLEID_1"},{"name":"MinutesPlayed","titleId":"TITLEID_2"}]}
{"arrangebyfield":"xuid","xuids":["XUID_HERE"],"stats":[{"name":"MinutesPlayed","titleId":"TITLEID_1"},{"name":"MinutesPlayed","titleId":"TITLEID_2"}]}
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: