Avengers API

Usage

Returns the hole list of the Avengers:

https://avengers-api-douglasvolcato.herokuapp.com/

Returns a specific avenger by id:

https://avengers-api-douglasvolcato.herokuapp.com/avenger/(id)

Example of response:

// 20220802174141

// https://avengers-api-douglasvolcato.herokuapp.com/avenger/1


{

"id": "1",

"character": "Iron Man",

"realName": "Anthony Edward Stark",

"joinedIn": "Avengers #1 (September 01, 1963)",

"image": "https://github.com/DouglasVolcato/avengers-api/blob/master/mocks/images/1.png?raw=true",

"Co-Founder of the main Avengers team. Former member of the New Avengers, Pym's Mighty Avengers, and the Fifty-States Initiative Mighty Avengers. An alternate adolescent version of the original replaced him for a time until they merged. Current member of the main Avengers team."

{