← 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": "Neumayerring 45",
    "brewery_type": "brewpub",
    "city": "Frankenthal (Pfalz)",
    "country": "Germany",
    "id": "0a8b3fa3-dfd4-4c73-bca0-42670a84018b",
    "latitude": 49.534615,
    "longitude": 8.3503927,
    "name": "Brauhaus zur Post",
    "phone": "+49 6233 220286",
    "postal_code": "67227",
    "state_province": "Rheinland-Pfalz",
    "website_url": "http://www.brauhaus-zur-post.de"
  },
  "success": true
}