Pokemon Species
https://pokeapi.co/api/v2/pokemon-species/{id or name}/
pokemon_species
¶
Pokemon Species endpoint.
https://pokeapi.co/api/v2/pokemon-species/{id or name}/
pokemon_species
¶Pokemon Species endpoint.
PokemonSpecies
¶ id: int
¶ name: str
¶ order: int
¶ gender_rate: int
¶ capture_rate: int
¶ base_happiness: int
¶ is_baby: bool
¶ is_legendary: bool
¶ is_mythical: bool
¶ hatch_counter: int
¶ has_gender_differences: bool
¶ forms_switchable: bool
¶ growth_rate: NamedAPIResource
¶ pokedex_numbers: list[PokemonSpeciesDexEntry]
¶ egg_groups: list[NamedAPIResource]
¶ color: NamedAPIResource
¶ shape: NamedAPIResource | None
¶ evolves_from_species: NamedAPIResource | None
¶ evolution_chain: APIResource
¶ habitat: NamedAPIResource | None
¶ generation: NamedAPIResource
¶ names: list[Name]
¶ pal_park_encounters: list[PalParkEncounterArea]
¶ flavor_text_entries: list[FlavorText]
¶ form_descriptions: list[Description]
¶ genera: list[Genus]
¶ varieties: list[PokemonSpeciesVariety]
¶