← 食品与产品

随机啤酒厂

GET /breweries/random

从 Open Brewery DB 中发现随机啤酒厂。返回完整的啤酒厂详情,包括名称、类型、地址、城市、国家、电话和网站。非常适合「发现新啤酒厂」功能、随机探索工具和为精酿啤酒应用增添偶然发现的乐趣。

请求示例

基本用法
curl https://nordapi.ee/api/v1/breweries/random

实时响应

{
  "data": {
    "address": "900 Main St",
    "brewery_type": "brewpub",
    "city": "Columbia",
    "country": "United States",
    "id": "4b8ade34-41a6-4afa-a757-b37dbea62e57",
    "latitude": 33.997366,
    "longitude": -81.0315874,
    "name": "Hunter Gatherer Brewery and Alehouse",
    "phone": "8037480540",
    "postal_code": "29201-3964",
    "state_province": "South Carolina",
    "website_url": "http://www.huntergathererbrewery.com"
  },
  "success": true
}