Breweries
Get information for a specific brewery or a list of breweries by criteria.
Getting Information on a Single Brewery
Returns the entry for a specified brewery.
GET
https://api.openbrewerydb.org/breweries/{obdb-id}
{obdb-id} is the brewery's ID in the database.
Getting a List of Breweries
Returns a list of breweries that have been filtered and sorted.
GET
https://api.openbrewerydb.org/breweries
All parameters are optional. Returns the first 20 entries if no query parameters are specified.
Path Parameters
by_city
String
Filter breweries by city.
sort
String
Sort the results by one or more fields.
by_dist
does not work with this query parameter.
asc
- Sort in ascending order
desc
- Sort in descending order
by_dist
String
Sort the results by distance from a specified origin point in latitude,longitude
per_page
Integer
Number of breweries to return each call. Default max per page is 20. Max per page is 50.
page
Integer
The offset or page of breweries to return.
by_type
String
Filter by type of brewery.
Valid values:
micro
- Most craft breweries. For example, Samuel Adams is still considered a micro brewery.
nano
- An extremely small brewery which typically only distributes locally.
regional
- A regional location of an expanded brewery. Ex. Sierra Nevada’s Asheville, NC location.
brewpub
- A beer-focused restaurant or restaurant/bar with a brewery on-premise.
large - A very large brewery. Likely not for visitors. Ex. Miller-Coors. (deprecated)
planning
- A brewery in planning or not yet opened to the public.
bar - A bar. No brewery equipment on premise. (deprecated)
contract
- A brewery that uses another brewery’s equipment.
proprietor
- Similar to contract brewing but refers more to a brewery incubator.
closed
- A location which has been closed.
by_postal
String
Filter breweries by postal code.
May be filtered by basic (5-digit) postal code or more precisely filtered by postal+4 (9-digit) code.
Note: If filtering by postal+4 the search must include either a hyphen or an underscore.
by_state
String
Filter breweries by state.
by_name
String
Filter breweries by name.
Last updated