Endpoint
Open Brewery DB — search
Text search across brewery names.
US brewery list
Food & drinkNo API keyDefault GET
HTTP console
Example URL
https://api.openbrewerydb.org/v1/breweries?by_city=san_diego&per_page=3Request
Use HTTPS GET unless the provider documents POST. Example: GET ?by_city=&per_page=
GET ?by_city=&per_page=
Response
Array of { id, name, brewery_type, city, … }
[{"id":"…","name":"…","brewery_type":"micro"}]Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.