← Lebensmittel & Produkte

Zufällige Brauerei

GET /breweries/random

Entdecken Sie ein random brewery from the Open Brewery DB collection. Liefert full brewery details einschließlich name, type, address, city, country, phone, und website. Ideal für 'discover a new brewery' features, random exploration tools, und adding serendipitous discovery to craft beer apps.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/breweries/random

Live-Antwort

{
  "data": {
    "address": "20 W Beauregard Ave",
    "brewery_type": "brewpub",
    "city": "San Angelo",
    "country": "United States",
    "id": "1d15aa31-6d4c-42c7-b5c7-e0d3fe314e1b",
    "latitude": 31.46245419,
    "longitude": -100.4372363,
    "name": "Zero One Ale House",
    "phone": "3256535123",
    "postal_code": "76903-5833",
    "state_province": "Texas",
    "website_url": null
  },
  "success": true
}