items
Get item attribute
Item attributes define particular aspects of items, e.g."usable in battle" or "consumable".
get/api/v2/item-attribute/{id}/
Path parameters
idstring required
This parameter can be a string or an integer.
Response
Example response
{
"items": [
{
"name": "master-ball",
"url": "https://pokeapi.co/api/v2/item/1/"
}
]
}