berries
Get berries by flavor
Flavors determine whether a Pokémon will benefit or suffer from eating a berry based on their nature. Check out Bulbapedia for greater detail.
get/api/v2/berry-flavor/{id}/
Path parameters
idstring required
This parameter can be a string or an integer.
Response
Example response
{
"berries": [
{
"potency": 10,
"berry": {
"name": "rowap",
"url": "https://pokeapi.co/api/v2/berry/64/"
}
}
]
}