Fake Curse Word
The Fake Curse Word API invents an expletive that does not exist in any real language. Returns the word, pronunciation, part of speech, usage note, an example sentence, intensity, jurisdictions, and a censorship recommendation. Stays family-friendly because the word is invented.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-curse-word/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-curse-word/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-curse-word/generate");
const data = await response.json();
Response Schema
| Field | Type | Description |
|---|---|---|
word |
string |
The invented word |
part_of_speech |
string |
Grammar role |
pronunciation |
string |
How to say it |
usage |
string |
When to use it |
example_sentence |
string |
Example use |
intensity |
string |
Strength |
jurisdictions |
string |
Where banned/permitted |
censorship_recommendation |
string |
How to render in print |
Example Response
{
"word": "snorgled",
"part_of_speech": "verb (transitive)",
"pronunciation": "snoΒ·rgleΒ·d",
"usage": "Used to express stronger displeasure than acceptable in a kitchen",
"example_sentence": "You absolute snorgled.",
"intensity": "medium",
"jurisdictions": "Banned in three states",
"censorship_recommendation": "first letter only, the rest dashes"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-curse-word/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.