Fake Recipe
The Fake Recipe API produces a recipe per call. Ingredients include "1 large yellow onion, regretted" and "a pinch of resentment." Steps include "Whisper your intentions to the butter." Returns serving size, prep/cook times, pairing suggestion, and difficulty.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-recipe/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-recipe/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-recipe/generate");
const data = await response.json();
console.log(data);
Response Schema
| Field | Type | Description |
|---|---|---|
dish_name |
string |
The dish |
serves |
number |
Servings |
prep_time |
string |
Time to prep |
cook_time |
string |
Time to cook |
ingredients |
string[] |
Seven ingredients |
steps |
string[] |
Six steps |
pairing |
string |
A drink to pair |
difficulty |
string |
How hard it is |
Example Response
{
"dish_name": "Braised Endive with Pickled Apology",
"serves": 4,
"prep_time": "32 minutes",
"cook_time": "88 minutes",
"ingredients": [
"2 cups all-purpose flour",
"1 large yellow onion, regretted",
"3 tablespoons olive oil",
"a pinch of resentment",
"1 lemon, witnessed",
"4 cloves garlic, lightly crushed in spirit",
"2 sprigs thyme"
],
"steps": [
"Preheat the oven to 400°F. Apologize to the oven.",
"In a heavy skillet, warm the oil until it shimmers slightly more than expected.",
"Whisper your intentions to the butter.",
"Reduce by half. Reduce by another half. Reduce until the pan is smaller than it was.",
"Cover and let rest for the length of one phone call you have been avoiding.",
"Plate immediately. Do not photograph it. The food does not consent."
],
"pairing": "a 2019 white burgundy you will not finish",
"difficulty": "unwise"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-recipe/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.