Wisdom of the Ancients
The Wisdom of the Ancients API delivers proverbs that sound profound and are not. Each proverb is attributed to a fictional philosopher (Zoltrak the Lesser, Bren the Quiet) and a fictional school of thought ("Lower Stoic", "Domestic Skeptic"). Use them to win arguments without saying anything specific.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/wisdom-of-the-ancients/consult"
import requests
response = requests.get("https://api.stupidapis.com/wisdom-of-the-ancients/consult")
print(response.json())
const response = await fetch("https://api.stupidapis.com/wisdom-of-the-ancients/consult");
const data = await response.json();
console.log(data);
Response Schema
| Field | Type | Description |
|---|---|---|
proverb |
string |
The fake wisdom |
attributed_to |
string |
A fake philosopher |
century |
string |
Roughly when |
school_of_thought |
string |
A fake school |
modern_application |
string |
How to use it today |
citation |
string |
Always "fragmentary" |
Example Response
{
"proverb": "A watched inbox never pings",
"attributed_to": "Zoltrak the Lesser",
"century": "3rd century BCE",
"school_of_thought": "Lower Stoic",
"modern_application": "consider this before responding to the email",
"citation": "fragmentary"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/wisdom-of-the-ancients/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.