mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Fixed more typos in the docs
This commit is contained in:
parent
56566c035d
commit
e54370aa25
1 changed files with 192 additions and 192 deletions
|
@ -50,14 +50,14 @@
|
|||
<td>
|
||||
<ul>
|
||||
<li><a href="#pal-park-areas">Pal Park Areas</a></li>
|
||||
<li><a href="#pokedexes">Pokedexes</a></li>
|
||||
<li><a href="#pokemon">Pokemon</a></li>
|
||||
<li><a href="#pokemon-colors">Pokemon Colors</a></li>
|
||||
<li><a href="#pokemon-forms">Pokemon Forms</a></li>
|
||||
<li><a href="#pokemon-habitats">Pokemon Habitats</a></li>
|
||||
<li><a href="#pokemon-shapes">Pokemon Shapes</a></li>
|
||||
<li><a href="#pokemon-species">Pokemon Species</a></li>
|
||||
<li><a href="#pokeathlon-stats">Pokeathlon Stats</a></li>
|
||||
<li><a href="#pokedexes">Pokédexes</a></li>
|
||||
<li><a href="#pokemon">Pokémon</a></li>
|
||||
<li><a href="#pokemon-colors">Pokémon Colors</a></li>
|
||||
<li><a href="#pokemon-forms">Pokémon Forms</a></li>
|
||||
<li><a href="#pokemon-habitats">Pokémon Habitats</a></li>
|
||||
<li><a href="#pokemon-shapes">Pokémon Shapes</a></li>
|
||||
<li><a href="#pokemon-species">Pokémon Species</a></li>
|
||||
<li><a href="#pokeathlon-stats">Pokéathlon Stats</a></li>
|
||||
<li><a href="#regions">Regions</a></li>
|
||||
<li><a href="#stats">Stats</a></li>
|
||||
<li><a href="#super-contest-effects">Super Contest Effects</a></li>
|
||||
|
@ -95,7 +95,7 @@ Calling any api endpoint without a resource id or name will return a paginated l
|
|||
| count | The total number of resources abailable from this api | integer |
|
||||
| next | The url for the next 'page' in the list | string |
|
||||
| previous | The url for the previous page in the list | boolean |
|
||||
| results | I list of non-named api resources | list [APIResource](#apiresource) |
|
||||
| results | The list of non-named api resources | list [APIResource](#apiresource) |
|
||||
|
||||
|
||||
###### example response for named resources
|
||||
|
@ -119,7 +119,7 @@ Calling any api endpoint without a resource id or name will return a paginated l
|
|||
| count | The total number of resources abailable from this api | integer |
|
||||
| next | The url for the next 'page' in the list | string |
|
||||
| previous | The url for the previous page in the list | boolean |
|
||||
| results | I list of named api resources | list [NamedAPIResource](#namedapiresource) |
|
||||
| results | The list of named api resources | list [NamedAPIResource](#namedapiresource) |
|
||||
|
||||
|
||||
|
||||
|
@ -171,18 +171,18 @@ Berries are small fruits that can provide HP and status condition restoration, s
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this berry resource | integer |
|
||||
| name | The name for this berry resource | string |
|
||||
| growth_time | 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. | integer |
|
||||
| max_harvest | The maximum number of these berries that can grow on one tree in Generation IV | integer |
|
||||
| natural_gift_power | The power of the move "Natural Gift" when used with this Berry | integer |
|
||||
| size | The size of this Berry, in millimeters | integer |
|
||||
| smoothness | The smoothness of this Berry, used in making Pokéblocks or Poffins | integer |
|
||||
| soil_dryness | The speed at which this Berry dries out the soil as it grows. A higher rate means the soil dries more quickly. | integer |
|
||||
| firmness | The firmness of this berry, used in making Pokéblocks or Poffins | [NamedAPIResource](#namedapiresource) ([BerryFirmness](#berry-firmnesses)) |
|
||||
| flavors | A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry | list [BerryFlavorMap](#berryflavormap) |
|
||||
| item | Berries are actually items. This is a reference to the item specific data for this berry. | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| natural_gift_type | The Type the move "Natural Gift" has when used with this Berry | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| id | The identifier for this berry resource | integer |
|
||||
| name | The name for this berry resource | string |
|
||||
| growth_time | 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. | integer |
|
||||
| max_harvest | The maximum number of these berries that can grow on one tree in Generation IV | integer |
|
||||
| natural_gift_power | The power of the move "Natural Gift" when used with this Berry | integer |
|
||||
| size | The size of this Berry, in millimeters | integer |
|
||||
| smoothness | The smoothness of this Berry, used in making Pokéblocks or Poffins | integer |
|
||||
| soil_dryness | The speed at which this Berry dries out the soil as it grows. A higher rate means the soil dries more quickly. | integer |
|
||||
| firmness | The firmness of this berry, used in making Pokéblocks or Poffins | [NamedAPIResource](#namedapiresource) ([BerryFirmness](#berry-firmnesses)) |
|
||||
| flavors | A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry | list [BerryFlavorMap](#berryflavormap) |
|
||||
| item | Berries are actually items. This is a reference to the item specific data for this berry. | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| natural_gift_type | The Type the move "Natural Gift" has when used with this Berry | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
|
||||
#### BerryFlavorMap
|
||||
|
||||
|
@ -287,7 +287,7 @@ Flavors determine whether a pokemon will benefit or suffer from eating a berry b
|
|||
<h1 id="contests-section">Contests</h1>
|
||||
|
||||
## Contest Types
|
||||
Contest types are categories judges used to weigh a pokemons condition in pokemon contests. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Contest_condition) for greater detail.
|
||||
Contest types are categories judges used to weigh a pokémon's condition in pokemon contests. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Contest_condition) for greater detail.
|
||||
|
||||
### GET api/v2/contest-type/{id or name}
|
||||
|
||||
|
@ -320,7 +320,7 @@ Contest types are categories judges used to weigh a pokemons condition in pokemo
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this contest type resource | integer |
|
||||
| name | The name for this contest type resource | string |
|
||||
| name | The name for this contest type resource | string |
|
||||
| berry_flavor | The berry flavor that correlates with this contest type | [NamedAPIResource](#namedapiresource) ([BerryFlavor](#berry-flavors)) |
|
||||
| names | The name of this contest type listed in different languages | list [Name](#resourcename) |
|
||||
|
||||
|
@ -410,7 +410,7 @@ Super contest effects refer to the effects of moves when used in super contests.
|
|||
<h1 id="encounters-section">Encounters</h1>
|
||||
|
||||
## Encounter Methods
|
||||
Methods by which the player might can encounter pokemon in the wild, e.g., walking in tall grass. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Wild_Pokémon) for greater detail.
|
||||
Methods by which the player might can encounter pokémon in the wild, e.g., walking in tall grass. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Wild_Pokémon) for greater detail.
|
||||
|
||||
### GET api/v2/encounter-method/{id or name}
|
||||
|
||||
|
@ -446,7 +446,7 @@ Methods by which the player might can encounter pokemon in the wild, e.g., walki
|
|||
|
||||
|
||||
## Encounter Conditions
|
||||
Conditions which affect what pokemon might appear in the wild, e.g., day or night.
|
||||
Conditions which affect what pokémon might appear in the wild, e.g., day or night.
|
||||
|
||||
### GET api/v2/encounter-condition/{id or name}
|
||||
|
||||
|
@ -529,7 +529,7 @@ Encounter condition values are the various states that an encounter condition ca
|
|||
<h1 id="evolution-section">Evolution</h1>
|
||||
|
||||
## Evolution Chains
|
||||
Evolution chains are essentially family trees. They start with the lowest stage within a family and detail evolution conditions for each as well as pokemon they can evolve into up through the hierarchy.
|
||||
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.
|
||||
|
||||
### GET api/v2/evolution-chain/{id}
|
||||
|
||||
|
@ -588,44 +588,44 @@ Evolution chains are essentially family trees. They start with the lowest stage
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this evolution chain resource | integer |
|
||||
| baby_trigger_item | The item that a pokemon would be holding when mating that would trigger the egg hatching a baby pokemon rather than a basic pokemon | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| chain | The base chain link object. Each link contains evolution details for a pokemon in the chain. Each link references the next pokemon in the natural evolution order. | [ChainLink](#chainlink) |
|
||||
| baby_trigger_item | 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 | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| chain | 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](#chainlink) |
|
||||
|
||||
#### ChainLink
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| is_baby | Whether or not this link is for a baby pokemon. This would only ever be true on the base link. | boolean |
|
||||
| is_baby | Whether or not this link is for a baby pokémon. This would only ever be true on the base link. | boolean |
|
||||
| species | The pokemon species at this point in the evolution chain | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| evolution_details | All details regarding the specific details of the referenced pokemon species evolution | [EvolutionDetail](#evolutiondetail) |
|
||||
| evolution_details | All details regarding the specific details of the referenced pokémon species evolution | [EvolutionDetail](#evolutiondetail) |
|
||||
| evolves_to | A List of chain objects. | [ChainLink](#chainlink) |
|
||||
|
||||
#### EvolutionDetail
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| item | The item required to cause evolution this into pokemon species | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| trigger | The type of event that triggers evolution into this pokemon species | [NamedAPIResource](#namedapiresource) ([EvolutionTrigger](#evolution-triggers)) |
|
||||
| gender | The gender the evolving pokemon species must be in order to evolve into this pokemon species | [NamedAPIResource](#namedapiresource) ([Gender](#genders)) |
|
||||
| held_item | The item the evolving pokemon species must be holding during the evolution trigger event to evolve into this pokemon species | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| known_move | The move that must be known by the evolving pokemon species during the evolution trigger event in order to evolve into this pokemon species | [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
|
||||
| known_move_type | The evolving pokemon species must know a move with this type during the evolution trigger event in order to evolve into this pokemon species | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| item | The item required to cause evolution this into pokémon species | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| trigger | The type of event that triggers evolution into this pokémon species | [NamedAPIResource](#namedapiresource) ([EvolutionTrigger](#evolution-triggers)) |
|
||||
| gender | The gender the evolving pokémon species must be in order to evolve into this pokémon species | [NamedAPIResource](#namedapiresource) ([Gender](#genders)) |
|
||||
| held_item | The item the evolving pokémon species must be holding during the evolution trigger event to evolve into this pokémon species | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| known_move | 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 | [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
|
||||
| known_move_type | 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 | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| location | The location the evolution must be triggered at. | [NamedAPIResource](#namedapiresource) ([Location](#locations)) |
|
||||
| min_level | The minimum required level of the evolving pokemon species to evolve into this pokemon species | integer |
|
||||
| min_hapiness | The minimum required level of happiness the evolving pokemon species to evolve into this pokemon species | integer |
|
||||
| min_beauty | The minimum required level of beauty the evolving pokemon species to evolve into this pokemon species | integer |
|
||||
| min_affection | The minimum required level of affection the evolving pokemon species to evolve into this pokemon species | integer |
|
||||
| needs_overworld_rain | Whether or not it must be raining in the overworld to cause evolution this pokemon species | boolean |
|
||||
| party_species | The pokemon species that must be in the players party in order for the evolving pokemon species to evolve into this pokemon species | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| party_type | The player must have a pokemon of this type in their party during the evolution trigger event in order for the evolving pokemon species to evolve into this pokemon species | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| min_level | The minimum required level of the evolving pokémon species to evolve into this pokémon species | integer |
|
||||
| min_hapiness | The minimum required level of happiness the evolving pokémon species to evolve into this pokémon species | integer |
|
||||
| min_beauty | The minimum required level of beauty the evolving pokémon species to evolve into this pokémon species | integer |
|
||||
| min_affection | The minimum required level of affection the evolving pokémon species to evolve into this pokémon species | integer |
|
||||
| needs_overworld_rain | Whether or not it must be raining in the overworld to cause evolution this pokémon species | boolean |
|
||||
| party_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 | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| party_type | 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 | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| relative_physical_stats | The required relation between the Pokémon's Attack and Defense stats. 1 means Attack > Defense. 0 means Attack = Defense. -1 means Attack < Defense. | integer |
|
||||
| time_of_day | The required time of day. Day or night. | string |
|
||||
| trade_species | Pokemon species for which this one must be traded. | [NamedAPIResource](#namedapiresource) ([Pokemon Species](#pokemon-species)) |
|
||||
| trade_species | Pokémon species for which this one must be traded. | [NamedAPIResource](#namedapiresource) ([Pokémon Species](#pokemon-species)) |
|
||||
| turn_upside_down | Whether or not the 3DS needs to be turned upside-down as this Pokémon levels up. | boolean |
|
||||
|
||||
|
||||
## Evolution Triggers
|
||||
Evolution triggers are the events and conditions that cause a pokemon to evolve. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Methods_of_evolution) for greater detail.
|
||||
Evolution triggers are the events and conditions that cause a pokémon to evolve. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Methods_of_evolution) for greater detail.
|
||||
|
||||
### GET api/v2/evolution-trigger/{id or name}
|
||||
|
||||
|
@ -659,7 +659,7 @@ Evolution triggers are the events and conditions that cause a pokemon to evolve.
|
|||
| id | The identifier for this evolution trigger resource | integer |
|
||||
| name | The name for this evolution trigger resource | string |
|
||||
| names | The name of this evolution trigger listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of pokemon species that result from this evolution trigger | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| pokemon_species | A list of pokémon species that result from this evolution trigger | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
|
||||
|
||||
|
@ -720,14 +720,14 @@ A generation is a grouping of the Pokémon games that separates them based on th
|
|||
| names | The name of this generation listed in different languages | list [Name](#resourcename) |
|
||||
| main_region | The main region travelled in this generation | [NamedAPIResource](#namedapiresource) ([Region](#regions)) |
|
||||
| moves | A list of moves that were introduced in this generation | list [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
|
||||
| pokemon_species | A list of pokemon species that were introduced in this generation | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| pokemon_species | A list of pokémon species that were introduced in this generation | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| types | A list of types that were introduced in this generation | list [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| version_groups | A list of version groups that were introduced in this generation | list [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
|
||||
|
||||
|
||||
## Pokedexes
|
||||
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](http://bulbapedia.bulbagarden.net/wiki/Pokedex) for greater detail.
|
||||
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](http://bulbapedia.bulbagarden.net/wiki/Pokedex) for greater detail. (Note: no official plural of 'pokédex' is known, 'standard' -(e)s is used here)
|
||||
|
||||
### GET api/v2/pokedex/{id or name}
|
||||
|
||||
|
@ -776,21 +776,21 @@ A Pokédex is a handheld electronic encyclopedia device; one which is capable of
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokedex resource | integer |
|
||||
| name | The name for this pokedex resource | string |
|
||||
| is_main_series | Whether or not this pokedex originated in the main series of the video games | boolean |
|
||||
| descriptions | The description of this pokedex listed in different languages | list [Description](#description) |
|
||||
| names | The name of this pokedex listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_entries | A list of pokemon catalogued in this pokedex and their indexes | list [PokemonEntry](#pokemonentry) |
|
||||
| region | The region this pokedex catalogues pokemon for | [NamedAPIResource](#namedapiresource) ([Region](#regions)) |
|
||||
| version_groups | A list of version groups this pokedex is relevent to | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
| id | The identifier for this pokédex resource | integer |
|
||||
| name | The name for this pokédex resource | string |
|
||||
| is_main_series | Whether or not this pokédex originated in the main series of the video games | boolean |
|
||||
| descriptions | The description of this pokédex listed in different languages | list [Description](#description) |
|
||||
| names | The name of this pokédex listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_entries | A list of pokémon catalogued in this pokédex and their indexes | list [PokemonEntry](#pokemonentry) |
|
||||
| region | The region this pokédex catalogues pokémon for | [NamedAPIResource](#namedapiresource) ([Region](#regions)) |
|
||||
| version_groups | A list of version groups this pokédex is relevent to | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
|
||||
#### PokemonEntry
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| entry_number | The index of this pokemon species entry within the pokedex | integer |
|
||||
| pokemon_species | The pokemon species being encountered | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| entry_number | The index of this pokémon species entry within the pokédex | integer |
|
||||
| pokemon_species | The pokémon species being encountered | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
|
||||
|
||||
|
@ -970,7 +970,7 @@ An item is an object in the games which the player can pick up, keep in their ba
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this item resource | integer |
|
||||
| name | The name for this item resource | string |
|
||||
| name | The name for this item resource | string |
|
||||
| cost | The price of this item in stores | integer |
|
||||
| fling_power | The power of the move Fling when used with this item. | integer |
|
||||
| fling_effect | The effect of the move Fling when used with this item | [ItemFlingEffect](#item-fling-effects) |
|
||||
|
@ -980,7 +980,7 @@ An item is an object in the games which the player can pick up, keep in their ba
|
|||
| flavor_text_entries | The flavor text of this ability listed in different languages | list [VersionGroupFlavorText](#versiongroupflavortext) |
|
||||
| game_indices | A list of game indices relevent to this item by generation | list [GenerationGameIndex](#generationgameindex) |
|
||||
| names | The name of this item listed in different languages | list [Name](#resourcename) |
|
||||
| held_by_pokemon | A list of pokemon that might be found in the wild holding this item | list [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| held_by_pokemon | A list of pokémon that might be found in the wild holding this item | list [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| baby_trigger_for | An evolution chain this item requires to produce a bay during mating | list [APIResource](#apiresource) ([EvolutionChain](#evolution-chains)) |
|
||||
|
||||
|
||||
|
@ -1148,7 +1148,7 @@ Pockets within the players bag used for storing items by category.
|
|||
<h1 id="moves-section">Moves</h1>
|
||||
|
||||
## Moves
|
||||
Moves are the skills of pokemon 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.
|
||||
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.
|
||||
|
||||
### GET api/v2/move/{id or name}
|
||||
|
||||
|
@ -1263,7 +1263,7 @@ Moves are the skills of pokemon in battle. In battle, a Pokémon uses one move
|
|||
| priority | A value between -8 and 8. Sets the order in which moves are executed during battle. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Priority) for greater detail. | integer |
|
||||
| power | The base power of this move with a value of 0 if it does not have a base power | integer |
|
||||
| contest_combos | A detail of normal and super contest combos that require this move | list [ContestComboSets](#contestcombosets) |
|
||||
| contest_type | The type of appeal this move gives a pokemon when used in a contest | [NamedAPIResource](#namedapiresource) ([ContestType](#contest-types)) |
|
||||
| contest_type | The type of appeal this move gives a pokémon when used in a contest | [NamedAPIResource](#namedapiresource) ([ContestType](#contest-types)) |
|
||||
| contest_effect | The effect the move has when used in a contest | [NamedAPIResource](#namedapiresource) ([ContestEffect](#contest-effects)) |
|
||||
| damage_class | The type of damage the move inflicts on the target, e.g. physical | [NamedAPIResource](#namedapiresource) ([MoveDamageClass](#move-damage-classes)) |
|
||||
| effect_entries | The effect of this move listed in different languages | list [VerboseEffect](#verboseeffect) |
|
||||
|
@ -1302,11 +1302,11 @@ Moves are the skills of pokemon in battle. In battle, a Pokémon uses one move
|
|||
| min_turns | The minimum number of turns this move continues to take effect. Null if it always only lasts one turn. | integer |
|
||||
| max_turns | The maximum number of turns this move continues to take effect. Null if it always only lasts one turn. | integer |
|
||||
| drain | HP drain (if positive) or Recoil damage (if negative), in percent of damage done | integer |
|
||||
| healing | The amount of hp gained by the attacking pokemon, in percent of it's maximum HP | integer |
|
||||
| healing | The amount of hp gained by the attacking pokémon, in percent of it's maximum HP | integer |
|
||||
| crit_rate | Critical hit rate bonus | integer |
|
||||
| ailment_chance | The likelyhood this attack will cause an ailment | integer |
|
||||
| flinch_chance | The likelyhood this attack will cause the target pokemon to flinch | integer |
|
||||
| stat_chance | The likelyhood this attack will cause a stat change in the target pokemon | integer |
|
||||
| flinch_chance | The likelyhood this attack will cause the target pokémon to flinch | integer |
|
||||
| stat_chance | The likelyhood this attack will cause a stat change in the target pokémon | integer |
|
||||
|
||||
#### MoveStatChange
|
||||
|
||||
|
@ -1360,7 +1360,7 @@ Move Ailments are status conditions caused by moves used during battle. See [Bul
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this move ailment resource | integer |
|
||||
| name | The name for this move ailment resource | string |
|
||||
| name | The name for this move ailment resource | string |
|
||||
| moves | A list of moves that cause this ailment | list [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
|
||||
| names | The name of this move ailment listed in different languages | list [Name](#resourcename) |
|
||||
|
||||
|
@ -1435,7 +1435,7 @@ Very general categories that loosely group move effects.
|
|||
|
||||
|
||||
## Move Damage Classes
|
||||
Damage classes moves can have, e.g. physical, special, or non-damaging.
|
||||
Damage classes moves can have, e.g. physical, special, or status (non-damaging).
|
||||
|
||||
### GET api/v2/move-damage-class/{id or name}
|
||||
|
||||
|
@ -1473,7 +1473,7 @@ Damage classes moves can have, e.g. physical, special, or non-damaging.
|
|||
|
||||
|
||||
## Move Learn Methods
|
||||
Methods by which pokemon can learn moves.
|
||||
Methods by which pokémon can learn moves.
|
||||
|
||||
### GET api/v2/move-learn-method/{id or name}
|
||||
|
||||
|
@ -1518,7 +1518,7 @@ Methods by which pokemon can learn moves.
|
|||
|
||||
|
||||
## Move Targets
|
||||
Targets moves can be directed at during battle. Targets can be pokemon, environments or even other moves.
|
||||
Targets moves can be directed at during battle. Targets can be pokémon, environments or even other moves.
|
||||
|
||||
### GET api/v2/move-target/{id or name}
|
||||
|
||||
|
@ -1686,21 +1686,21 @@ Location areas are sections of areas, such as floors in a building or cave. Each
|
|||
| id | The identifier for this location resource | integer |
|
||||
| name | The name for this location resource | string |
|
||||
| game_index | The internal id of an api resource within game data | integer |
|
||||
| encounter_method_rates | A list of methods in which pokemon may be encountered in this area and how likely the method will occur depending on the version of the game | list [EncounterMethodRate](#encountermethodrate) |
|
||||
| encounter_method_rates | 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 | list [EncounterMethodRate](#encountermethodrate) |
|
||||
| location | The region this location can be found in | [NamedAPIResource](#namedapiresource) ([Region](#regions)) |
|
||||
| names | The name of this location area listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_encounters | A list of pokemon that can be encountered in this area along with version specific details about the encounter | list [PokemonEncounter](#pokemonencounter) |
|
||||
| pokemon_encounters | A list of pokémon that can be encountered in this area along with version specific details about the encounter | list [PokemonEncounter](#pokemonencounter) |
|
||||
|
||||
#### PokemonEncounter
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| pokemon | The pokemon being encountered | [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| version_details | A list of versions and encounters with pokemon that might happen in the referenced location area | list [VersionEncounterDetail](#versionencounterdetail) |
|
||||
| pokemon | The pokémon being encountered | [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| version_details | A list of versions and encounters with pokémon that might happen in the referenced location area | list [VersionEncounterDetail](#versionencounterdetail) |
|
||||
|
||||
|
||||
## Pal Park Areas
|
||||
Areas used for grouping pokemon encounters in Pal Park. They're like habitats that are specific to Pal Park.
|
||||
Areas used for grouping pokémon encounters in Pal Park. They're like habitats that are specific to Pal Park.
|
||||
|
||||
### GET api/v2/pal-park-area/{id or name}
|
||||
|
||||
|
@ -1737,19 +1737,19 @@ Areas used for grouping pokemon encounters in Pal Park. They're like habitats th
|
|||
| id | The identifier for this pal park area resource | integer |
|
||||
| name | The name for this pal park area resource | string |
|
||||
| names | The name of this pal park area listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_encounters | A list of pokemon encountered in thi pal park area along with details | list [PalParkEncounterSpecies](#palparkencounterspecies) |
|
||||
| pokemon_encounters | A list of pokémon encountered in thi pal park area along with details | list [PalParkEncounterSpecies](#palparkencounterspecies) |
|
||||
|
||||
#### PalParkEncounterSpecies
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| base_score | The base score given to the player when this pokemon is caught during a pal park run | integer |
|
||||
| rate | The base rate for encountering this pokemon in this pal park area | integer |
|
||||
| pokemon_species | The pokemon species being encountered | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemonspecies)) |
|
||||
| base_score | The base score given to the player when this pokémon is caught during a pal park run | integer |
|
||||
| rate | The base rate for encountering this pokémon in this pal park area | integer |
|
||||
| pokemon_species | The pokémon species being encountered | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemonspecies)) |
|
||||
|
||||
|
||||
## Regions
|
||||
A region is an organized area of the pokemon world. Most often, the main difference between regions is the species of pokemon that can be encountered within them.
|
||||
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.
|
||||
|
||||
### GET api/v2/region/{id or name}
|
||||
|
||||
|
@ -1796,7 +1796,7 @@ A region is an organized area of the pokemon world. Most often, the main differe
|
|||
| locations | A list of locations that can be found in this region | [NamedAPIResource](#namedapiresource) ([Location](#locations)) |
|
||||
| main_generation | The generation this region was introduced in | [NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
|
||||
| names | The name of this region listed in different languages | list [Name](#resourcename) |
|
||||
| pokedexes | A list of pokedexes that catalogue pokemon in this region | [NamedAPIResource](#namedapiresource) ([Pokedex](#pokedexes)) |
|
||||
| pokedexes | A list of pokédexes that catalogue pokemon in this region | [NamedAPIResource](#namedapiresource) ([Pokedex](#pokedexes)) |
|
||||
| version_groups | A list of version groups where this region can be visited | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
|
||||
|
||||
|
@ -1804,7 +1804,7 @@ A region is an organized area of the pokemon world. Most often, the main differe
|
|||
|
||||
## Abilities
|
||||
|
||||
Abilities provide passive effects for pokemon in battle or in the overworld. Pokemon have mutiple possible abilities but can have only one ability at a time. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Ability) for greater detail.
|
||||
Abilities provide passive effects for pokémon in battle or in the overworld. Pokémon have mutiple possible abilities but can have only one ability at a time. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Ability) for greater detail.
|
||||
|
||||
### GET api/v2/ability/{id or name}
|
||||
|
||||
|
@ -1883,7 +1883,7 @@ Abilities provide passive effects for pokemon in battle or in the overworld. Pok
|
|||
| effect_entries | The effect of this ability listed in different languages | list [VerboseEffect](#verboseeffect) |
|
||||
| effect_changes | The list of previous effects this ability has had across version groups | list [AbilityEffectChange](#abilityeffectchange) |
|
||||
| flavor_text_entries | The flavor text of this ability listed in different languages | list [VersionGroupFlavorText](#versiongroupflavortext) |
|
||||
| pokemon | A list of pokemon that could potentially have this ability | list [AbilityPokemon](#abilitypokemon) |
|
||||
| pokemon | A list of pokémon that could potentially have this ability | list [AbilityPokemon](#abilitypokemon) |
|
||||
|
||||
#### AbilityEffectChange
|
||||
|
||||
|
@ -1904,9 +1904,9 @@ Abilities provide passive effects for pokemon in battle or in the overworld. Pok
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| is_hidden | Whether or not this a hidden ability for the referenced pokemon | boolean |
|
||||
| slot | Pokemon have 3 ability 'slots' which hold references to possible abilities they could have. This is the slot of this ability for the referenced pokemon. | integer |
|
||||
| pokemon | The pokemon this ability could belong to | [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| is_hidden | Whether or not this a hidden ability for the referenced pokémon | boolean |
|
||||
| slot | 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 pokémon. | integer |
|
||||
| pokemon | The pokémon this ability could belong to | [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
|
||||
|
||||
## Characteristics
|
||||
|
@ -1944,7 +1944,7 @@ Characteristics indicate which stat contains a Pokémon's highest IV. A Pokémon
|
|||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this characteristic resource | integer |
|
||||
| gene_modulo | The remainder of the highest stat/IV divided by 5 | integer |
|
||||
| possible_values | The possible values of the highest stat that would result in a pokemon recieving this characteristic when divided by 5 | [integer] |
|
||||
| possible_values | The possible values of the highest stat that would result in a pokémon recieving this characteristic when divided by 5 | integer |
|
||||
| descriptions | The descriptions of this characteristic listed in different languages | list [Description](#description) |
|
||||
|
||||
|
||||
|
@ -1983,11 +1983,11 @@ Egg Groups are categories which determine which Pokémon are able to interbreed.
|
|||
| id | The identifier for this egg group resource | integer |
|
||||
| name | The name for this egg group resource | string |
|
||||
| names | The name of this egg group listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of all pokemon species that are members of this egg group | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| pokemon_species | A list of all pokémon species that are members of this egg group | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
|
||||
## Genders
|
||||
Genders were introduced in Generation II for the purposes of breeding pokemon but can also rsult in visual differences or even different evolutionary lines. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Gender) for greater detail.
|
||||
Genders were introduced in Generation II for the purposes of breeding pokémon but can also rsult in visual differences or even different evolutionary lines. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Gender) for greater detail.
|
||||
|
||||
### GET api/v2/gender/{id or name}
|
||||
|
||||
|
@ -2020,8 +2020,8 @@ Genders were introduced in Generation II for the purposes of breeding pokemon bu
|
|||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this gender resource | integer |
|
||||
| name | The name for this gender resource | string |
|
||||
| pokemon_species_details | A list of pokemon species that can be this gender and how likely it is that they will be | list [PokemonSpeciesGender](#pokemonspeciesgender) |
|
||||
| required_for_evolution | A list of pokemon species that required this gender in order for a pokemon to evolve into them | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| pokemon_species_details | A list of pokémon species that can be this gender and how likely it is that they will be | list [PokemonSpeciesGender](#pokemonspeciesgender) |
|
||||
| required_for_evolution | A list of pokémon species that required this gender in order for a pokémon to evolve into them | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
|
||||
#### PokemonSpeciesGender
|
||||
|
@ -2033,7 +2033,7 @@ Genders were introduced in Generation II for the purposes of breeding pokemon bu
|
|||
|
||||
|
||||
## Growth Rates
|
||||
Growth rates are the speed with which pokemon gain levels through experience. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Experience) for greater detail.
|
||||
Growth rates are the speed with which pokémon gain levels through experience. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Experience) for greater detail.
|
||||
|
||||
### GET api/v2/growth-rate/{id or name}
|
||||
|
||||
|
@ -2070,10 +2070,10 @@ Growth rates are the speed with which pokemon gain levels through experience. Ch
|
|||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this gender resource | integer |
|
||||
| name | The name for this gender resource | string |
|
||||
| formula | The formula used to calculate the rate at which the pokemon species gains level | string |
|
||||
| formula | The formula used to calculate the rate at which the pokémon species gains level | string |
|
||||
| descriptions | The descriptions of this characteristic listed in different languages | list [Description](#description) |
|
||||
| levels | A list of levels and the amount of experienced needed to atain them based on this growth rate | list [GrowthRateExperienceLevel](#growthrateexperiencelevel) |
|
||||
| pokemon_species | A list of pokemon species that gain levels at this growth rate | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| pokemon_species | A list of pokémon species that gain levels at this growth rate | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
#### GrowthRateExperienceLevel
|
||||
|
||||
|
@ -2084,7 +2084,7 @@ Growth rates are the speed with which pokemon gain levels through experience. Ch
|
|||
|
||||
|
||||
## Natures
|
||||
Natures influence how a pokemon's stats grow. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Nature) for greater detail.
|
||||
Natures influence how a pokémon's stats grow. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Nature) for greater detail.
|
||||
|
||||
### GET api/v2/nature/{id or name}
|
||||
|
||||
|
@ -2143,12 +2143,12 @@ Natures influence how a pokemon's stats grow. See [Bulbapedia](http://bulbapedia
|
|||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this nature resource | integer |
|
||||
| name | The name for this nature resource | string |
|
||||
| decreased_stat | The stat decreased by 10% in pokemon with this nature | [NamedAPIResource](#namedapiresource) ([Stat](#stats)) |
|
||||
| increased_stat | The stat increased by 10% in pokemon with this nature | [NamedAPIResource](#namedapiresource) ([Stat](#stats)) |
|
||||
| hates_flavor | The flavor hated by pokemon with this nature | [NamedAPIResource](#namedapiresource) ([BerryFlavor](#berry-flavors)) |
|
||||
| likes_flavor | The flavor liked by pokemon with this nature | [NamedAPIResource](#namedapiresource) ([BerryFlavor](#berry-flavors)) |
|
||||
| pokeathlon_stat_changes | A list of pokeathlon stats this nature effects and how much it effects them | list [NatureStatChange](#naturestatchange) |
|
||||
| move_battle_style_preferences | A list of battle styles and how likely a pokemon with this nature is to use them in the Battle Palace or Battle Tent. | list [MoveBattleStylePreference](#movebattlestylepreference) |
|
||||
| decreased_stat | The stat decreased by 10% in pokémon with this nature | [NamedAPIResource](#namedapiresource) ([Stat](#stats)) |
|
||||
| increased_stat | The stat increased by 10% in pokémon with this nature | [NamedAPIResource](#namedapiresource) ([Stat](#stats)) |
|
||||
| hates_flavor | The flavor hated by pokémon with this nature | [NamedAPIResource](#namedapiresource) ([BerryFlavor](#berry-flavors)) |
|
||||
| likes_flavor | The flavor liked by pokémon with this nature | [NamedAPIResource](#namedapiresource) ([BerryFlavor](#berry-flavors)) |
|
||||
| pokeathlon_stat_changes | A list of pokéathlon stats this nature effects and how much it effects them | list [NatureStatChange](#naturestatchange) |
|
||||
| move_battle_style_preferences | 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. | list [MoveBattleStylePreference](#movebattlestylepreference) |
|
||||
| names | The name of this nature listed in different languages | list [Name](#resourcename) |
|
||||
|
||||
#### NatureStatChange
|
||||
|
@ -2167,8 +2167,8 @@ Natures influence how a pokemon's stats grow. See [Bulbapedia](http://bulbapedia
|
|||
| move_battle_style | The move battle style | [NamedAPIResource](#namedapiresource) ([MoveBattleStyle](#move-battle-styles)) |
|
||||
|
||||
|
||||
## Pokeathlon Stats
|
||||
Pokeathlon Stats are different attributes of a pokemons performance in pokeathlons. In Pokeathlons, competitions happen on different courses; one for each of the different pokeathlon stats. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokéathlon) for greater detail.
|
||||
## Pokéathlon Stats
|
||||
Pokéathlon Stats are different attributes of a pokémon's performance in pokeathlons. In Pokéathlons, competitions happen on different courses; one for each of the different pokeathlon stats. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokéathlon) for greater detail.
|
||||
|
||||
### GET api/v2/pokeathlon-stat/{id or name}
|
||||
|
||||
|
@ -2210,29 +2210,29 @@ Pokeathlon Stats are different attributes of a pokemons performance in pokeathlo
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokeathlon stat resource | integer |
|
||||
| name | The name for this pokeathlon stat resource | string |
|
||||
| names | The name of this pokeathlon stat listed in different languages | list [Name](#resourcename) |
|
||||
| affecting_natures | A detail of natures which affect this pokeathlon stat positively or negatively | [NaturePokeathlonStatAffectSets](#naturepokeathlonstataffectsets) |
|
||||
| id | The identifier for this pokéathlon stat resource | integer |
|
||||
| name | The name for this pokéathlon stat resource | string |
|
||||
| names | The name of this pokéathlon stat listed in different languages | list [Name](#resourcename) |
|
||||
| affecting_natures | A detail of natures which affect this pokéathlon stat positively or negatively | [NaturePokeathlonStatAffectSets](#naturepokeathlonstataffectsets) |
|
||||
|
||||
#### NaturePokeathlonStatAffectSets
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| increase | A list of natures and how they change the referenced pokeathlon stat | list [NaturePokeathlonStatAffect](#naturepokeathlonstataffect) |
|
||||
| decrease | A list of natures and how they change the referenced pokeathlon stat | list [NaturePokeathlonStatAffect](#naturepokeathlonstataffect) |
|
||||
| increase | A list of natures and how they change the referenced pokéathlon stat | list [NaturePokeathlonStatAffect](#naturepokeathlonstataffect) |
|
||||
| decrease | A list of natures and how they change the referenced pokéathlon stat | list [NaturePokeathlonStatAffect](#naturepokeathlonstataffect) |
|
||||
|
||||
#### NaturePokeathlonStatAffect
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| max_change | The maximum amount of change to the referenced pokeathlon stat | integer |
|
||||
| max_change | The maximum amount of change to the referenced pokéathlon stat | integer |
|
||||
| nature | The nature causing the change | [NamedAPIResource](#namedapiresource) ([Nature](#natures)) |
|
||||
|
||||
|
||||
|
||||
## Pokemon
|
||||
Pokemon are the creatures that inhabit the world of the pokemon games. They can be caught using pokeballs and trained by battling with other pokemon. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokémon_(species)) for greater detail.
|
||||
## Pokémon
|
||||
Pokémon are the creatures that inhabit the world of the pokemon games. They can be caught using pokéballs and trained by battling with other pokémon. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokémon_(species)) for greater detail.
|
||||
|
||||
### GET api/v2/pokemon/{id or name}
|
||||
|
||||
|
@ -2350,48 +2350,48 @@ Pokemon are the creatures that inhabit the world of the pokemon games. They can
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokemon resource | integer |
|
||||
| name | The name for this pokemon resource | string |
|
||||
| base_experience | The base experience gained for defeating this pokemon | integer |
|
||||
| height | The height of this pokemon | integer |
|
||||
| is_default | Set for exactly one pokemon used as the default for each species | boolean |
|
||||
| id | The identifier for this pokémon resource | integer |
|
||||
| name | The name for this pokémon resource | string |
|
||||
| base_experience | The base experience gained for defeating this pokémon | integer |
|
||||
| height | The height of this pokémon | integer |
|
||||
| is_default | Set for exactly one pokémon used as the default for each species | boolean |
|
||||
| order | Order for sorting. Almost national order, except families are grouped together. | integer |
|
||||
| weight | The weight of this pokemon | integer |
|
||||
| abilities | A list of abilities this pokemon could potentially have | list [PokemonAbility](#pokemonability) |
|
||||
| forms | A list of forms this pokemon can take on | list [NamedAPIResource](#namedapiresource) ([PokemonForm](#pokemon-forms)) |
|
||||
| game_indices | A list of game indices relevent to pokemon item by generation | list [VersionGameIndex](#versiongameindex) |
|
||||
| held_items | A list of items this pokemon may be holding when encountered | list [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| weight | The mass of this pokémon | integer |
|
||||
| abilities | A list of abilities this pokémon could potentially have | list [PokemonAbility](#pokemonability) |
|
||||
| forms | A list of forms this pokémon can take on | list [NamedAPIResource](#namedapiresource) ([PokemonForm](#pokemon-forms)) |
|
||||
| game_indices | A list of game indices relevent to pokémon item by generation | list [VersionGameIndex](#versiongameindex) |
|
||||
| held_items | A list of items this pokémon may be holding when encountered | list [NamedAPIResource](#namedapiresource) ([Item](#items)) |
|
||||
| location_area_encounters | A list of location areas as well as encounter details pertaining to specific versions | list [LocationAreaEncounter](#locationareaencounter) |
|
||||
| moves | A list of moves along with learn methods and level details pertaining to specific version groups | [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
|
||||
| species | The species this pokemon belongs to | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| stats | A list of base stat values for this pokemon | list [NamedAPIResource](#namedapiresource) ([Stat](#stats)) |
|
||||
| types | A list of details showing types this pokemon has | list [PokemonType](#pokemontype) |
|
||||
| species | The species this pokémon belongs to | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| stats | A list of base stat values for this pokémon | list [NamedAPIResource](#namedapiresource) ([Stat](#stats)) |
|
||||
| types | A list of details showing types this pokémon has | list [PokemonType](#pokemontype) |
|
||||
|
||||
#### PokemonAbility
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| is_hidden | Whether or not this is a hidden ability | boolean |
|
||||
| slot | The slot this ability occupies in this pokemon species | integer |
|
||||
| ability | The ability the pokemon may have | [NamedAPIResource](#namedapiresource) ([Ability](#abilities)) |
|
||||
| slot | The slot this ability occupies in this pokémon species | integer |
|
||||
| ability | The ability the pokémon may have | [NamedAPIResource](#namedapiresource) ([Ability](#abilities)) |
|
||||
|
||||
#### PokemonType
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| slot | The order the pokemons types are listed in | integer |
|
||||
| type | The type the referenced pokemon has | string |
|
||||
| slot | The order the pokémon types are listed in | integer |
|
||||
| type | The type the referenced pokémon has | string |
|
||||
|
||||
#### LocationAreaEncounter
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| location_area | The location area the referenced pokemon can be encountered in | [APIResource](#apiresource) ([LocationArea](#location-areas)) |
|
||||
| version_details | A list of versions and encounters with the referenced pokemon that might happen | list [VersionEncounterDetail](#versionencounterdetail) |
|
||||
| location_area | The location area the referenced pokémon can be encountered in | [APIResource](#apiresource) ([LocationArea](#location-areas)) |
|
||||
| version_details | A list of versions and encounters with the referenced pokémon that might happen | list [VersionEncounterDetail](#versionencounterdetail) |
|
||||
|
||||
|
||||
## Pokemon Colors
|
||||
Colors used for sorting pokemon in a pokedex. 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.
|
||||
## Pokémon Colors
|
||||
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.
|
||||
|
||||
### GET api/v2/pokemon-color/{id or name}
|
||||
|
||||
|
@ -2421,14 +2421,14 @@ Colors used for sorting pokemon in a pokedex. The color listed in the Pokédex i
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokemon color resource | integer |
|
||||
| name | The name for this pokemon color resource | string |
|
||||
| names | The name of this pokemon color listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of the pokemon species that have this color | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| id | The identifier for this pokémon color resource | integer |
|
||||
| name | The name for this pokémon color resource | string |
|
||||
| names | The name of this pokémon color listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of the pokémon species that have this color | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
|
||||
## Pokemon Forms
|
||||
Some pokemon have the ability to take on different forms. At times, these differences are purely cosmetic and have no bearing on the difference in the Pokémon's stats from another; however, several Pokémon differ in stats (other than HP), type, and Ability depending on their form.
|
||||
## Pokémon Forms
|
||||
Some pokémon have the ability to take on different forms. At times, these differences are purely cosmetic and have no bearing on the difference in the Pokémon's stats from another; however, several Pokémon differ in stats (other than HP), type, and Ability depending on their form.
|
||||
|
||||
### GET api/v2/pokemon-form/{id or name}
|
||||
|
||||
|
@ -2461,20 +2461,20 @@ Some pokemon have the ability to take on different forms. At times, these differ
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokemon color resource | integer |
|
||||
| name | The name for this pokemon color resource | string |
|
||||
| order | 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. | integer |
|
||||
| form_order | The order in which forms should be sorted within a species' forms | integer |
|
||||
| is_default | True for exactly one form used as the default for each pokemon | boolean |
|
||||
| is_battle_only | Whether or not this form can only happen during battle | boolean |
|
||||
| is_mega | Whether or not this form requires mega evolution | boolean |
|
||||
| form_name | The name of this form | string |
|
||||
| pokemon | The pokemon that can take on this form | [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| version_group | The version group this pokemon form was introduced in | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
| id | The identifier for this pokémon color resource | integer |
|
||||
| name | The name for this pokémon color resource | string |
|
||||
| order | 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. | integer |
|
||||
| form_order | The order in which forms should be sorted within a species' forms | integer |
|
||||
| is_default | True for exactly one form used as the default for each pokémon | boolean |
|
||||
| is_battle_only | Whether or not this form can only happen during battle | boolean |
|
||||
| is_mega | Whether or not this form requires mega evolution | boolean |
|
||||
| form_name | The name of this form | string |
|
||||
| pokemon | The pokémon that can take on this form | [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| version_group | The version group this pokémon form was introduced in | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
|
||||
|
||||
## Pokemon Habitats
|
||||
Habitats are generally different terrain pokemon can be found in but can also be areas designated for rare or legendary pokemon.
|
||||
## Pokémon Habitats
|
||||
Habitats are generally different terrain pokémon can be found in but can also be areas designated for rare or legendary pokémon.
|
||||
|
||||
### GET api/v2/pokemon-habitat/{id or name}
|
||||
|
||||
|
@ -2508,14 +2508,14 @@ Habitats are generally different terrain pokemon can be found in but can also be
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokemon habitat resource | integer |
|
||||
| name | The name for this pokemon habitat resource | string |
|
||||
| names | The name of this pokemon habitat listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of the pokemon species that can be found in this habitat | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| id | The identifier for this pokémon habitat resource | integer |
|
||||
| name | The name for this pokémon habitat resource | string |
|
||||
| names | The name of this pokémon habitat listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of the pokémon species that can be found in this habitat | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
|
||||
## Pokemon Shapes
|
||||
Shapes used for sorting pokemon in a pokedex.
|
||||
## Pokémon Shapes
|
||||
Shapes used for sorting pokémon in a pokédex.
|
||||
|
||||
### GET api/v2/pokemon-shape/{id or name}
|
||||
|
||||
|
@ -2558,11 +2558,11 @@ Shapes used for sorting pokemon in a pokedex.
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokemon shape resource | integer |
|
||||
| name | The name for this pokemon shape resource | string |
|
||||
| awesome_names | The "scientific" name of this pokemon shape listed in different languages | list [AwesomeName](#awesomename) |
|
||||
| names | The name of this pokemon shape listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of the pokemon species that have this shape | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| id | The identifier for this pokémon shape resource | integer |
|
||||
| name | The name for this pokémon shape resource | string |
|
||||
| awesome_names | The "scientific" name of this pokémon shape listed in different languages | list [AwesomeName](#awesomename) |
|
||||
| names | The name of this pokémon shape listed in different languages | list [Name](#resourcename) |
|
||||
| pokemon_species | A list of the pokémon species that have this shape | list [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
|
||||
#### AwesomeName
|
||||
|
||||
|
@ -2572,8 +2572,8 @@ Shapes used for sorting pokemon in a pokedex.
|
|||
| language | The language this "scientific" name is in | [NamedAPIResource](#namedapiresource) ([Language](#languages)) |
|
||||
|
||||
|
||||
## Pokemon Species
|
||||
A Pokemon Species forms the basis for at least one pokemon. Attributes of a Pokemon species are shared across all varieties of pokemon 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.
|
||||
## Pokémon Species
|
||||
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.
|
||||
|
||||
### GET api/v2/pokemon-species/{id or name}
|
||||
|
||||
|
@ -2663,44 +2663,44 @@ A Pokemon Species forms the basis for at least one pokemon. Attributes of a Poke
|
|||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| id | The identifier for this pokemon species resource | integer |
|
||||
| name | The name for this pokemon species resource | string |
|
||||
| id | The identifier for this pokémon species resource | integer |
|
||||
| name | The name for this pokémon species resource | string |
|
||||
| order | The order in which species should be sorted. Based on National Dex order, except families are grouped together and sorted by stage. | integer |
|
||||
| gender_rate | The chance of this Pokémon being female, in eighths; or -1 for genderless | integer |
|
||||
| capture_rate | The base capture rate; up to 255. The higher the number, the easier the catch. | integer |
|
||||
| base_happiness | The happiness when caught by a normal pokeball; up to 255. The higher the number, the happier the pokemon. | integer |
|
||||
| is_baby | Whether or not this is a baby pokemon | boolean |
|
||||
| base_happiness | The happiness when caught by a normal pokéball; up to 255. The higher the number, the happier the pokémon. | integer |
|
||||
| is_baby | Whether or not this is a baby pokémon | boolean |
|
||||
| hatch_counter | Initial hatch counter: one must walk 255 × (hatch_counter + 1) steps before this Pokémon's egg hatches, unless utilizing bonuses like Flame Body's | integer |
|
||||
| has_gender_differences | Whether or not this pokemon can have different genders | boolean |
|
||||
| forms_switchable | Whether or not this pokemon has multiple forms and can switch between them | boolean |
|
||||
| growth_rate | The rate at which this pokemon species gains levels | [NamedAPIResource](#namedapiresource) ([GrowthRate](#growth-rates)) |
|
||||
| pokedex_numbers | A list of pokedexes and the indexes reserved within them for this pokemon species | list [PokemonSpeciesDexEntry](#pokemonspeciesdexentry) |
|
||||
| egg_groups | A list of egg groups this pokemon species is a member of | list [NamedAPIResource](#namedapiresource) ([EggGroup](#egg-groups)) |
|
||||
| color | The color of this pokemon for gimmicky pokedex search | list [NamedAPIResource](#namedapiresource) ([PokemonColor](#pokemon-colors)) |
|
||||
| shape | The shape of this pokemon for gimmicky pokedex search | list [NamedAPIResource](#namedapiresource) ([PokemonShape](#pokemon-shapes)) |
|
||||
| evolves_from_species | The pokemon species that evolves into this pokemon_species | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| evolution_chain | The evolution chain this pokemon species is a member of | [APIResource](#apiresource) ([EvolutionChain](#evolution-chains)) |
|
||||
| habitat | The habitat this pokemon species can be encountered in | [NamedAPIResource](#namedapiresource) ([PokemonHabitat](#pokemon-habitats)) |
|
||||
| generation | The generation this pokemon species was introduced in | [NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
|
||||
| names | The name of this pokemon species listed in different languages | list [Name](#resourcename) |
|
||||
| pal_park_encounters | A list of encounters that can be had with this pokemon species in pal park | list [PalParkEncounterArea](#palparkencounterarea) |
|
||||
| form_descriptions | Descriptions of different forms pokemon take on within the pokemon species | list [Description](#description) |
|
||||
| genera | The genus of this pokemon species listed in multiple languages | [Genus](#genus) |
|
||||
| varieties | A list of the pokemon that exist within this pokemon species | list [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
| has_gender_differences | Whether or not this pokémon can have different genders | boolean |
|
||||
| forms_switchable | Whether or not this pokémon has multiple forms and can switch between them | boolean |
|
||||
| growth_rate | The rate at which this pokémon species gains levels | [NamedAPIResource](#namedapiresource) ([GrowthRate](#growth-rates)) |
|
||||
| pokedex_numbers | A list of pokedexes and the indexes reserved within them for this pokémon species | list [PokemonSpeciesDexEntry](#pokemonspeciesdexentry) |
|
||||
| egg_groups | A list of egg groups this pokémon species is a member of | list [NamedAPIResource](#namedapiresource) ([EggGroup](#egg-groups)) |
|
||||
| color | The color of this pokémon for gimmicky pokedex search | list [NamedAPIResource](#namedapiresource) ([PokemonColor](#pokemon-colors)) |
|
||||
| shape | The shape of this pokémon for gimmicky pokedex search | list [NamedAPIResource](#namedapiresource) ([PokemonShape](#pokemon-shapes)) |
|
||||
| evolves_from_species | The pokémon species that evolves into this pokemon_species | [NamedAPIResource](#namedapiresource) ([PokemonSpecies](#pokemon-species)) |
|
||||
| evolution_chain | The evolution chain this pokémon species is a member of | [APIResource](#apiresource) ([EvolutionChain](#evolution-chains)) |
|
||||
| habitat | The habitat this pokémon species can be encountered in | [NamedAPIResource](#namedapiresource) ([PokemonHabitat](#pokemon-habitats)) |
|
||||
| generation | The generation this pokémon species was introduced in | [NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
|
||||
| names | The name of this pokémon species listed in different languages | list [Name](#resourcename) |
|
||||
| pal_park_encounters | A list of encounters that can be had with this pokémon species in pal park | list [PalParkEncounterArea](#palparkencounterarea) |
|
||||
| form_descriptions | Descriptions of different forms pokémon take on within the pokémon species | list [Description](#description) |
|
||||
| genera | The genus of this pokémon species listed in multiple languages | [Genus](#genus) |
|
||||
| varieties | A list of the pokémon that exist within this pokémon species | list [NamedAPIResource](#namedapiresource) ([Pokemon](#pokemon)) |
|
||||
|
||||
#### Genus
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| genus | The localized genus for the referenced pokemon species | string |
|
||||
| genus | The localized genus for the referenced pokémon species | string |
|
||||
| language | The language this genus is in | [NamedAPIResource](#namedapiresource) ([Language](#languages)) |
|
||||
|
||||
#### PokemonSpeciesDexEntry
|
||||
|
||||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| entry_number | The index number within the pokedex | integer |
|
||||
| name | The pokdex the referenced pokemon species can be found in | [NamedAPIResource](#namedapiresource) ([Pokedex](#pokedexes)) |
|
||||
| entry_number | The index number within the pokédex | integer |
|
||||
| name | The pokédex the referenced pokémon species can be found in | [NamedAPIResource](#namedapiresource) ([Pokedex](#pokedexes)) |
|
||||
|
||||
#### PalParkEncounterArea
|
||||
|
||||
|
@ -2712,7 +2712,7 @@ A Pokemon Species forms the basis for at least one pokemon. Attributes of a Poke
|
|||
|
||||
|
||||
## Stats
|
||||
Stats determine certain aspects of battles. Each pokemon has a value for each stat which grows as they gain levels and can be altered momenarily by effects in battles.
|
||||
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 momenarily by effects in battles.
|
||||
|
||||
### GET api/v2/stat/{id or name}
|
||||
|
||||
|
@ -2802,7 +2802,7 @@ Stats determine certain aspects of battles. Each pokemon has a value for each st
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| increase | A list of natures and how they change the referenced stat | list [NatureStatAffect](#naturestataffect) |
|
||||
| decrease | A list of nature sand how they change the referenced stat | list [NatureStatAffect](#naturestataffect) |
|
||||
| decrease | A list of natures and how they change the referenced stat | list [NatureStatAffect](#naturestataffect) |
|
||||
|
||||
#### NatureStatAffect
|
||||
|
||||
|
@ -2977,7 +2977,7 @@ Languages for translations of api resource information.
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| description | The localized description for an api resource in a specific language | string |
|
||||
| language | The language this name is in | [NamedAPIResource](#namedapiresource) ([Language](#languages)) |
|
||||
| language | The language this description is in | [NamedAPIResource](#namedapiresource) ([Language](#languages)) |
|
||||
|
||||
|
||||
#### Effect
|
||||
|
@ -3004,7 +3004,7 @@ Languages for translations of api resource information.
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| flavor_text | The localized name for an api resource in a specific language | string |
|
||||
| language | The language this name is in | [NamedAPIResource](#namedapiresource) ([Language](#languages)) |
|
||||
| language | The language this flavor text is in | [NamedAPIResource](#namedapiresource) ([Language](#languages)) |
|
||||
|
||||
|
||||
#### GenerationGameIndex
|
||||
|
@ -3053,7 +3053,7 @@ Languages for translations of api resource information.
|
|||
| Name | Description | Data Type |
|
||||
| ---- | ----------- | --------- |
|
||||
| game_index | The internal id of an api resource within game data | integer |
|
||||
| version | The version relevent to this game index | [NamedAPIResource](#namedapiresource) ([Version](#versions)) |
|
||||
| version | The version relevant to this game index | [NamedAPIResource](#namedapiresource) ([Version](#versions)) |
|
||||
|
||||
|
||||
#### VersionGroupFlavorText
|
||||
|
|
Loading…
Reference in a new issue