---
title: "Get a beer by ID"
method: GET
path: "/api/beers/{id}"
---

# Get a beer by ID

`GET /api/beers/{id}`

Returns detailed information about a specific beer.

## Path parameters

- `id` string, required

## Response `200`

Beer details

- Beer
  - `id` string, required
  - `name` string, required
  - `style` string, required
  - `brewery` string, required
  - `country` string, required
  - `abv` number, float, required
  - `description` string, required
  - `flavorNotes` string[], required
  - `pairingNotes` string[], required

## Other responses

- `404` — Beer not found

## Changes

- **2026-07-17** `13ac7d7d14c5` — 1 info
  - added the required property `country` to the response with the `200` status
- **2026-03-23** `01baf638f215` — 1 breaking
  - removed the required property `country` from the response with the `200` status

[Change history](https://skmtc.dev/azure/apis/contoso-world-beers-api/changes/api/beers/:id/get.md)

---

[API](https://skmtc.dev/azure/apis/contoso-world-beers-api.md) · [All operations](https://skmtc.dev/azure/apis/contoso-world-beers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/contoso-world-beers-api/revisions/13ac7d7d14c5/schema)
