Skip to content

XboxReplay/xboxreplay-public-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

XboxReplay - Public API

Take the advantage of the XboxReplay API for you own use and for free!

Documentation

Sample call

curl 'https://api.xboxreplay.net/players/major%20nelson' \
    -H 'Authorization: XR-User-Token u={preamble};{token}'

Rate limiting

  • XR-User-Token: 100 requests per hour
  • XR-Partner-Token: 5k requests per hour (may be adjusted based on your needs)
Returned headers

Limit not reached:

x-rate-limit-limit: 100
x-rate-limit-remaining: 93
x-rate-limit-reset: Sat Jun 13 2020 16:36:34 GMT+0000 (Coordinated Universal Time)

Limit reached:

retry-after: Sat Jun 13 2020 16:36:34 GMT+0000 (Coordinated Universal Time)
x-rate-limit-limit: 100
x-rate-limit-remaining: 0
x-rate-limit-reset: Sat Jun 13 2020 16:36:34 GMT+0000 (Coordinated Universal Time)

Token request

Feel free to contact us on Twitter @XboxReplayNet or by email at api@xboxreplay.net.

Thanks for using XboxReplay!

About

Take the advantage of the XboxReplay API for you own use and for free!

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors