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

Added Developer API to XAU. #356

Open
wants to merge 12 commits into
base: Main
Choose a base branch
from

Conversation

MeowPurrr
Copy link
Contributor

@MeowPurrr MeowPurrr commented Nov 28, 2024

With this update, advanced users will be able to interact with XAU through the API if they want. They're able to make their own custom scripts or whatever they want. Most of the endpoints are GET requests except for unlocking achievements, which are POST to avoid accidental unlocking. Obviously, to use the API, XAU must be running and logged in to your Xbox account.

Features:

  • Lookup profiles by XUID, Gamertag, or your own profile.
  • Lookup game lists by XUID, Gamertag, or your own profile.
  • Endpoint to look at your XAUTH token in plain text or JSON format.
  • Spoof a game title.
  • View & unlock achievements.
  • Lookup game information by either a title id or product id.

WARNING: I have not tested the unlock all endpoint. So if it's broken, let me know.

Settings Page
image

Index Page
image

Sample response from getting a profile
image

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

Successfully merging this pull request may close these issues.

1 participant