items

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.

get/api/v2/item/{id}/

Path parameters

idinteger required

A unique integer value identifying this item.

Response

idinteger required
namestring required
costinteger nullable
fling_powerinteger nullable
attributesstring required
held_by_pokemonstring required
spritesstring required
baby_trigger_forstring required
machinesstring required

Changes