Skip to content

Instantly share code, notes, and snippets.

@TeKrop
Created October 18, 2018 11:52
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/8b212161b541727dcd35e05c7754644e to your computer and use it in GitHub Desktop.
Save TeKrop/8b212161b541727dcd35e05c7754644e to your computer and use it in GitHub Desktop.
Example of JSON data return by the Overwatch API (Overwatch specific hero)
{
"name": "Wrecking Ball",
"role": "Tank",
"difficulty": 3,
"description": "Wrecking Ball rolls across the battlefield, using his arsenal of weapons and his mech’s powerful body to crush his enemies.",
"abilities": [
{
"name": "Quad Cannons",
"description": "Wrecking Ball’s automatic assault cannons tear apart threats at medium range.",
"icon": "https://d1u1mce87gyfbn.cloudfront.net/hero/wrecking-ball/ability-quad-cannons/icon-ability.png"
},
{
"name": "Roll",
"description": "Wrecking Ball transforms into a ball, increasing his maximum movement speed.",
"icon": "https://d1u1mce87gyfbn.cloudfront.net/hero/wrecking-ball/ability-roll/icon-ability.png"
},
{
"name": "Grappling Claw",
"description": "Wrecking Ball launches a grappling claw, enabling him to anchor to an area and swing from it. If he strikes an enemy with a powered-up swing, they’re damaged and knocked back.",
"icon": "https://d1u1mce87gyfbn.cloudfront.net/hero/wrecking-ball/ability-grappling-claw/icon-ability.png"
},
{
"name": "Adaptive Shield",
"description": "Wrecking Ball’s temporary personal shields absorb damage, providing stronger defenses if more opponents are nearby.",
"icon": "https://d1u1mce87gyfbn.cloudfront.net/hero/wrecking-ball/ability-adaptive-shield/icon-ability.png"
},
{
"name": "Piledriver",
"description": "Wrecking Ball slams onto the ground below, damaging enemies and launching them upward.",
"icon": "https://d1u1mce87gyfbn.cloudfront.net/hero/wrecking-ball/ability-piledriver/icon-ability.png"
},
{
"name": "Minefield",
"description": "Wrecking Ball deploys a field of long-lasting proximity mines which explode on contact with enemies. ",
"icon": "https://d1u1mce87gyfbn.cloudfront.net/hero/wrecking-ball/ability-minefield/icon-ability.png"
}
],
"story": {
"biography": {
"realName": "Hammond",
"age": "14",
"occupation": "Mech Pilot, Mechanic",
"baseOfOperations": "Horizon Lunar Colony (formerly), Junkertown (formerly)",
"affiliation": "None"
},
"catchPhrase": "Do not anger the hamster.",
"backStory": "In one of the many experiments carried out at Horizon Lunar Colony, animals were given genetic therapy to assess their adaptation to extended periods of habitation on the moon. As an unexpected side effect, several of them exhibited exceptional growth in physical size and brain function. While most of the test subjects were gorillas or other primates, there were some exceptions, including a hamster named Hammond. Like the others, Hammond's intelligence grew, and he became more curious about the world around him. Much to the puzzlement and amusement of the scientists, Hammond would frequently escape into different parts of the moon base. Though they'd always find him and return him to his cell, they never figured out the true purpose behind his nightly escapades. What they didn't know was that Hammond was busy teaching himself the skills of a mechanic, which would soon come in handy. The colony was eventually thrown into chaos when some of the gorillas rose up against the human scientists and took control. Not all of the animals participated, however, and one of the gorillas, Winston, was making a plan to escape to earth. Hammond sensed his opportunity. He built a makeshift capsule and secretly hitched it to Winston's craft as the gorilla blasted off. As the two entered earth's atmosphere, Hammond broke off and landed in a different location: the wasteland of the Australian Outback. Hammond modified his escape pod to enter the lucrative mech battle arena of the Scrapyard. Working his way up the ranks, \"Wrecking Ball\" went from contender to champion, though the pilot's identity remained a mystery to all. Gathering his winnings, Hammond was able to upgrade his mech enough to survive the dangerous trek out of the Junker-controlled Outback. Now free to travel and do as he pleases, Hammond is exploring the world and finding new adventures along the way."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment