Skip to content

Instantly share code, notes, and snippets.

@TonyNikolov
Created February 7, 2017 14:38
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 TonyNikolov/89720ae547e479fb9e92c81ef4b33bef to your computer and use it in GitHub Desktop.
Save TonyNikolov/89720ae547e479fb9e92c81ef4b33bef to your computer and use it in GitHub Desktop.
Superheroes api
[
{
"id": 10,
"name": "Black Widow",
"secretIdentity": "Natasha_0",
"imageUrl": "https://s-media-cache-ak0.pinimg.com/736x/e7/c3/f4/e7c3f4d64b090c0f011b16a75f10708c.jpg"
},
{
"id": 11,
"name": "Black Widow",
"secretIdentity": "Natasha_1",
"imageUrl": "https://s-media-cache-ak0.pinimg.com/736x/e7/c3/f4/e7c3f4d64b090c0f011b16a75f10708c.jpg"
},
{
"id": 12,
"name": "Black Widow",
"secretIdentity": "Natasha_1",
"imageUrl": "https://s-media-cache-ak0.pinimg.com/736x/e7/c3/f4/e7c3f4d64b090c0f011b16a75f10708c.jpg"
},
{
"id": 13,
"name": "Ant Man",
"secretIdentity": "Some Regular Dude",
"imageUrl": "https://s-media-cache-ak0.pinimg.com/736x/e7/c3/f4/e7c3f4d64b090c0f011b16a75f10708c.jpg"
},
{
"id": 14,
"name": "The Hulk",
"secretIdentity": "Bruce Banner",
"imageUrl": "https://s-media-cache-ak0.pinimg.com/736x/e7/c3/f4/e7c3f4d64b090c0f011b16a75f10708c.jpg"
},
{
"id": 15,
"name": "Super Liubo",
"secretIdentity": "BTC-ADSL",
"imageUrl": "https://s-media-cache-ak0.pinimg.com/736x/e7/c3/f4/e7c3f4d64b090c0f011b16a75f10708c.jpg"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment