---
title: "Get berries by flavor"
method: GET
path: "/api/v2/berry-flavor/{id}/"
tags: ["berries"]
---

# Get berries by flavor

`GET /api/v2/berry-flavor/{id}/`

Flavors determine whether a Pokémon will benefit or suffer from eating a berry based on their **nature**. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Flavor) for greater detail.

## Path parameters

- `id` integer, required

## Response `200`

- BerryFlavorDetail
  - `id` integer, required
  - `name` string, required
  - `berries` object[], required
    - `potency` integer, required
    - `berry` object, required
      - `name` string — The name of the berry
      - `url` string, uri — The URL to get more information about the berry
  - `contest_type` ContestTypeSummary, required
    - `name` string, required
    - `url` string, uri, required
  - `names` BerryFlavorName[], required
    - `name` string, required
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required

## Changes

- **2024-03-01** `ab3d249e60a7` — 1 breaking
  - the `berries` response's property type changed from `string` to `array` for status `200`
- **2024-02-26** `3dc383577199` — 2 info
  - api tag `berries` added
  - api tag `berry-flavor` removed
- **2024-02-24** `c0b00c7eff36` — 2 breaking, 4 info
  - for the `path` request parameter `id`, the type changed from `string` to `integer`
  - the `berries` response's property type changed from `array` to `string` for status `200`
  - the endpoint scheme security `basicAuth` was added to the API
  - the endpoint scheme security `cookieAuth` was added to the API
  - …2 more

[Change history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/berry-flavor/:id/get.md)

---

[API](https://skmtc.dev/pokeapi/apis/poke-api.md) · [All operations](https://skmtc.dev/pokeapi/apis/poke-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokeapi/poke-api/revisions/dc32bdfac84f/schema)
