Fake Cocktail

⚡ Generators 🌭🌭 Medium 4,985 calls

The Fake Cocktail API invents drinks. Names like "The Wounded Accountant" and "Late Capitalism." Ingredients include real spirits and items like "tears" or "a thimble of regret." Each drink ships with a method, glassware, garnish, ABV estimate, and a brief tragic backstory.

Try It — No Seriously

Fake Cocktail.exe
_ ×

Parameters

Parameter Type Required Default Description

Examples

curl "https://api.stupidapis.com/fake-cocktail/invent"
import requests

response = requests.get("https://api.stupidapis.com/fake-cocktail/invent")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-cocktail/invent");
const data = await response.json();
console.log(data);

Response Schema

Field Type Description
name string The cocktail name
ingredients string[] Four lines of ingredients
glassware string What to serve it in
method string How to make it
garnish string Garnish
backstory string A short backstory
abv_estimate string Estimated ABV
recommended_for string When to serve

Example Response

{
  "name": "The Wounded Accountant",
  "ingredients": [
    "2 oz gin",
    "0.75 oz vermouth (dry)",
    "a thimble of regret",
    "one olive"
  ],
  "glassware": "coupe",
  "method": "stirred, not shaken",
  "garnish": "olive",
  "backstory": "invented in 2014 at a bar that closed in 2015",
  "abv_estimate": "32%",
  "recommended_for": "after the difficult phone call"
}

MCP Access

This API is available as an MCP tool for AI assistants. Connect your agent to:

POST https://api.stupidapis.com/fake-cocktail/mcp
POST https://api.stupidapis.com/mcp

Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.

...
Clippy