Без кейворда
If you were using v1 of this API, please switch to v2 (this page). Read more…
Quick tip: Use your browser's "find on page" feature to search for specific resource types ( Ctrl+F or Cmd+F ).
Information
This is a consumption-only API — only the HTTP GET method is available on resources.
No authentication is required to access this API, and all resources are fully open and available. Since the move to static hosting in November 2018, rate limiting has been removed entirely, but we still encourage you to limit the frequency of requests to limit our hosting costs.
Fair Use Policy
PokéAPI is free and open to use. It is also very popular. Because of this, we ask every developer to abide by our fair use policy. People not complying with the fair use policy will have their IP address permanently banned.
PokéAPI is primarily an educational tool, and we will not tolerate denial of service attacks preventing people from learning.
- Locally cache resources whenever you request them.
- Be nice and friendly to your fellow PokéAPI developers.
- If you spot security vulnerabilities act and report them responsibly.
Slack and community
Currently no maintainer has enough free time to support the community on Slack. Our Slack is in an unmaintained status. You can still sign up right here then visit our Slack page.
Wrapper Libraries
- Node Server-side with auto caching: Pokedex Promise v2 by Thomas Asadurian and Alessandro Pezzé
- Browser-side with auto caching: pokeapi-js-wrapper by Alessandro Pezzé
- Python 3 with auto caching: PokeBase by Greg Hilmes
- Python 2/3 with auto caching: Pokepy by Paul Hallett
- Kotlin Multiplatform (JVM, Native, Browser, and Node) with auto caching: PokeKotlin by sargunv
- Java (Spring Boot) with auto caching: pokeapi-reactor by Benjamin Churchill
- .NET (C#, VB, etc): PokeApi.NET by PoroCYon
- .NET Standard: PokeApiNet by mtrdp642
- Swift: PokemonAPI by kinkofer
- PHP: PokePHP by Dan Rovito
- PHP: PHPokéAPI by lmerotta
- Ruby: Poke-Api-V2 by rdavid1099
- Go: pokeapi-go by mtslzr
- Go: PokeGo by Josh Guarino
- Crystal: pokeapi by henrikac
- Typescript with auto caching: Pokenode-ts by Gabb-c
- Rust with auto caching: Rustemon by mlemesle
- Asynchronous Python wrapper with auto caching: aiopokeapi by beastmatser
- Scala 3 with auto caching: pokeapi-scala by Juliano Alves
- Elixir wrapper with auto caching: Max-Elixir-PokeAPI by Henrique Artur
Resource Lists/Pagination (group)
Calling any API endpoint without a resource ID or name will return a paginated list of available resources for that API. By default, a list "page" will contain up to 20 resources. If you would like to change this just add a 'limit' query parameter to the GET request, e.g. ?limit=60 . You can use 'offset' to move to the next page, e.g. ?limit=60&offset=60 . characteristic , contest-effect , evolution-chain , machine , super-contest-effect endpoints are unnamed, the rest are named.
Named (endpoint) View raw JSON ( 0.213 kB, 11 lines) NamedAPIResourceList (type)The total number of resources available from this API.
The URL for the next page in the list.
The URL for the previous page in the list.
A list of named API resources.
Unnamed (endpoint) View raw JSON ( 0.204 kB, 10 lines) APIResourceList (type)The total number of resources available from this API.
The URL for the next page in the list.
The URL for the previous page in the list.
A list of unnamed API resources.
Berries (group)
Berries (endpoint)Berries are small fruits that can provide HP and status condition restoration, stat enhancement, and even damage negation when eaten by Pokémon. Check out Bulbapedia for greater detail.
< "id": 1, "name": "cheri", "growth_time": 3, "max_harvest": 5, "natural_gift_power": 60, "size": 20, "smoothness": 25, "soil_dryness": 15, "firmness": < "name": "soft", "url": "https://pokeapi.co/api/v2/berry-firmness/2/" >, "flavors": [ < "potency": 10, "flavor": < "name": "spicy", "url": "https://pokeapi.co/api/v2/berry-flavor/1/" >> ], "item": < "name": "cheri-berry", "url": "https://pokeapi.co/api/v2/item/126/" >, "natural_gift_type": < "name": "fire", "url": "https://pokeapi.co/api/v2/type/10/" >> View raw JSON ( 0.608 kB, 31 lines) Berry (type)The identifier for this resource.
The name for this resource.
Time it takes the tree to grow one stage, in hours. Berry trees go through four of these growth stages before they can be picked.
The maximum number of these berries that can grow on one tree in Generation IV.
The power of the move "Natural Gift" when used with this Berry.
The size of this Berry, in millimeters.
The smoothness of this Berry, used in making Pokéblocks or Poffins.
The speed at which this Berry dries out the soil as it grows. A higher rate means the soil dries more quickly.
The firmness of this berry, used in making Pokéblocks or Poffins.
A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry.
Berries are actually items. This is a reference to the item specific data for this berry.
The type inherited by "Natural Gift" when used with this Berry.
BerryFlavorMap (type)How powerful the referenced flavor is for this berry.
The referenced berry flavor.
Berry Firmnesses (endpoint)Berries can be soft or hard. Check out Bulbapedia for greater detail.
< "id": 1, "name": "very-soft", "berries": [ < "name": "pecha", "url": "https://pokeapi.co/api/v2/berry/3/" >], "names": [ < "name": "Very Soft", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.303 kB, 19 lines) BerryFirmness (type)The identifier for this resource.
The name for this resource.
A list of the berries with this firmness.
The name of this resource listed in different languages.
Berry Flavors (endpoint)Flavors determine whether a Pokémon will benefit or suffer from eating a berry based on their nature. Check out Bulbapedia for greater detail.
< "id": 1, "name": "spicy", "berries": [ < "potency": 10, "berry": < "name": "rowap", "url": "https://pokeapi.co/api/v2/berry/64/" >> ], "contest_type": < "name": "cool", "url": "https://pokeapi.co/api/v2/contest-type/1/" >, "names": [ < "name": "Spicy", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.446 kB, 26 lines) BerryFlavor (type)The identifier for this resource.
The name for this resource.
A list of the berries with this flavor.
The contest type that correlates with this berry flavor.
The name of this resource listed in different languages.
FlavorBerryMap (type)How powerful the referenced flavor is for this berry.
The berry with the referenced flavor.
Contests (group)
Contest Types (endpoint)Contest types are categories judges used to weigh a Pokémon's condition in Pokémon contests. Check out Bulbapedia for greater detail.
< "id": 1, "name": "cool", "berry_flavor": < "name": "spicy", "url": "https://pokeapi.co/api/v2/berry-flavor/1/" >, "names": [ < "name": "Cool", "color": "Red", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.311 kB, 18 lines) ContestType (type)The identifier for this resource.
The name for this resource.
The berry flavor that correlates with this contest type.
The name of this contest type listed in different languages.
ContestName (type)The name for this contest.
The color associated with this contest's name.
The language that this name is in.
Contest Effects (endpoint)Contest effects refer to the effects of moves when used in contests.
< "id": 1, "appeal": 4, "jam": 0, "effect_entries": [ < "effect": "Gives a high number of appeal points wth no other effects.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "flavor_text_entries": [ < "flavor_text": "A highly appealing move.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.46 kB, 23 lines) ContestEffect (type)The identifier for this resource.
The base number of hearts the user of this move gets.
The base number of hearts the user's opponent loses.
The result of this contest effect listed in different languages.
The flavor text of this contest effect listed in different languages.
ContestEffectFlavorText (type)The localized flavor text for an API resource in a specific language.
The language this name is in.
Super Contest Effects (endpoint)Super contest effects refer to the effects of moves when used in super contests.
< "id": 1, "appeal": 2, "flavor_text_entries": [ < "flavor_text": "Enables the user to perform first in the next turn.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "moves": [ < "name": "agility", "url": "https://pokeapi.co/api/v2/move/97/" >] > View raw JSON ( 0.358 kB, 19 lines) SuperContestEffect (type)The identifier for this resource.
The level of appeal this super contest effect has.
The flavor text of this super contest effect listed in different languages.
A list of moves that have the effect when used in super contests.
SuperContestEffectFlavorText (type)The localized flavor text for an API resource in a specific language.
The language this name is in.
Encounters (group)
Encounter Methods (endpoint)Methods by which the player might can encounter Pokémon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.
View raw JSON ( 0.229 kB, 14 lines) EncounterMethod (type)The identifier for this resource.
The name for this resource.
A good value for sorting.
The name of this resource listed in different languages.
Encounter Conditions (endpoint)Conditions which affect what pokemon might appear in the wild, e.g., day or night.
< "id": 1, "name": "swarm", "values": [ < "name": "swarm-yes", "url": "https://pokeapi.co/api/v2/encounter-condition-value/1/" >, < "name": "swarm-no", "url": "https://pokeapi.co/api/v2/encounter-condition-value/2/" >], "names": [ < "name": "Schwarm", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ] > View raw JSON ( 0.429 kB, 23 lines) EncounterCondition (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A list of possible values for this encounter condition.
Encounter Condition Values (endpoint)Encounter condition values are the various states that an encounter condition can have, i.e., time of day can be either day or night.
< "id": 1, "name": "swarm-yes", "condition": < "name": "swarm", "url": "https://pokeapi.co/api/v2/encounter-condition/1/" >, "names": [ < "name": "Während eines Schwarms", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ] > View raw JSON ( 0.319 kB, 17 lines) EncounterConditionValue (type)The identifier for this resource.
The name for this resource.
The condition this encounter condition value pertains to.
The name of this resource listed in different languages.
Evolution (group)
Evolution Chains (endpoint)Evolution chains are essentially family trees. They start with the lowest stage within a family and detail evolution conditions for each as well as Pokémon they can evolve into up through the hierarchy.
< "id": 7, "baby_trigger_item": null, "chain": < "is_baby": false, "species": < "name": "rattata", "url": "https://pokeapi.co/api/v2/pokemon-species/19/" >, "evolution_details": null, "evolves_to": [ < "is_baby": false, "species": < "name": "raticate", "url": "https://pokeapi.co/api/v2/pokemon-species/20/" >, "evolution_details": [ < "item": null, "trigger": < "name": "level-up", "url": "https://pokeapi.co/api/v2/evolution-trigger/1/" >, "gender": null, "held_item": null, "known_move": null, "known_move_type": null, "location": null, "min_level": 20, "min_happiness": null, "min_beauty": null, "min_affection": null, "needs_overworld_rain": false, "party_species": null, "party_type": null, "relative_physical_stats": null, "time_of_day": "", "trade_species": null, "turn_upside_down": false > ], "evolves_to": [] > ] > > View raw JSON ( 1.227 kB, 47 lines) EvolutionChain (type)The identifier for this resource.
The item that a Pokémon would be holding when mating that would trigger the egg hatching a baby Pokémon rather than a basic Pokémon.
The base chain link object. Each link contains evolution details for a Pokémon in the chain. Each link references the next Pokémon in the natural evolution order.
ChainLink (type)Whether or not this link is for a baby Pokémon. This would only ever be true on the base link.
The Pokémon species at this point in the evolution chain.
All details regarding the specific details of the referenced Pokémon species evolution.
A List of chain objects.
EvolutionDetail (type)The item required to cause evolution this into Pokémon species.
The type of event that triggers evolution into this Pokémon species.
The id of the gender of the evolving Pokémon species must be in order to evolve into this Pokémon species.
The item the evolving Pokémon species must be holding during the evolution trigger event to evolve into this Pokémon species.
The move that must be known by the evolving Pokémon species during the evolution trigger event in order to evolve into this Pokémon species.
The evolving Pokémon species must know a move with this type during the evolution trigger event in order to evolve into this Pokémon species.
The location the evolution must be triggered at.
The minimum required level of the evolving Pokémon species to evolve into this Pokémon species.
The minimum required level of happiness the evolving Pokémon species to evolve into this Pokémon species.
The minimum required level of beauty the evolving Pokémon species to evolve into this Pokémon species.
The minimum required level of affection the evolving Pokémon species to evolve into this Pokémon species.
Whether or not multiplayer link play is needed to evolve into this Pokémon species (e.g. Union Circle).
Whether or not it must be raining in the overworld to cause evolution this Pokémon species.
The Pokémon species that must be in the players party in order for the evolving Pokémon species to evolve into this Pokémon species.
The player must have a Pokémon of this type in their party during the evolution trigger event in order for the evolving Pokémon species to evolve into this Pokémon species.
The required relation between the Pokémon's Attack and Defense stats. 1 means Attack > Defense. 0 means Attack = Defense. -1 means Attack < Defense.
The required time of day. Day or night.
Pokémon species for which this one must be traded.
Whether or not the 3DS needs to be turned upside-down as this Pokémon levels up.
The required region in which this evolution can occur.
The required form for which this evolution can occur.
The move that must be used by the evolving Pokémon species during the evolution trigger event in order to evolve into this Pokémon species.
The minimum number of times a move must be used in order to evolve into this Pokémon species.
The minimum number of steps that must be taken in order to evolve into this Pokémon species.
The minimum amount of damage taken during the evolution trigger event in order to evolve into this Pokémon species.
Evolution Triggers (endpoint)Evolution triggers are the events and conditions that cause a Pokémon to evolve. Check out Bulbapedia for greater detail.
< "id": 1, "name": "level-up", "names": [ < "name": "Level up", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "pokemon_species": [ < "name": "ivysaur", "url": "https://pokeapi.co/api/v2/pokemon-species/2/" >] > View raw JSON ( 0.321 kB, 19 lines) EvolutionTrigger (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A list of pokemon species that result from this evolution trigger.
Games (group)
Generations (endpoint)A generation is a grouping of the Pokémon games that separates them based on the Pokémon they include. In each generation, a new set of Pokémon, Moves, Abilities and Types that did not exist in the previous generation are released.
< "id": 1, "name": "generation-i", "abilities": [], "main_region": < "name": "kanto", "url": "https://pokeapi.co/api/v2/region/1/" >, "moves": [ < "name": "pound", "url": "https://pokeapi.co/api/v2/move/1/" >], "names": [ < "name": "Generation I", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "pokemon_species": [ < "name": "bulbasaur", "url": "https://pokeapi.co/api/v2/pokemon-species/1/" >], "types": [ < "name": "normal", "url": "https://pokeapi.co/api/v2/type/1/" >], "version_groups": [ < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version-group/1/" >] > View raw JSON ( 0.772 kB, 42 lines) Generation (type)The identifier for this resource.
The name for this resource.
A list of abilities that were introduced in this generation.
The name of this resource listed in different languages.
The main region travelled in this generation.
A list of moves that were introduced in this generation.
A list of Pokémon species that were introduced in this generation.
A list of types that were introduced in this generation.
A list of version groups that were introduced in this generation.
Pokedexes (endpoint)A Pokédex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pokémon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See Bulbapedia for greater detail.
< "id": 2, "name": "kanto", "is_main_series": true, "descriptions": [ < "description": "Rot/Blau/Gelb Kanto Dex", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "names": [ < "name": "Kanto", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "pokemon_entries": [ < "entry_number": 1, "pokemon_species": < "name": "bulbasaur", "url": "https://pokeapi.co/api/v2/pokemon-species/1/" >> ], "region": < "name": "kanto", "url": "https://pokeapi.co/api/v2/region/1/" >, "version_groups": [ < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version-group/1/" >] > View raw JSON ( 0.809 kB, 42 lines) Pokedex (type)The identifier for this resource.
The name for this resource.
Whether or not this Pokédex originated in the main series of the video games.
The description of this resource listed in different languages.
The name of this resource listed in different languages.
A list of Pokémon catalogued in this Pokédex and their indexes.
The region this Pokédex catalogues Pokémon for.
A list of version groups this Pokédex is relevant to.
PokemonEntry (type)The index of this Pokémon species entry within the Pokédex.
The Pokémon species being encountered.
Version (endpoint)Versions of the games, e.g., Red, Blue or Yellow.
< "id": 1, "name": "red", "names": [ < "name": "Rot", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "version_group": < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version-group/1/" >> View raw JSON ( 0.292 kB, 17 lines) Version (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
The version group this version belongs to.
Version Groups (endpoint)Version groups categorize highly similar versions of the games.
< "id": 1, "name": "red-blue", "order": 1, "generation": < "name": "generation-i", "url": "https://pokeapi.co/api/v2/generation/1/" >, "move_learn_methods": [ < "name": "level-up", "url": "https://pokeapi.co/api/v2/move-learn-method/1/" >], "pokedexes": [ < "name": "kanto", "url": "https://pokeapi.co/api/v2/pokedex/2/" >], "regions": [ < "name": "kanto", "url": "https://pokeapi.co/api/v2/region/1/" >], "versions": [ < "name": "red", "url": "https://pokeapi.co/api/v2/version/1/" >] > View raw JSON ( 0.605 kB, 33 lines) VersionGroup (type)The identifier for this resource.
The name for this resource.
Order for sorting. Almost by date of release, except similar versions are grouped together.
The generation this version was introduced in.
A list of methods in which Pokémon can learn moves in this version group.
A list of Pokédexes introduces in this version group.
A list of regions that can be visited in this version group.
The versions this version group owns.
Items (group)
Item (endpoint)An item is an object in the games which the player can pick up, keep in their bag, and use in some manner. They have various uses, including healing, powering up, helping catch Pokémon, or to access a new area.
< "id": 1, "name": "master-ball", "cost": 0, "fling_power": 10, "fling_effect": < "name": "flinch", "url": "https://pokeapi.co/api/v2/item-fling-effect/7/" >, "attributes": [ < "name": "holdable", "url": "https://pokeapi.co/api/v2/item-attribute/5/" >], "category": < "name": "standard-balls", "url": "https://pokeapi.co/api/v2/item-category/34/" >, "effect_entries": [ < "effect": "Used in battle\n: [Catches]a wild Pokémon without fail.\n\n If used in a trainer battle, nothing happens and the ball is lost.", "short_effect": "Catches a wild Pokémon every time.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "flavor_text_entries": [ < "text": "The best Poké Ball with the ultimate level of performance. With it, you will catch any wild Pokémon without fail.", "version_group": < "name": "x-y", "url": "https://pokeapi.co/api/v2/version-group/15/" >, "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "game_indices": [ < "game_index": 1, "generation": < "name": "generation-vi", "url": "https://pokeapi.co/api/v2/generation/6/" >> ], "names": [ < "name": "Master Ball", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "sprites": < "default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/master-ball.png" >, "held_by_pokemon": [ < "pokemon": < "name": "chansey", "url": "https://pokeapi.co/api/v2/pokemon/113/" >, "version_details": [ < "rarity": 50, "version": < "name": "soulsilver", "url": "https://pokeapi.co/api/v2/version/16/" >> ] > ], "baby_trigger_for": < "url": "https://pokeapi.co/api/v2/evolution-chain/1/" >> View raw JSON ( 2.094 kB, 84 lines) Item (type)The identifier for this resource.
The name for this resource.
The price of this item in stores.
The power of the move Fling when used with this item.
The effect of the move Fling when used with this item.
A list of attributes this item has.
The category of items this item falls into.
The effect of this ability listed in different languages.
The flavor text of this ability listed in different languages.
A list of game indices relevent to this item by generation.
The name of this item listed in different languages.
A set of sprites used to depict this item in the game.
A list of Pokémon that might be found in the wild holding this item.
An evolution chain this item requires to produce a bay during mating.
A list of the machines related to this item.
ItemSprites (type)The default depiction of this item.
ItemHolderPokemon (type)The Pokémon that holds this item.
The details for the version that this item is held in by the Pokémon.
ItemHolderPokemonVersionDetail (type)How often this Pokémon holds this item in this version.
The version that this item is held in by the Pokémon.
Item Attributes (endpoint)Item attributes define particular aspects of items, e.g. "usable in battle" or "consumable".
< "id": 1, "name": "countable", "descriptions": [ < "description": "Has a count in the bag", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "items": [ < "name": "master-ball", "url": "https://pokeapi.co/api/v2/item/1/" >], "names": [ < "name": "Countable", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.495 kB, 28 lines) ItemAttribute (type)The identifier for this resource.
The name for this resource.
A list of items that have this attribute.
The name of this item attribute listed in different languages.
The description of this item attribute listed in different languages.
Item Categories (endpoint)Item categories determine where items will be placed in the players bag.
< "id": 1, "name": "stat-boosts", "items": [ < "name": "guard-spec", "url": "https://pokeapi.co/api/v2/item/55/" >], "names": [ < "name": "Stat boosts", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "pocket": < "name": "battle", "url": "https://pokeapi.co/api/v2/item-pocket/7/" >> View raw JSON ( 0.405 kB, 23 lines) ItemCategory (type)The identifier for this resource.
The name for this resource.
A list of items that are a part of this category.
The name of this item category listed in different languages.
The pocket items in this category would be put in.
Item Fling Effects (endpoint)The various effects of the move "Fling" when used with different items.
< "id": 1, "name": "badly-poison", "effect_entries": [ < "effect": "Badly poisons the target.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "items": [ < "name": "toxic-orb", "url": "https://pokeapi.co/api/v2/item/249/" >] > View raw JSON ( 0.336 kB, 19 lines) ItemFlingEffect (type)The identifier for this resource.
The name for this resource.
The result of this fling effect listed in different languages.
A list of items that have this fling effect.
Item Pockets (endpoint)Pockets within the players bag used for storing items by category.
< "id": 1, "name": "misc", "categories": [ < "name": "collectibles", "url": "https://pokeapi.co/api/v2/item-category/9/" >], "names": [ < "name": "Items", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.312 kB, 19 lines) ItemPocket (type)The identifier for this resource.
The name for this resource.
A list of item categories that are relevant to this item pocket.
The name of this resource listed in different languages.
Locations (group)
Locations (endpoint)Locations that can be visited within the games. Locations make up sizable portions of regions, like cities or routes.
< "id": 1, "name": "canalave-city", "region": < "name": "sinnoh", "url": "https://pokeapi.co/api/v2/region/4/" >, "names": [ < "name": "Canalave City", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "game_indices": [ < "game_index": 7, "generation": < "name": "generation-iv", "url": "https://pokeapi.co/api/v2/generation/4/" >> ], "areas": [ < "name": "canalave-city-area", "url": "https://pokeapi.co/api/v2/location-area/1/" >] > View raw JSON ( 0.6 kB, 32 lines) Location (type)The identifier for this resource.
The name for this resource.
The region this location can be found in.
The name of this resource listed in different languages.
A list of game indices relevent to this location by generation.
Areas that can be found within this location.
Location Areas (endpoint)Location areas are sections of areas, such as floors in a building or cave. Each area has its own set of possible Pokémon encounters.
< "id": 1, "name": "canalave-city-area", "game_index": 1, "encounter_method_rates": [ < "encounter_method": < "name": "old-rod", "url": "https://pokeapi.co/api/v2/encounter-method/2/" >, "version_details": [ < "rate": 25, "version": < "name": "platinum", "url": "https://pokeapi.co/api/v2/version/14/" >> ] > ], "location": < "name": "canalave-city", "url": "https://pokeapi.co/api/v2/location/1/" >, "names": [ < "name": "", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "pokemon_encounters": [ < "pokemon": < "name": "tentacool", "url": "https://pokeapi.co/api/v2/pokemon/72/" >, "version_details": [ < "version": < "name": "diamond", "url": "https://pokeapi.co/api/v2/version/12/" >, "max_chance": 60, "encounter_details": [ < "min_level": 20, "max_level": 30, "condition_values": [], "chance": 60, "method": < "name": "surf", "url": "https://pokeapi.co/api/v2/encounter-method/5/" >> ] > ] > ] > View raw JSON ( 1.405 kB, 64 lines) LocationArea (type)The identifier for this resource.
The name for this resource.
The internal id of an API resource within game data.
A list of methods in which Pokémon may be encountered in this area and how likely the method will occur depending on the version of the game.
The region this location area can be found in.
The name of this resource listed in different languages.
A list of Pokémon that can be encountered in this area along with version specific details about the encounter.
EncounterMethodRate (type)The method in which Pokémon may be encountered in an area..
The chance of the encounter to occur on a version of the game.
EncounterVersionDetails (type)The chance of an encounter to occur.
The version of the game in which the encounter can occur with the given chance.
PokemonEncounter (type)The Pokémon being encountered.
A list of versions and encounters with Pokémon that might happen in the referenced location area.
Pal Park Areas (endpoint)Areas used for grouping Pokémon encounters in Pal Park. They're like habitats that are specific to Pal Park.
< "id": 1, "name": "forest", "names": [ < "name": "Forest", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "pokemon_encounters": [ < "base_score": 30, "rate": 50, "pokemon_species": < "name": "caterpie", "url": "https://pokeapi.co/api/v2/pokemon-species/10/" >> ] > View raw JSON ( 0.403 kB, 23 lines) PalParkArea (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A list of Pokémon encountered in thi pal park area along with details.
PalParkEncounterSpecies (type)The base score given to the player when this Pokémon is caught during a pal park run.
The base rate for encountering this Pokémon in this pal park area.
The Pokémon species being encountered.
Regions (endpoint)A region is an organized area of the Pokémon world. Most often, the main difference between regions is the species of Pokémon that can be encountered within them.
< "id": 1, "name": "kanto", "locations": [ < "name": "celadon-city", "url": "https://pokeapi.co/api/v2/location/67/" >], "main_generation": < "name": "generation-i", "url": "https://pokeapi.co/api/v2/generation/1/" >, "names": [ < "name": "Kanto", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "pokedexes": [ < "name": "kanto", "url": "https://pokeapi.co/api/v2/pokedex/2/" >], "version_groups": [ < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version-group/1/" >] > View raw JSON ( 0.649 kB, 35 lines) Region (type)The identifier for this resource.
A list of locations that can be found in this region.
The name for this resource.
The name of this resource listed in different languages.
The generation this region was introduced in.
A list of pokédexes that catalogue Pokémon in this region.
A list of version groups where this region can be visited.
Machines (group)
Machines (endpoint)Machines are the representation of items that teach moves to Pokémon. They vary from version to version, so it is not certain that one specific TM or HM corresponds to a single Machine.
< "id": 1, "item": < "name": "tm01", "url": "https://pokeapi.co/api/v2/item/305/" >, "move": < "name": "mega-punch", "url": "https://pokeapi.co/api/v2/move/5/" >, "version_group": < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version/1/" >> View raw JSON ( 0.289 kB, 15 lines) Machine (type)The identifier for this resource.
The TM or HM item that corresponds to this machine.
The move that is taught by this machine.
The version group that this machine applies to.
Moves (group)
Moves (endpoint)Moves are the skills of Pokémon in battle. In battle, a Pokémon uses one move each turn. Some moves (including those learned by Hidden Machine) can be used outside of battle as well, usually for the purpose of removing obstacles or exploring new areas.
< "id": 1, "name": "pound", "accuracy": 100, "effect_chance": null, "pp": 35, "priority": 0, "power": 40, "contest_combos": < "normal": < "use_before": [ < "name": "double-slap", "url": "https://pokeapi.co/api/v2/move/3/" >, < "name": "headbutt", "url": "https://pokeapi.co/api/v2/move/29/" >, < "name": "feint-attack", "url": "https://pokeapi.co/api/v2/move/185/" >], "use_after": null >, "super": < "use_before": null, "use_after": null >>, "contest_type": < "name": "tough", "url": "https://pokeapi.co/api/v2/contest-type/5/" >, "contest_effect": < "url": "https://pokeapi.co/api/v2/contest-effect/1/" >, "damage_class": < "name": "physical", "url": "https://pokeapi.co/api/v2/move-damage-class/2/" >, "effect_entries": [ < "effect": "Inflicts [regular damage].", "short_effect": "Inflicts regular damage with no additional effect.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "effect_changes": [], "generation": < "name": "generation-i", "url": "https://pokeapi.co/api/v2/generation/1/" >, "meta": < "ailment": < "name": "none", "url": "https://pokeapi.co/api/v2/move-ailment/0/" >, "category": < "name": "damage", "url": "https://pokeapi.co/api/v2/move-category/0/" >, "min_hits": null, "max_hits": null, "min_turns": null, "max_turns": null, "drain": 0, "healing": 0, "crit_rate": 0, "ailment_chance": 0, "flinch_chance": 0, "stat_chance": 0 >, "names": [ < "name": "Pound", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "past_values": [], "stat_changes": [], "super_contest_effect": < "url": "https://pokeapi.co/api/v2/super-contest-effect/5/" >, "target": < "name": "selected-pokemon", "url": "https://pokeapi.co/api/v2/move-target/10/" >, "type": < "name": "normal", "url": "https://pokeapi.co/api/v2/type/1/" >, "learned_by_pokemon": [ < "name": "clefairy", "url": "https://pokeapi.co/api/v2/pokemon/35/" >], "flavor_text_entries": [ < "flavor_text": "Pounds with fore\nlegs or tail.", "language": < "url": "https://pokeapi.co/api/v2/language/9/", "name": "en" >, "version_group": < "url": "https://pokeapi.co/api/v2/version-group/3/", "name": "gold-silver" >> ] > View raw JSON ( 2.714 kB, 119 lines) Move (type)The identifier for this resource.
The name for this resource.
The percent value of how likely this move is to be successful.
The percent value of how likely it is this moves effect will happen.
Power points. The number of times this move can be used.
A value between -8 and 8. Sets the order in which moves are executed during battle. See Bulbapedia for greater detail.
The base power of this move with a value of 0 if it does not have a base power.
A detail of normal and super contest combos that require this move.
The type of appeal this move gives a Pokémon when used in a contest.
The effect the move has when used in a contest.
The type of damage the move inflicts on the target, e.g. physical.
The effect of this move listed in different languages.
The list of previous effects this move has had across version groups of the games.
List of Pokemon that can learn the move
The flavor text of this move listed in different languages.
The generation in which this move was introduced.
A list of the machines that teach this move.
Metadata about this move
The name of this resource listed in different languages.
A list of move resource value changes across version groups of the game.
A list of stats this moves effects and how much it effects them.
The effect the move has when used in a super contest.
The type of target that will receive the effects of the attack.
The elemental type of this move.
ContestComboSets (type)A detail of moves this move can be used before or after, granting additional appeal points in contests.
A detail of moves this move can be used before or after, granting additional appeal points in super contests.
ContestComboDetail (type)A list of moves to use before this move.
A list of moves to use after this move.
MoveFlavorText (type)The localized flavor text for an api resource in a specific language.
The language this name is in.
The version group that uses this flavor text.
MoveMetaData (type)The status ailment this move inflicts on its target.
The category of move this move falls under, e.g. damage or ailment.
The minimum number of times this move hits. Null if it always only hits once.
The maximum number of times this move hits. Null if it always only hits once.
The minimum number of turns this move continues to take effect. Null if it always only lasts one turn.
The maximum number of turns this move continues to take effect. Null if it always only lasts one turn.
HP drain (if positive) or Recoil damage (if negative), in percent of damage done.
The amount of hp gained by the attacking Pokemon, in percent of it's maximum HP.
Critical hit rate bonus.
The likelihood this attack will cause an ailment.
The likelihood this attack will cause the target Pokémon to flinch.
The likelihood this attack will cause a stat change in the target Pokémon.
MoveStatChange (type)The amount of change.
The stat being affected.
PastMoveStatValues (type)The percent value of how likely this move is to be successful.
The percent value of how likely it is this moves effect will take effect.
The base power of this move with a value of 0 if it does not have a base power.
Power points. The number of times this move can be used.
The effect of this move listed in different languages.
The elemental type of this move.
The version group in which these move stat values were in effect.
Move Ailments (endpoint)Move Ailments are status conditions caused by moves used during battle. See Bulbapedia for greater detail.
< "id": 1, "name": "paralysis", "moves": [ < "name": "thunder-punch", "url": "https://pokeapi.co/api/v2/move/9/" >], "names": [ < "name": "Paralysis", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.308 kB, 19 lines) MoveAilment (type)The identifier for this resource.
The name for this resource.
A list of moves that cause this ailment.
The name of this resource listed in different languages.
Move Battle Styles (endpoint)Styles of moves when used in the Battle Palace. See Bulbapedia for greater detail.
View raw JSON ( 0.192 kB, 13 lines) MoveBattleStyle (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
Move Categories (endpoint)Very general categories that loosely group move effects.
< "id": 1, "name": "ailment", "descriptions": [ < "description": "No damage; inflicts status ailment", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "moves": [ < "name": "sing", "url": "https://pokeapi.co/api/v2/move/47/" >] > View raw JSON ( 0.337 kB, 19 lines) MoveCategory (type)The identifier for this resource.
The name for this resource.
A list of moves that fall into this category.
The description of this resource listed in different languages.
Move Damage Classes (endpoint)Damage classes moves can have, e.g. physical, special, or non-damaging.
< "id": 1, "name": "status", "descriptions": [ < "description": "ダメージãªã„", "language": < "name": "ja", "url": "https://pokeapi.co/api/v2/language/1/" >> ], "moves": [ < "name": "swords-dance", "url": "https://pokeapi.co/api/v2/move/14/" >] > View raw JSON ( 0.349 kB, 19 lines) MoveDamageClass (type)The identifier for this resource.
The name for this resource.
The description of this resource listed in different languages.
A list of moves that fall into this damage class.
The name of this resource listed in different languages.
Move Learn Methods (endpoint)Methods by which Pokémon can learn moves.
< "id": 1, "name": "level-up", "names": [ < "name": "Level up", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "descriptions": [ < "description": "Wird gelernt, wenn ein Pokémon ein bestimmtes Level erreicht.", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "version_groups": [ < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version-group/1/" >] > View raw JSON ( 0.548 kB, 28 lines) MoveLearnMethod (type)The identifier for this resource.
The name for this resource.
The description of this resource listed in different languages.
The name of this resource listed in different languages.
A list of version groups where moves can be learned through this method.
Move Targets (endpoint)Targets moves can be directed at during battle. Targets can be Pokémon, environments or even other moves.
< "id": 1, "name": "specific-move", "descriptions": [ < "description": "Eine spezifische Fähigkeit. Wie diese Fähigkeit genutzt wird, hängt von den genutzten Fähigkeiten ab.", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "moves": [ < "name": "counter", "url": "https://pokeapi.co/api/v2/move/68/" >], "names": [ < "name": "Spezifische Fähigkeit", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ] > View raw JSON ( 0.592 kB, 28 lines) MoveTarget (type)The identifier for this resource.
The name for this resource.
The description of this resource listed in different languages.
A list of moves that that are directed at this target.
The name of this resource listed in different languages.
Pokémon (group)
Abilities (endpoint)Abilities provide passive effects for Pokémon in battle or in the overworld. Pokémon have multiple possible abilities but can have only one ability at a time. Check out Bulbapedia for greater detail.
< "id": 1, "name": "stench", "is_main_series": true, "generation": < "name": "generation-iii", "url": "https://pokeapi.co/api/v2/generation/3/" >, "names": [ < "name": "Stench", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "effect_entries": [ < "effect": "This Pokémon's damaging moves have a 10% chance to make the target [flinch]with each hit if they do not already cause flinching as a secondary effect.\n\nThis ability does not stack with a held item.\n\nOverworld: The wild encounter rate is halved while this Pokémon is first in the party.", "short_effect": "Has a 10% chance of making target Pokémon [flinch] with each hit.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "effect_changes": [ < "version_group": < "name": "black-white", "url": "https://pokeapi.co/api/v2/version-group/11/" >, "effect_entries": [ < "effect": "Has no effect in battle.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > ], "flavor_text_entries": [ < "flavor_text": "è‡ãã¦ã€€ç›¸æ‰‹ãŒ\nã²ã‚‹ã‚€ã€€ã“ã¨ãŒã‚る。", "language": < "name": "ja-kanji", "url": "https://pokeapi.co/api/v2/language/11/" >, "version_group": < "name": "x-y", "url": "https://pokeapi.co/api/v2/version-group/15/" >> ], "pokemon": [ < "is_hidden": true, "slot": 3, "pokemon": < "name": "gloom", "url": "https://pokeapi.co/api/v2/pokemon/44/" >> ] > View raw JSON ( 1.896 kB, 68 lines) Ability (type)The identifier for this resource.
The name for this resource.
Whether or not this ability originated in the main series of the video games.
The generation this ability originated in.
The name of this resource listed in different languages.
The effect of this ability listed in different languages.
The list of previous effects this ability has had across version groups.
The flavor text of this ability listed in different languages.
A list of Pokémon that could potentially have this ability.
AbilityEffectChange (type)The previous effect of this ability listed in different languages.
The version group in which the previous effect of this ability originated.
AbilityFlavorText (type)The localized name for an API resource in a specific language.
The language this text resource is in.
The version group that uses this flavor text.
AbilityPokemon (type)Whether or not this a hidden ability for the referenced Pokémon.
Pokémon have 3 ability 'slots' which hold references to possible abilities they could have. This is the slot of this ability for the referenced pokemon.
The Pokémon this ability could belong to.
Characteristics (endpoint)Characteristics indicate which stat contains a Pokémon's highest IV. A Pokémon's Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out Bulbapedia for greater detail.
< "id": 1, "gene_modulo": 0, "possible_values": [ 0, 5, 10, 15, 20, 25, 30 ], "highest_stat": < "name": "hp", "url": "https://pokeapi.co/api/v2/stat/1/" >, "descriptions": [ < "description": "Loves to eat", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.383 kB, 26 lines) Characteristic (type)The identifier for this resource.
The remainder of the highest stat/IV divided by 5.
The possible values of the highest stat that would result in a Pokémon recieving this characteristic when divided by 5.
The stat which results in this characteristic.
The descriptions of this characteristic listed in different languages.
Egg Groups (endpoint)Egg Groups are categories which determine which Pokémon are able to interbreed. Pokémon may belong to either one or two Egg Groups. Check out Bulbapedia for greater detail.
< "id": 1, "name": "monster", "names": [ < "name": "かいじゅう", "language": < "name": "ja", "url": "https://pokeapi.co/api/v2/language/1/" >> ], "pokemon_species": [ < "name": "bulbasaur", "url": "https://pokeapi.co/api/v2/pokemon-species/1/" >] > View raw JSON ( 0.329 kB, 19 lines) EggGroup (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A list of all Pokémon species that are members of this egg group.
Genders (endpoint)Genders were introduced in Generation II for the purposes of breeding Pokémon but can also result in visual differences or even different evolutionary lines. Check out Bulbapedia for greater detail.
< "id": 1, "name": "female", "pokemon_species_details": [ < "rate": 1, "pokemon_species": < "name": "bulbasaur", "url": "https://pokeapi.co/api/v2/pokemon-species/1/" >> ], "required_for_evolution": [ < "name": "wormadam", "url": "https://pokeapi.co/api/v2/pokemon-species/413/" >] > View raw JSON ( 0.359 kB, 19 lines) Gender (type)The identifier for this resource.
The name for this resource.
A list of Pokémon species that can be this gender and how likely it is that they will be.
A list of Pokémon species that required this gender in order for a Pokémon to evolve into them.
PokemonSpeciesGender (type)The chance of this Pokémon being female, in eighths; or -1 for genderless.
A Pokémon species that can be the referenced gender.
Growth Rates (endpoint)Growth rates are the speed with which Pokémon gain levels through experience. Check out Bulbapedia for greater detail.
< "id": 1, "name": "slow", "formula": "\\frac", "descriptions": [ < "description": "langsam", "language": < "name": "de", "url": "https://pokeapi.co/api/v2/language/6/" >> ], "levels": [ < "level": 100, "experience": 1250000 >], "pokemon_species": [ < "name": "growlithe", "url": "https://pokeapi.co/api/v2/pokemon-species/58/" >] > View raw JSON ( 0.444 kB, 26 lines) GrowthRate (type)The identifier for this resource.
The name for this resource.
The formula used to calculate the rate at which the Pokémon species gains level.
The descriptions of this characteristic listed in different languages.
A list of levels and the amount of experienced needed to atain them based on this growth rate.
A list of Pokémon species that gain levels at this growth rate.
GrowthRateExperienceLevel (type)The level gained.
The amount of experience required to reach the referenced level.
Natures (endpoint)Natures influence how a Pokémon's stats grow. See Bulbapedia for greater detail.
< "id": 2, "name": "bold", "decreased_stat": < "name": "attack", "url": "https://pokeapi.co/api/v2/stat/2/" >, "increased_stat": < "name": "defense", "url": "https://pokeapi.co/api/v2/stat/3/" >, "likes_flavor": < "name": "sour", "url": "https://pokeapi.co/api/v2/berry-flavor/5/" >, "hates_flavor": < "name": "spicy", "url": "https://pokeapi.co/api/v2/berry-flavor/1/" >, "pokeathlon_stat_changes": [ < "max_change": -2, "pokeathlon_stat": < "name": "speed", "url": "https://pokeapi.co/api/v2/pokeathlon-stat/1/" >> ], "move_battle_style_preferences": [ < "low_hp_preference": 32, "high_hp_preference": 30, "move_battle_style": < "name": "attack", "url": "https://pokeapi.co/api/v2/move-battle-style/1/" >> ], "names": [ < "name": "がんばりや", "language": < "name": "ja", "url": "https://pokeapi.co/api/v2/language/1/" >> ] > View raw JSON ( 1.031 kB, 48 lines) Nature (type)The identifier for this resource.
The name for this resource.
The stat decreased by 10% in Pokémon with this nature.
The stat increased by 10% in Pokémon with this nature.
The flavor hated by Pokémon with this nature.
The flavor liked by Pokémon with this nature.
A list of Pokéathlon stats this nature effects and how much it effects them.
A list of battle styles and how likely a Pokémon with this nature is to use them in the Battle Palace or Battle Tent.
The name of this resource listed in different languages.
NatureStatChange (type)The amount of change.
The stat being affected.
MoveBattleStylePreference (type)Chance of using the move, in percent, if HP is under one half.
Chance of using the move, in percent, if HP is over one half.
The move battle style.
Pokeathlon Stats (endpoint)Pokeathlon Stats are different attributes of a Pokémon's performance in Pokéathlons. In Pokéathlons, competitions happen on different courses; one for each of the different Pokéathlon stats. See Bulbapedia for greater detail.
< "id": 1, "name": "speed", "affecting_natures": < "increase": [ < "max_change": 2, "nature": < "name": "timid", "url": "https://pokeapi.co/api/v2/nature/5/" >> ], "decrease": [ < "max_change": -1, "nature": < "name": "hardy", "url": "https://pokeapi.co/api/v2/nature/1/" >> ] >, "names": [ < "name": "Speed", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ] > View raw JSON ( 0.576 kB, 33 lines) PokeathlonStat (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A detail of natures which affect this Pokéathlon stat positively or negatively.
NaturePokeathlonStatAffectSets (type)A list of natures and how they change the referenced Pokéathlon stat.
A list of natures and how they change the referenced Pokéathlon stat.
NaturePokeathlonStatAffect (type)The maximum amount of change to the referenced Pokéathlon stat.
The nature causing the change.
Pokemon (endpoint)Pokémon are the creatures that inhabit the world of the Pokémon games. They can be caught using Pokéballs and trained by battling with other Pokémon. Each Pokémon belongs to a specific species but may take on a variant which makes it differ from other Pokémon of the same species, such as base stats, available abilities and typings. See Bulbapedia for greater detail.
< "id": 35, "name": "clefairy", "base_experience": 113, "height": 6, "is_default": true, "order": 56, "weight": 75, "abilities": [ < "is_hidden": true, "slot": 3, "ability": < "name": "friend-guard", "url": "https://pokeapi.co/api/v2/ability/132/" >> ], "forms": [ < "name": "clefairy", "url": "https://pokeapi.co/api/v2/pokemon-form/35/" >], "game_indices": [ < "game_index": 35, "version": < "name": "white-2", "url": "https://pokeapi.co/api/v2/version/22/" >> ], "held_items": [ < "item": < "name": "moon-stone", "url": "https://pokeapi.co/api/v2/item/81/" >, "version_details": [ < "rarity": 5, "version": < "name": "ruby", "url": "https://pokeapi.co/api/v2/version/7/" >> ] > ], "location_area_encounters": "/api/v2/pokemon/35/encounters", "moves": [ < "move": < "name": "pound", "url": "https://pokeapi.co/api/v2/move/1/" >, "version_group_details": [ < "level_learned_at": 1, "version_group": < "name": "red-blue", "url": "https://pokeapi.co/api/v2/version-group/1/" >, "move_learn_method": < "name": "level-up", "url": "https://pokeapi.co/api/v2/move-learn-method/1/" >, "order": 1 > ] > ], "species": < "name": "clefairy", "url": "https://pokeapi.co/api/v2/pokemon-species/35/" >, "sprites": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/35.png", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/shiny/35.png", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/35.png", "front_shiny_female": null, "other": < "dream_world": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/35.svg", "front_female": null >, "home": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/home/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/home/shiny/35.png", "front_shiny_female": null >, "official-artwork": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/shiny/35.png" >, "showdown": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/showdown/back/35.gif", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/showdown/back/shiny/35.gif", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/showdown/35.gif", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/showdown/shiny/35.gif", "front_shiny_female": null >>, "versions": < "generation-i": < "red-blue": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/red-blue/back/35.png", "back_gray": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/red-blue/back/gray/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/red-blue/35.png", "front_gray": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/red-blue/gray/35.png" >, "yellow": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/yellow/back/35.png", "back_gray": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/yellow/back/gray/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/yellow/35.png", "front_gray": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-i/yellow/gray/35.png" >>, "generation-ii": < "crystal": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/crystal/back/35.png", "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/crystal/back/shiny/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/crystal/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/crystal/shiny/35.png" >, "gold": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/gold/back/35.png", "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/gold/back/shiny/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/gold/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/gold/shiny/35.png" >, "silver": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/silver/back/35.png", "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/silver/back/shiny/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/silver/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-ii/silver/shiny/35.png" >>, "generation-iii": < "emerald": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/emerald/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/emerald/shiny/35.png" >, "firered-leafgreen": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/firered-leafgreen/back/35.png", "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/firered-leafgreen/back/shiny/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/firered-leafgreen/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/firered-leafgreen/shiny/35.png" >, "ruby-sapphire": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/ruby-sapphire/back/35.png", "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/ruby-sapphire/back/shiny/35.png", "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/ruby-sapphire/35.png", "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iii/ruby-sapphire/shiny/35.png" >>, "generation-iv": < "diamond-pearl": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/diamond-pearl/back/35.png", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/diamond-pearl/back/shiny/35.png", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/diamond-pearl/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/diamond-pearl/shiny/35.png", "front_shiny_female": null >, "heartgold-soulsilver": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/heartgold-soulsilver/back/35.png", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/heartgold-soulsilver/back/shiny/35.png", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/heartgold-soulsilver/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/heartgold-soulsilver/shiny/35.png", "front_shiny_female": null >, "platinum": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/platinum/back/35.png", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/platinum/back/shiny/35.png", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/platinum/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-iv/platinum/shiny/35.png", "front_shiny_female": null >>, "generation-v": < "black-white": < "animated": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/animated/back/35.gif", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/animated/back/shiny/35.gif", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/animated/35.gif", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/animated/shiny/35.gif", "front_shiny_female": null >, "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/back/35.png", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/back/shiny/35.png", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-v/black-white/shiny/35.png", "front_shiny_female": null > >, "generation-vi": < "omegaruby-alphasapphire": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vi/omegaruby-alphasapphire/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vi/omegaruby-alphasapphire/shiny/35.png", "front_shiny_female": null >, "x-y": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vi/x-y/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vi/x-y/shiny/35.png", "front_shiny_female": null >>, "generation-vii": < "icons": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vii/icons/35.png", "front_female": null >, "ultra-sun-ultra-moon": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vii/ultra-sun-ultra-moon/35.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-vii/ultra-sun-ultra-moon/shiny/35.png", "front_shiny_female": null >>, "generation-viii": < "icons": < "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/versions/generation-viii/icons/35.png", "front_female": null >> > >, "cries": < "latest": "https://raw.githubusercontent.com/PokeAPI/cries/main/cries/pokemon/latest/35.ogg", "legacy": "https://raw.githubusercontent.com/PokeAPI/cries/main/cries/pokemon/legacy/35.ogg" >, "stats": [ < "base_stat": 35, "effort": 0, "stat": < "name": "speed", "url": "https://pokeapi.co/api/v2/stat/6/" >> ], "types": [ < "slot": 1, "type": < "name": "fairy", "url": "https://pokeapi.co/api/v2/type/18/" >> ], "past_types": [ < "generation": < "name": "generation-v", "url": "https://pokeapi.co/api/v2/generation/5/" >, "types": [ < "slot": 1, "type": < "name": "normal", "url": "https://pokeapi.co/api/v2/type/1/" >> ] > ], "past_abilities": [ < "generation": < "name": "generation-iv", "url": "https://pokeapi.co/api/v2/generation/4/" >, "abilities": [ < "ability": null, "is_hidden": true, "slot": 3 >] > ] > View raw JSON ( 15.38 kB, 309 lines) Pokemon (type)The identifier for this resource.
The name for this resource.
The base experience gained for defeating this Pokémon.
The height of this Pokémon in decimetres.
Set for exactly one Pokémon used as the default for each species.
Order for sorting. Almost national order, except families are grouped together.
The weight of this Pokémon in hectograms.
A list of abilities this Pokémon could potentially have.
A list of forms this Pokémon can take on.
A list of game indices relevent to Pokémon item by generation.
A list of items this Pokémon may be holding when encountered.
A link to a list of location areas, as well as encounter details pertaining to specific versions.
A list of moves along with learn methods and level details pertaining to specific version groups.
A list of details showing types this pokémon had in previous generations
A list of details showing abilities this pokémon had in previous generations
A list of details showing stats this pokémon had in previous generations
A set of sprites used to depict this Pokémon in the game. A visual representation of the various sprites can be found at PokeAPI/sprites
A set of cries used to depict this Pokémon in the game. A visual representation of the various cries can be found at PokeAPI/cries
The species this Pokémon belongs to.
A list of base stat values for this Pokémon.
A list of details showing types this Pokémon has.
PokemonAbility (type)Whether or not this is a hidden ability.
The slot this ability occupies in this Pokémon species.
The ability the Pokémon may have.
PokemonType (type)The order the Pokémon's types are listed in.
The type the referenced Pokémon has.
PokemonFormType (type)The order the Pokémon's types are listed in.
The type the referenced Form has.
PokemonTypePast (type)The last generation in which the referenced pokémon had the listed types.
The types the referenced pokémon had up to and including the listed generation.
PokemonAbilityPast (type)The last generation in which the referenced pokémon had the listed abilities.
The abilities the referenced pokémon had up to and including the listed generation. If null, the slot was previously empty.
PokemonStatPast (type)The last generation in which the referenced pokémon had the listed stats.
The stat the Pokémon had up to and including the listed generation.
PokemonHeldItem (type)The item the referenced Pokémon holds.
The details of the different versions in which the item is held.
PokemonHeldItemVersion (type)The version in which the item is held.
How often the item is held.
PokemonMove (type)The move the Pokémon can learn.
The details of the version in which the Pokémon can learn the move.
PokemonMoveVersion (type)The method by which the move is learned.
The version group in which the move is learned.
The minimum level to learn the move.
Order by which the pokemon will learn the move. A newly learnt move will replace the move with lowest order.
PokemonStat (type)The stat the Pokémon has.
The effort points (EV) the Pokémon has in the stat.
The base value of the stat.
PokemonSprites (type)The default depiction of this Pokémon from the front in battle.
The shiny depiction of this Pokémon from the front in battle.
The female depiction of this Pokémon from the front in battle.
The shiny female depiction of this Pokémon from the front in battle.
The default depiction of this Pokémon from the back in battle.
The shiny depiction of this Pokémon from the back in battle.
The female depiction of this Pokémon from the back in battle.
The shiny female depiction of this Pokémon from the back in battle.
PokemonCries (type)The latest depiction of this Pokémon's cry.
The legacy depiction of this Pokémon's cry.
Pokemon Location Areas (endpoint)Pokémon Location Areas are ares where Pokémon can be found.
[ < "location_area": < "name": "kanto-route-2-south-towards-viridian-city", "url": "https://pokeapi.co/api/v2/location-area/296/" >, "version_details": [ < "max_chance": 10, "encounter_details": [ < "min_level": 7, "max_level": 7, "condition_values": [ < "name": "time-morning", "url": "https://pokeapi.co/api/v2/encounter-condition-value/3/" >], "chance": 5, "method": < "name": "walk", "url": "https://pokeapi.co/api/v2/encounter-method/1/" >> ], "version": < "name": "heartgold", "url": "https://pokeapi.co/api/v2/version/15/" >> ] > ] View raw JSON ( 0.837 kB, 34 lines) LocationAreaEncounter (type)The location area the referenced Pokémon can be encountered in.
A list of versions and encounters with the referenced Pokémon that might happen.
Pokemon Colors (endpoint)Colors used for sorting Pokémon in a Pokédex. The color listed in the Pokédex is usually the color most apparent or covering each Pokémon's body. No orange category exists; Pokémon that are primarily orange are listed as red or brown.
< "id": 1, "name": "black", "names": [ < "name": "é»’ã„", "language": < "name": "ja", "url": "https://pokeapi.co/api/v2/language/1/" >> ], "pokemon_species": [ < "name": "snorlax", "url": "https://pokeapi.co/api/v2/pokemon-species/143/" >] > View raw JSON ( 0.326 kB, 19 lines) PokemonColor (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A list of the Pokémon species that have this color.
Pokemon Forms (endpoint)Some Pokémon may appear in one of multiple, visually different forms. These differences are purely cosmetic. For variations within a Pokémon species, which do differ in more than just visuals, the 'Pokémon' entity is used to represent such a variety.
< "id": 10041, "name": "arceus-bug", "order": 631, "form_order": 7, "is_default": false, "is_battle_only": false, "is_mega": false, "form_name": "bug", "pokemon": < "name": "arceus", "url": "https://pokeapi.co/api/v2/pokemon/493/" >, "sprites": < "back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/493-bug.png", "back_female": null, "back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/shiny/493-bug.png", "back_shiny_female": null, "front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/493-bug.png", "front_female": null, "front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/493-bug.png", "front_shiny_female": null >, "types": [ < "slot": 1, "type": < "name": "bug", "url": "https://pokeapi.co/api/v2/type/7/" >> ], "version_group": < "name": "diamond-pearl", "url": "https://pokeapi.co/api/v2/version-group/8/" >> View raw JSON ( 1.103 kB, 37 lines) PokemonForm (type)The identifier for this resource.
The name for this resource.
The order in which forms should be sorted within all forms. Multiple forms may have equal order, in which case they should fall back on sorting by name.
The order in which forms should be sorted within a species' forms.
True for exactly one form used as the default for each Pokémon.
Whether or not this form can only happen during battle.
Whether or not this form requires mega evolution.
The name of this form.
The Pokémon that can take on this form.
A list of details showing types this Pokémon form has.
A set of sprites used to depict this Pokémon form in the game.
The version group this Pokémon form was introduced in.
The form specific full name of this Pokémon form, or empty if the form does not have a specific name.
The form specific form name of this Pokémon form, or empty if the form does not have a specific name.
PokemonFormSprites (type)The default depiction of this Pokémon form from the front in battle.
The shiny depiction of this Pokémon form from the front in battle.
The default depiction of this Pokémon form from the back in battle.
The shiny depiction of this Pokémon form from the back in battle.
Pokemon Habitats (endpoint)Habitats are generally different terrain Pokémon can be found in but can also be areas designated for rare or legendary Pokémon.
< "id": 1, "name": "cave", "names": [ < "name": "grottes", "language": < "name": "fr", "url": "https://pokeapi.co/api/v2/language/5/" >> ], "pokemon_species": [ < "name": "zubat", "url": "https://pokeapi.co/api/v2/pokemon-species/41/" >] > View raw JSON ( 0.315 kB, 19 lines) PokemonHabitat (type)The identifier for this resource.
The name for this resource.
The name of this resource listed in different languages.
A list of the Pokémon species that can be found in this habitat.
Pokemon Shapes (endpoint)Shapes used for sorting Pokémon in a Pokédex.
< "id": 1, "name": "ball", "awesome_names": [ < "awesome_name": "Pomaceous", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "names": [ < "name": "Ball", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "pokemon_species": [ < "name": "shellder", "url": "https://pokeapi.co/api/v2/pokemon-species/90/" >] > View raw JSON ( 0.493 kB, 28 lines) PokemonShape (type)The identifier for this resource.
The name for this resource.
The "scientific" name of this Pokémon shape listed in different languages.
The name of this resource listed in different languages.
A list of the Pokémon species that have this shape.
AwesomeName (type)The localized "scientific" name for an API resource in a specific language.
The language this "scientific" name is in.
Pokemon Species (endpoint)A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Pokémon species are shared across all varieties of Pokémon within the species. A good example is Wormadam; Wormadam is the species which can be found in three different varieties, Wormadam-Trash, Wormadam-Sandy and Wormadam-Plant.
< "id": 413, "name": "wormadam", "order": 441, "gender_rate": 8, "capture_rate": 45, "base_happiness": 70, "is_baby": false, "is_legendary": false, "is_mythical": false, "hatch_counter": 15, "has_gender_differences": false, "forms_switchable": false, "growth_rate": < "name": "medium", "url": "https://pokeapi.co/api/v2/growth-rate/2/" >, "pokedex_numbers": [ < "entry_number": 45, "pokedex": < "name": "kalos-central", "url": "https://pokeapi.co/api/v2/pokedex/12/" >> ], "egg_groups": [ < "name": "bug", "url": "https://pokeapi.co/api/v2/egg-group/3/" >], "color": < "name": "gray", "url": "https://pokeapi.co/api/v2/pokemon-color/4/" >, "shape": < "name": "squiggle", "url": "https://pokeapi.co/api/v2/pokemon-shape/2/" >, "evolves_from_species": < "name": "burmy", "url": "https://pokeapi.co/api/v2/pokemon-species/412/" >, "evolution_chain": < "url": "https://pokeapi.co/api/v2/evolution-chain/213/" >, "habitat": null, "generation": < "name": "generation-iv", "url": "https://pokeapi.co/api/v2/generation/4/" >, "names": [ < "name": "Wormadam", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "flavor_text_entries": [ < "flavor_text": "When the bulb on\nits back grows\nlarge, it appears\fto lose the\nability to stand\non its hind legs.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >, "version": < "name": "red", "url": "https://pokeapi.co/api/v2/version/1/" >> ], "form_descriptions": [ < "description": "Forms have different stats and movepools. During evolution, Burmy's current cloak becomes Wormadam's form, and can no longer be changed.", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "genera": [ < "genus": "Bagworm", "language": < "name": "en", "url": "https://pokeapi.co/api/v2/language/9/" >> ], "varieties": [ < "is_default": true, "pokemon": < "name": "wormadam-plant", "url": "https://pokeapi.co/api/v2/pokemon/413/" >> ] > View raw JSON ( 2.373 kB, 102 lines) PokemonSpecies (type)The identifier for this resource.
The name for this resource.
The order in which species should be sorted. Based on National Dex order, except families are grouped together and sorted by stage.
The chance of this Pokémon being female, in eighths; or -1 for genderless.
The base capture rate; up to 255. The higher the number, the easier the catch.
The happiness when caught by a normal Pokéball; up to 255. The higher the number, the happier the Pokémon.
Whether or not this is a baby Pokémon.
Whether or not this is a legendary Pokémon.
Whether or not this is a mythical Pokémon.
Initial hatch counter: one must walk Y × (hatch_counter + 1) steps before this Pokémon's egg hatches, unless utilizing bonuses like Flame Body's. Y varies per generation. In Generations II, III, and VII, Egg cycles are 256 steps long. In Generation IV, Egg cycles are 255 steps long. In Pokémon Brilliant Diamond and Shining Pearl, Egg cycles are also 255 steps long, but are shorter on special dates. In Generations V and VI, Egg cycles are 257 steps long. In Pokémon Sword and Shield, and in Pokémon Scarlet and Violet, Egg cycles are 128 steps long.
Whether or not this Pokémon has visual gender differences.
Whether or not this Pokémon has multiple forms and can switch between them.
The rate at which this Pokémon species gains levels.
A list of Pokedexes and the indexes reserved within them for this Pokémon species.
A list of egg groups this Pokémon species is a member of.
The color of this Pokémon for Pokédex search.
The shape of this Pokémon for Pokédex search.
The Pokémon species that evolves into this Pokemon_species.
The evolution chain this Pokémon species is a member of.
The habitat this Pokémon species can be encountered in.
The generation this Pokémon species was introduced in.
The name of this resource listed in different languages.
A list of encounters that can be had with this Pokémon species in pal park.
A list of flavor text entries for this Pokémon species.
Descriptions of different forms Pokémon take on within the Pokémon species.
The genus of this Pokémon species listed in multiple languages.
A list of the Pokémon that exist within this Pokémon species.
Genus (type)The localized genus for the referenced Pokémon species
The language this genus is in.
PokemonSpeciesDexEntry (type)The index number within the Pokédex.
The Pokédex the referenced Pokémon species can be found in.
PalParkEncounterArea (type)The base score given to the player when the referenced Pokémon is caught during a pal park run.
The base rate for encountering the referenced Pokémon in this pal park area.
The pal park area where this encounter happens.
PokemonSpeciesVariety (type)Whether this variety is the default variety.
The Pokémon variety.
Stats (endpoint)Stats determine certain aspects of battles. Each Pokémon has a value for each stat which grows as they gain levels and can be altered momentarily by effects in battles.
< "id": 2, "name": "attack", "game_index": 2, "is_battle_only": false, "affecting_moves": < "increase": [ < "change": 2, "move": < "name": "swords-dance", "url": "https://pokeapi.co/api/v2/move/14/" >> ], "decrease": [ < "change": -1, "move": < "name": "growl", "url": "https://pokeapi.co/api/v2/move/45/" >> ] >, "affecting_natures": < "increase": [ < "name": "lonely", "url": "https://pokeapi.co/api/v2/nature/6/" >], "decrease": [ < "name": "bold", "url": "https://pokeapi.co/api/v2/nature/2/" >] >, "characteristics": [ < "url": "https://pokeapi.co/api/v2/characteristic/2/" >], "move_damage_class": < "name": "physical", "url": "https://pokeapi.co/api/v2/move-damage-class/2/" >, "names": [ < "name": "ã“ã†ã’ã", "language": < "name": "ja", "url": "https://pokeapi.co/api/v2/language/1/" >> ] > View raw JSON ( 1.116 kB, 58 lines) Stat (type)The identifier for this resource.
The name for this resource.
ID the games use for this stat.
Whether this stat only exists within a battle.
A detail of moves which affect this stat positively or negatively.
A detail of natures which affect this stat positively or negatively.
A list of characteristics that are set on a Pokémon when its highest base stat is this stat.
The class of damage this stat is directly related to.
The name of this resource listed in different languages.
MoveStatAffectSets (type)A list of moves and how they change the referenced stat.
A list of moves and how they change the referenced stat.
MoveStatAffect (type)The maximum amount of change to the referenced stat.
The move causing the change.
NatureStatAffectSets (type)A list of natures and how they change the referenced stat.
A list of nature sand how they change the referenced stat.
Types (endpoint)Types are properties for Pokémon and their moves. Each type has three properties: which types of Pokémon it is super effective against, which types of Pokémon it is not very effective against, and which types of Pokémon it is completely ineffective against.
< "id": 5, "name": "ground", "damage_relations": < "no_damage_to": [ < "name": "flying", "url": "https://pokeapi.co/api/v2/type/3/" >], "half_damage_to": [ < "name": "bug", "url": "https://pokeapi.co/api/v2/type/7/" >], "double_damage_to": [ < "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" >], "no_damage_from": [ < "name": "electric", "url": "https://pokeapi.co/api/v2/type/13/" >], "half_damage_from": [ < "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" >], "double_damage_from": [ < "name": "water", "url": "https://pokeapi.co/api/v2/type/11/" >] >, "past_damage_relations": [ < "generation": < "name": "generation-v", "url": "https://pokeapi.co/api/v2/generation/5/" >, "damage_relations": < "no_damage_to": [ < "name": "normal", "url": "https://pokeapi.co/api/v2/type/1/" >], "half_damage_to": [ < "name": "steel", "url": "https://pokeapi.co/api/v2/type/9/" >], "double_damage_to": [ < "name": "ghost", "url": "https://pokeapi.co/api/v2/type/8/" >], "no_damage_from": [ < "name": "normal", "url": "https://pokeapi.co/api/v2/type/1/" >], "half_damage_from": [ < "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" >], "double_damage_from": [ < "name": "ghost", "url": "https://pokeapi.co/api/v2/type/8/" >] > > ], "game_indices": [ < "game_index": 4, "generation": < "name": "generation-i", "url": "https://pokeapi.co/api/v2/generation/1/" >> ], "generation": < "name": "generation-i", "url": "https://pokeapi.co/api/v2/generation/1/" >, "move_damage_class": < "name": "physical", "url": "https://pokeapi.co/api/v2/move-damage-class/2/" >, "names": [ < "name": "ã˜ã‚ã‚“", "language": < "name": "ja", "url": "https://pokeapi.co/api/v2/language/1/" >> ], "pokemon": [ < "slot": 1, "pokemon": < "name": "sandshrew", "url": "https://pokeapi.co/api/v2/pokemon/27/" >> ], "moves": [ < "name": "sand-attack", "url": "https://pokeapi.co/api/v2/move/28/" >] > View raw JSON ( 2.743 kB, 129 lines) Type (type)The identifier for this resource.
The name for this resource.
A detail of how effective this type is toward others and vice versa.
A list of details of how effective this type was toward others and vice versa in previous generations
A list of game indices relevent to this item by generation.
The generation this type was introduced in.
The class of damage inflicted by this type.
The name of this resource listed in different languages.
A list of details of Pokémon that have this type.
A list of moves that have this type.
TypePokemon (type)The order the Pokémon's types are listed in.
The Pokémon that has the referenced type.
TypeRelations (type)A list of types this type has no effect on.
A list of types this type is not very effect against.
A list of types this type is very effect against.
A list of types that have no effect on this type.
A list of types that are not very effective against this type.
A list of types that are very effective against this type.
TypeRelationsPast (type)The last generation in which the referenced type had the listed damage relations
The damage relations the referenced type had up to and including the listed generation
Utility (group)
Languages (endpoint)Languages for translations of API resource information.
View raw JSON ( 0.247 kB, 16 lines) Language (type)The identifier for this resource.
The name for this resource.
Whether or not the games are published in this language.
The two-letter code of the country where this language is spoken. Note that it is not unique.
The two-letter code of the language. Note that it is not unique.
The name of this resource listed in different languages.
Common Models APIResource (type)The URL of the referenced resource.
Description (type)The localized description for an API resource in a specific language.
The language this name is in.
Effect (type)The localized effect text for an API resource in a specific language.
The language this effect is in.
Encounter (type)The lowest level the Pokémon could be encountered at.
The highest level the Pokémon could be encountered at.
A list of condition values that must be in effect for this encounter to occur.
Percent chance that this encounter will occur.
The method by which this encounter happens.
FlavorText (type)The localized flavor text for an API resource in a specific language. Note that this text is left unprocessed as it is found in game files. This means that it contains special characters that one might want to replace with their visible decodable version. Please check out this issue to find out more.
The language this name is in.
The game version this flavor text is extracted from.
GenerationGameIndex (type)The internal id of an API resource within game data.
The generation relevent to this game index.
MachineVersionDetail (type)The machine that teaches a move from an item.
The version group of this specific machine.
Name (type)The localized name for an API resource in a specific language.
The language this name is in.
NamedAPIResource (type)The name of the referenced resource.
The URL of the referenced resource.
VerboseEffect (type)The localized effect text for an API resource in a specific language.
The localized effect text in brief.
The language this effect is in.
VersionEncounterDetail (type)The game version this encounter happens in.
The total percentage of all encounter potential.
A list of encounters and their specifics.
VersionGameIndex (type)The internal id of an API resource within game data.
The version relevent to this game index.
VersionGroupFlavorText (type)The localized name for an API resource in a specific language.
The language this name is in.
The version group which uses this flavor text.
Created by Paul Hallett and other PokéAPI contributors around the world. Pokémon and Pokémon character names are trademarks of Nintendo.