Skip to content

Instantly share code, notes, and snippets.

@TeKrop
Created October 18, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TeKrop/5044b1629611c0e42b1e0a8614caf61b to your computer and use it in GitHub Desktop.
Save TeKrop/5044b1629611c0e42b1e0a8614caf61b to your computer and use it in GitHub Desktop.
Example of JSON data return by the Overwatch API (player basic info)
{
"username": "TeKrop",
"avatar": "https://d15f34w2p8l1cc.cloudfront.net/overwatch/f0726728d41dccb816d1c8f26a44b0cde9a6d86ba0ed34b9ca6b70cca3fd618e.png",
"level": {
"value": 1282,
"border": "https://d15f34w2p8l1cc.cloudfront.net/overwatch/98f6eea1a2a10576251d6c690c13d52aaac19b06811ed2b684b43e7a9318f622.png",
"rank": ""
},
"competitive": {
"skillRating": 2796,
"rank": "https://d1u1mce87gyfbn.cloudfront.net/game/rank-icons/rank-PlatinumTier.png"
},
"endorsement": {
"level": 3,
"frame": "https://d3hmvhl7ru3t12.cloudfront.net/svg/icons/endorsement-frames-be58f32488898c106f2ad8b1c3012dbce42d19b758c4b18bf2afbe91fc8f1d2cc83a0de433321792ff0fb3a1f66d37ded31598bd538838b30fa4537db617926e.svg#_3",
"distribution": {
"shotcaller": 0.12,
"teammate": 0.41,
"sportsmanship": 0.47
}
},
"privacy": "public"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment