GET /cocktails/random
获取随机鸡尾酒配方及完整详情:名称、图片、带计量的原料、调制说明、杯型和分类。非常适合「给我一杯惊喜」功能、每日鸡尾酒小组件、调酒练习工具和社交聚会应用。数据来自 TheCocktailDB,涵盖数百种经典和现代鸡尾酒。
curl https://nordapi.ee/api/v1/cocktails/random
{
"data": {
"alcoholic": "Alcoholic",
"category": "Ordinary Drink",
"glass": "Cocktail glass",
"id": "11020",
"ingredients": [
{
"ingredient": "Blended whiskey",
"measure": "1 1/2 oz "
},
{
"ingredient": "Dry Vermouth",
"measure": "1 oz "
},
{
"ingredient": "Pineapple juice",
"measure": "1 oz "
}
],
"instructions": "Combine and shake all ingredients with ice, strain contents into a cocktail glass, and serve.",
"name": "Algonquin",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/uwryxx1483387873.jpg"
},
"success": true
}