← 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": null,
    "brewery_type": "planning",
    "city": "Inglewood",
    "country": "United States",
    "id": "543f9be5-b99f-4537-a641-67ecc55ca1a8",
    "latitude": 33.96185,
    "longitude": -118.3550377,
    "name": "Tortugo Brewing Company",
    "phone": null,
    "postal_code": "90302-3308",
    "state_province": "California",
    "website_url": null
  },
  "success": true
}