PokéBites contains all 151 of the OG Gen1 Pokémon 😎
Initialise our API with 'npm start'
Our API will run on: http://localhost:3000/
See below for the list of commands for our API
HTTP Method | Path | Request Body | Response Body | Status Code |
---|---|---|---|---|
GET | / | n/a | Lists all Pokémon and their properties | 200 |
GET | /?number=151 | n/a | The first Pokémon etc. | 200 |
GET | /?name=Pikachu | n/a | Pokémon matching the name | 200 |
GET | /?attack=highest | n/a | Pokémon with the highest attack rating | 200 |
GET | /?speed=lowest | n/a | Pokémon with the lowest speed rating | 200 |
Hope you have a Blast(oise!)