Items
An item is an object in the Pokémon 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 one to catch Pokémon, or accessing new areas.
Item
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.
Property | Type | Required | Description |
---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
names | Array<Name> | Yes | The name of this resource listed in different languages. |
cost | number | Yes | The price of this item in stores. |
fling_power | number | Yes | The power of the move Fling when used with this item. |
fling_effect | NamedAPIResource | Yes | The effect of the move Fling when used with this item. |
attributes | Array<NamedAPIResource> | Yes | A list of attributes this item has. |
category | NamedAPIResource | Yes | The category of items this item falls into. |
effect_entries | Array<VerboseEffect> | Yes | The effect of this ability listed in different languages. |
flavor_text_entries | Array<VersionGroupFlavorText> | Yes | The flavor text of this ability listed in different languages. |
game_indices | Array<GenerationGameIndex> | Yes | A list of game indices relevent to this item by generation. |
sprites | ItemSprites | Yes | A set of sprites used to depict this item in the game. |
held_by_pokemon | Array<ItemHolderPokemon> | Yes | A list of Pokémon that might be found in the wild holding this item. |
baby_trigger_for | APIResource | Yes | An evolution chain this item requires to produce a bay during mating. |
machines | Array<MachineVersionDetail> | Yes | A list of the machines related to this item. |
ItemSprites
Property | Type | Required | Description |
---|
default | string | Yes | The default depiction of this item. |
ItemHolderPokemon
Property | Type | Required | Description |
---|
pokemon | string | Yes | The Pokémon that holds this item. |
version_details | Array<ItemHolderPokemonVersionDetail> | Yes | The details for the version that this item is held in by the Pokémon. |
ItemHolderPokemonVersionDetail
Property | Type | Required | Description |
---|
rarity | string | Yes | How often this Pokémon holds this item in this version |
version | NamedAPIResource | Yes | The version that this item is held in by the Pokémon |
ItemAttribute
Item attributes define particular aspects of items, e.g. "usable in battle" or "consumable".
Property | Type | Required | Description |
---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
names | Array<Name> | Yes | The name of this resource listed in different languages. |
items | Array<NamedAPIResource> | Yes | A list of items that have this attribute. |
descriptions | Array<Description> | Yes | The description of this item attribute listed in different languages. |
ItemCategory
Item categories determine where items will be placed in the players bag.
Property | Type | Required | Description |
---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
names | Array<Name> | Yes | The name of this resource listed in different languages. |
items | Array<NamedAPIResource> | Yes | A list of items that are a part of this category. |
pocket | NamedAPIResource | Yes | The pocket items in this category would be put in. |
ItemFlingEffect
The various effects of the move Fling when used with different items.
Property | Type | Required | Description |
---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
items | Array<NamedAPIResource> | Yes | A list of items that have this Fling effect. |
effect_entries | Array<Effect> | Yes | The result of this Fling effect listed in different languages. |
ItemPocket
Pockets within the players bag used for storing items by category.
Property | Type | Required | Description |
---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
names | Array<Name> | Yes | The name of this resource listed in different languages. |
categories | Array<NamedAPIResource> | Yes | A list of item categories that are relevant to this item pocket. |