---
title: "List breweries."
method: GET
path: "/v1/breweries"
tags: ["Endpoints"]
---

# List breweries.

`GET /v1/breweries`

Returns a paginated list of breweries based on optional filters and sorting.

## Request body

- object
  - `per_page` integer — Must be at least 1. Must not be greater than 200.
  - `page` integer — Must be at least 1.
  - `sort` string
  - `by_city` string — Must be at least 3 characters. Must not be greater than 255 characters.
  - `by_country` string — Must be at least 3 characters. Must not be greater than 255 characters.
  - `by_dist` string
  - `by_dist_radius` number — Must be at least 0.1. Must not be greater than 10000.
  - `by_dist_unit` 'km' | 'mi'
  - `by_ids` string — Must be at least 3 characters. Must not be greater than 255 characters.
  - `by_name` string — Must be at least 3 characters. Must not be greater than 255 characters.
  - `by_postal` string — Must be at least 3 characters. Must not be greater than 255 characters.
  - `by_state` string — Must be at least 3 characters. Must not be greater than 255 characters.
  - `by_type` string
  - `exclude_types` string

## Other responses

- `422`

---

[API](https://skmtc.net/openbrewerydb/apis/open-brewery-db-api-documentation.md) · [All operations](https://skmtc.net/openbrewerydb/apis/open-brewery-db-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openbrewerydb/open-brewery-db-api-documentation/revisions/570ed1487f49/schema)
