Created
February 7, 2017 14:38
-
-
Save TonyNikolov/89720ae547e479fb9e92c81ef4b33bef to your computer and use it in GitHub Desktop.
Superheroes api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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