Open Brewery DB (Independent Publisher) (Preview)
Open Brewery DB is a free dataset and API with public information on breweries, cideries, brewpubs, and bottle shops.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Fördős András |
fordosa90+ipc_openbrew@gmail.com |
Connector Metadata | |
---|---|
Publisher | Fördős András |
Website | https://www.openbrewerydb.org/documentation |
Privacy policy | https://www.openbrewerydb.org |
Categories | Lifestyle and Entertainment |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Count breweries |
Count breweries based on various filters. |
Get brewery |
Get a single brewery. |
Get random |
Get a random brewery. |
List breweries |
Returns a list of breweries. |
Search breweries |
Search for breweries based on a search term. |
Count breweries
Count breweries based on various filters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
By city
|
by_city | string |
Filter breweries by city. |
|
By country
|
by_country | string |
Filter breweries by country. |
|
By name
|
by_name | string |
Filter breweries by name. |
|
By state
|
by_state | string |
Filter breweries by state. |
|
By postal
|
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. |
|
By type
|
by_type | string |
Filter by type of brewery. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Total
|
total | string |
Total number of results. |
Get brewery
Get a single brewery.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Brewery ID
|
obdb-id | True | string |
Unique brewery ID. |
Returns
- Body
- RefBrewery
Get random
Get a random brewery.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Size
|
size | integer |
Number of breweries to return each call. Max per page is 50. |
Returns
- response
- array of RefBrewery
List breweries
Returns a list of breweries.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
By city
|
by_city | string |
Filter breweries by city. |
|
By country
|
by_country | string |
Filter breweries by country. |
|
By distance
|
by_dist | string |
Sort the results by distance from an origin point denoted by latitude,longitude. For example '38.8977,77.0365'. |
|
By name
|
by_name | string |
Filter breweries by name. |
|
By state
|
by_state | string |
Filter breweries by state. |
|
By postal
|
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. |
|
By type
|
by_type | string |
Filter by type of brewery. |
|
Page
|
page | integer |
The offset or page of breweries to return. |
|
Per page
|
per_page | integer |
Number of breweries to return each call. Max per page is 200. |
Returns
- response
- array of RefBrewery
Search breweries
Search for breweries based on a search term.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Query
|
query | True | string |
Search for breweries based on a search term. |
Returns
- response
- array of RefBrewery
Definitions
RefBrewery
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
Unique ID of the brewery. |
Name
|
name | string |
Name of the brewery. |
Brewery type
|
brewery_type | string |
Type of the brewery. |
Address 1
|
address_1 | string |
Address line 1 for the brewery. |
Address 2
|
address_2 | string |
Address line 2 for the brewery. |
Address 3
|
address_3 | string |
Address line 3 for the brewery. |
City
|
city | string |
City of the brewery. |
State or province
|
state_province | string |
State or province of the brewery. |
Postal code
|
postal_code | string |
Postal code of the brewery. |
Country
|
country | string |
Country of the brewery. |
Longitude
|
longitude | string |
Longitude of the brewery. |
Latitude
|
latitude | string |
Latitude of the brewery. |
Phone
|
phone | string |
Phone number of the brewery. |
Webstie
|
website_url | string |
Website URL of the brewery. |
State
|
state | string |
State of the brewery. |
Street
|
street | string |
Street details of the brewery. |