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
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
None specified
Supported Languages
English
Use Cases
travel apps
local discovery
Related APIs
Discover similar APIs that might interest you