← Food & Products

Random Brewery

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.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/breweries/random

Live Response

{
  "data": {
    "address": "1906 Towne Centre Blvd Ste 155",
    "brewery_type": "closed",
    "city": "Annapolis",
    "country": "United States",
    "id": "9a0a767e-4958-40b0-8ed1-74bd5e719cc2",
    "latitude": 38.9815401,
    "longitude": -76.5443839,
    "name": "Gordon Biersch Brewery Restaurant - Annapolis",
    "phone": "4102665965",
    "postal_code": "21401-3681",
    "state_province": "Maryland",
    "website_url": "http://www.craftworksrestaurants.com"
  },
  "success": true
}