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": "1233 Front St Ste E",
"brewery_type": "micro",
"city": "Raleigh",
"country": "United States",
"id": "eaed88bf-4da0-43bc-bf43-4ed6299752a3",
"latitude": null,
"longitude": null,
"name": "Clouds Brewing",
"phone": "9197474863",
"postal_code": "27609-7534",
"state_province": "North Carolina",
"website_url": "http://www.cloudsbrewing.com"
},
"success": true
}