← 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": "10320 Camino Santa Fe Ste C",
    "brewery_type": "closed",
    "city": "San Diego",
    "country": "United States",
    "id": "20a3789b-132b-46ab-9333-76e40f489dd9",
    "latitude": 32.90417278,
    "longitude": -117.1714305,
    "name": "Longship Brewery",
    "phone": "8582467875",
    "postal_code": "92121-3103",
    "state_province": "California",
    "website_url": "http://www.LongshipBrewery.com"
  },
  "success": true
}