Skip to content
New issue

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

Which api can get game play time? #91

Open
Asteroidxx opened this issue Nov 24, 2022 · 2 comments
Open

Which api can get game play time? #91

Asteroidxx opened this issue Nov 24, 2022 · 2 comments

Comments

@Asteroidxx
Copy link

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!

@JeahWan
Copy link

JeahWan commented Nov 29, 2023

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!!!

@stelemanuele77
Copy link

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"}]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants