← 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": "1121 Quincy St NE",
    "brewery_type": "micro",
    "city": "Minneapolis",
    "country": "United States",
    "id": "31678502-edf6-4eb0-bc10-4ede5ac279b6",
    "latitude": 44.9993934,
    "longitude": -93.2510686,
    "name": "Able Seedhouse and Brewery",
    "phone": "6124054642",
    "postal_code": "55413-2773",
    "state_province": "Minnesota",
    "website_url": "http://www.ablebeer.com"
  },
  "success": true
}