GET /cocktails/random
获取随机鸡尾酒配方及完整详情:名称、图片、带计量的原料、调制说明、杯型和分类。非常适合「给我一杯惊喜」功能、每日鸡尾酒小组件、调酒练习工具和社交聚会应用。数据来自 TheCocktailDB,涵盖数百种经典和现代鸡尾酒。
curl https://nordapi.ee/api/v1/cocktails/random
{
"data": {
"alcoholic": "Alcoholic",
"category": "Cocktail",
"glass": "Cocktail glass",
"id": "17254",
"ingredients": [
{
"ingredient": "Orange Bitters",
"measure": "1 dash"
},
{
"ingredient": "Green Chartreuse",
"measure": "1 oz"
},
{
"ingredient": "Gin",
"measure": "1 oz"
},
{
"ingredient": "Sweet Vermouth",
"measure": "1 oz"
}
],
"instructions": "Stir in mixing glass with ice and strain\r\n",
"name": "Bijou",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/rysb3r1513706985.jpg"
},
"success": true
}