Site Tools


random:xboxxapi

Table of Contents

Xbox X API

API key

Create an account to get an API key (not free anymore!)
https://xapi.us/

Codes

Codesnippets

IN:
curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/accountxuid

OUT:
{"xuid":2533274799963524,"gamerTag":"DPS Lunetikk","gamertag":"DPS Lunetikk"}

MORE:
curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/profile 

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/gamercard 

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/activity 

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/activity/recent 

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/game-clips 

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/screenshots

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/xbox360games 

curl -s -H "X-AUTH: <YOUR_AUTH_KEY_HERE>" https://xapi.us/v2/<YOUR_ACCOUNTXUID>/xboxonegames 

random/xboxxapi.txt · Last modified: 2022/10/24 10:46 by lunetikk