GET /breweries/random
从 Open Brewery DB 中发现随机啤酒厂。返回完整的啤酒厂详情,包括名称、类型、地址、城市、国家、电话和网站。非常适合「发现新啤酒厂」功能、随机探索工具和为精酿啤酒应用增添偶然发现的乐趣。
curl https://nordapi.ee/api/v1/breweries/random
{
"data": {
"address": null,
"brewery_type": "micro",
"city": "East Hampton",
"country": "United States",
"id": "04ae9ae6-162a-4a1d-8c06-cbfe1b484d2b",
"latitude": null,
"longitude": null,
"name": "Fat Orange Cat Brew Co",
"phone": "8608818045",
"postal_code": "06424-1636",
"state_province": "Connecticut",
"website_url": "http://www.fatorangecatbrewco.com"
},
"success": true
}