← Toit ja tooted

Juhuslik pruulikoda

GET /breweries/random

Avastage a random brewery from the Open Brewery DB collection. Tagastab full brewery details sealhulgas name, type, address, city, country, phone, and website. Sobib 'discover a new brewery' features, random exploration tools, and adding serendipitous discovery to craft beer apps.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/breweries/random

Reaalajas vastus

{
  "data": {
    "address": "331 E 13th St",
    "brewery_type": "micro",
    "city": "Cincinnati",
    "country": "United States",
    "id": "4aa52f48-c03f-45a4-833c-9526e37b2a69",
    "latitude": 39.11009082,
    "longitude": -84.509442,
    "name": "Three Points Urban Brewery",
    "phone": "5135555555",
    "postal_code": "45202-7307",
    "state_province": "Ohio",
    "website_url": "http://www.3pointsbeer.com"
  },
  "success": true
}