v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0398207265.0 KB
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

idinteger required
namestring required

Example response

{
  "berries": [
    {
      "potency": 10,
      "berry": {
        "name": "rowap",
        "url": "https://pokeapi.co/api/v2/berry/64/"
      }
    }
  ]
}