pokedex | R Documentation |
A nested list containing property values of the original 151 Pokemon present in Pokemon GO. The data is available in JSON format from GitHub (credits to Gianluca Bonifazi).
pokedex
A nested list containing 151 sublists with up to 17 list elements:
integer, Identification number
character, Pokemon number in official Pokedex
character, Pokemon name
character, URL to png image of the Pokemon
character, Pokemon type
character, Pokemon height
character, Pokemon weight
character, type of candy used to evolve Pokemon or given when transfered
integer, amount of candies required to evolve
character, travel distance to hatch the egg
numeric, spawn change percentage
integer, number of spawns per 10.000 spawns
character, local time at which spawns are most active
numeric, multiplier of Combat Power (CP) after evolution
character, types of Pokemon this Pokemon is weak to
list, numbers (num
) and names (name
) with successive evolutions
list, numbers (num
) and names (name
) with previous evolutions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.