Fake Bumper Sticker
The Fake Bumper Sticker API returns one bumper sticker per call. Includes the slogan, recommended placement on the vehicle, font recommendation, regret estimate, and recommended vehicle type.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-bumper-sticker/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-bumper-sticker/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-bumper-sticker/generate");
const data = await response.json();
Response Schema
| Field | Type | Description |
|---|---|---|
slogan |
string |
The slogan |
recommended_placement |
string |
Where on the car |
regret_estimate |
string |
Regret level |
font_recommendation |
string |
Font |
vehicle_recommendation |
string |
Vehicle type |
Example Response
{
"slogan": "I would rather be lost",
"recommended_placement": "window decal, passenger side",
"regret_estimate": "low",
"font_recommendation": "serif italic on white",
"vehicle_recommendation": "a vintage Volvo wagon"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-bumper-sticker/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.