Fake Podcast Name
The Fake Podcast Name API generates one podcast per call. Names follow patterns ("The Inevitable Hour", "Quiet Bench", "On Mistake"). Tagline leans literary ("a weekly meditation on what cannot be hurried"). Host name is invented. Includes frequency, episode count, last episode title, network, and audience size.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-podcast-name/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-podcast-name/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-podcast-name/generate");
const data = await response.json();
Response Schema
| Field | Type | Description |
|---|---|---|
name |
string |
Podcast name |
tagline |
string |
Tagline |
host |
string |
Host name |
frequency |
string |
Release frequency |
episode_count |
number |
Total episodes |
last_episode_title |
string |
Title of latest |
network |
string |
Network/independent |
audience_size |
string |
Audience descriptor |
Example Response
{
"name": "The Quiet Hour",
"tagline": "a weekly meditation on what cannot be hurried",
"host": "Anders Pell",
"frequency": "weekly",
"episode_count": 187,
"last_episode_title": "A Bus Driver Reads Aloud",
"network": "public radio affiliate",
"audience_size": "small but engaged"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-podcast-name/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.