GET /breweries/random
从 Open Brewery DB 中发现随机啤酒厂。返回完整的啤酒厂详情,包括名称、类型、地址、城市、国家、电话和网站。非常适合「发现新啤酒厂」功能、随机探索工具和为精酿啤酒应用增添偶然发现的乐趣。
curl https://nordapi.ee/api/v1/breweries/random
{
"data": {
"address": "301 Spring St",
"brewery_type": "micro",
"city": "Suisun City",
"country": "United States",
"id": "3cd77720-c957-416f-aa4a-ee76c4c435ce",
"latitude": 38.242484,
"longitude": -122.041544,
"name": "Right Eye Brewing Co",
"phone": "7074161347",
"postal_code": "94585",
"state_province": "California",
"website_url": "http://www.righteyebrewing.com"
},
"success": true
}