GET /breweries/random
Discover a random brewery from the Open Brewery DB collection. Returns full brewery details including name, type, address, city, country, phone, and website. Great for 'discover a new brewery' features, random exploration tools, and adding serendipitous discovery to craft beer apps.
curl https://nordapi.ee/api/v1/breweries/random
{
"data": {
"address": "2027 25th St SE",
"brewery_type": "micro",
"city": "Salem",
"country": "United States",
"id": "aa7a58a8-b2af-4c19-a73b-7b803262bfad",
"latitude": 44.92083964,
"longitude": -123.0104248,
"name": "Bine Valley Brewing",
"phone": "7602249889",
"postal_code": "97302-1130",
"state_province": "Oregon",
"website_url": "http://www.binebrews.com"
},
"success": true
}