Open Brewery DB

Open Brewery DB API is a free public API for discovering breweries, beers, and locations across the United States. Developers can search by name, city, or type to integrate brewery data into maps, travel guides, and beer review apps. Ideal for craft beer enthusiasts and developers building beer-focused applications and location-based services.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Finds breweries by name, city, or type

Full URL

https://api.openbrewerydb.org/v1/breweries/search

Code Examples

curl -X GET 'https://api.openbrewerydb.org/v1/breweries/search'

Parameters

{
  "query": "dog",
  "per_page": 3
}

Example Response

[
  {
    "id": 1,
    "city": "Frederick",
    "name": "Flying Dog Brewery",
    "state": "Maryland",
    "brewery_type": "micro"
  }
]

Version

v1
Tags
breweriesfood
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

None specified

Supported Languages
English
Use Cases
travel apps
local discovery
https://www.openbrewerydb.org/

Related APIs

Discover similar APIs that might interest you

APIfree

Cocktail DB

Cocktail DB API provides free access to ...

Category
Food & Drink
Endpoints
1
cocktailsfoodrecipes
APIfree

The MealDB

The MealDB offers a free Public API with...

Category
Food & Drink
Endpoints
1
cookingrecipes
APIopen source

Open Food Facts

Open Food Facts API is a free public API...

Category
Food & Drink
Endpoints
1
foodnutrition
Open Brewery DB Public API for Breweries | Free API Hub