API URL https://retro-pokemon-game-api-k6cgale4bq-uc.a.run.app/
-
/pokemon
- gets all pokemon
-
/pokemon/
:id
- gets a specific pokemon by pokedex number
:id
is the pokedex number of the pokemon you wish to receive
-
/pokemon/gen/
:GenId
- gets all pokemon in a specific generation
:GenId
is the generation number of the pokemon generation you wish to receive
-
get all pokemon
-
get pokemon with pokedex number of 6
-
get all pokemon from gen 2
generation: Number
pokedex_number: Number
name: String
description: String
species: String
type_1: String
type_2: String
height_m: Number
weight_kg: Number
ability_1: String
ability_2: String
ability_hidden: String
stat_total: Number
hp: Number
attack: Number
defense: Number
sp_attack: Number
sp_defense: Number
speed: Number
sound_link: String
image_link: String