Catalog/misc-dad-joke

Data

Random dad joke (icanhazdadjoke) API

Return a random groan-worthy one-liner dad joke from icanhazdadjoke.com. Answers 'tell me a dad joke','give me a corny joke','a one-liner joke'.

Price$0.01per request
MethodPOST
Route/v1/data/misc-dad-joke
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache3600s public
datajokedad-jokehumoricanhazdadjokefunone-linerbot
API URLhttps://x402.hexl.dev/v1/data/misc-dad-joke
Integration docs
Example request
{}
Example response
{
  "id": "R7UfaahVfFd",
  "joke": "Why don't eggs tell jokes? They'd crack each other up.",
  "format": "one-liner"
}
Input schema
{
  "type": "object",
  "required": [],
  "properties": {},
  "examples": [
    {}
  ]
}
Output schema
{
  "type": "object",
  "additionalProperties": true
}