GET /breweries/random
Discover a random brewery from the Open Brewery DB collection. Returns full brewery details incluyendo name, type, address, city, país, phone, and website. Ideal para 'discover a new brewery' features, random exploration tools, and adding serendipitous discovery to craft beer aplicaciones.
curl https://nordapi.ee/api/v1/breweries/random
{
"data": {
"address": "6201 Brewery Way",
"brewery_type": "micro",
"city": "Lolo",
"country": "United States",
"id": "fa801e81-96ea-4e55-be40-4ca8844bb56c",
"latitude": null,
"longitude": null,
"name": "Lolo Peak Brewing Company",
"phone": "4064936231",
"postal_code": "59847-9375",
"state_province": "Montana",
"website_url": "http://www.lolopeakbrewery.com"
},
"success": true
}