Fake Obituary
The Fake Obituary API generates one dignified obituary per call. The person did not exist; the form is treated seriously. Returns name, dates, age, hometown, occupation, the text, who they are survived by, service details, and flowers/donations preferences.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-obituary/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-obituary/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-obituary/generate");
const data = await response.json();
Response Schema
| Field | Type | Description |
|---|---|---|
full_name |
string |
Full name |
born |
string |
Birth year |
passed |
string |
Death year |
age |
number |
Age at passing |
hometown |
string |
Hometown |
occupation |
string |
Career |
text |
string |
Full obituary text |
survived_by |
string |
Family |
service |
string |
Service details |
flowers |
string |
Flowers/donations |
Example Response
{
"full_name": "Margaret Pearl Hollis",
"born": "1939",
"passed": "2024",
"age": 85,
"hometown": "a small town in Iowa",
"occupation": "a librarian who never missed a meeting",
"text": "Margaret Pearl Hollis, 85, of a small town in Iowa, passed peacefully in the company of family. Margaret was a librarian who never missed a meeting, and a careful listener. Margaret is survived by their three children, four grandchildren, and a dog who knew her name.",
"survived_by": "their three children, four grandchildren, and a dog who knew her name",
"service": "open to the community on Saturday",
"flowers": "donations to the local library in lieu of flowers"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-obituary/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.