Back to Services
Basic Trustrest
icanhazdadjoke — Dad Jokes
Random dad jokes and joke search. Perfect for adding humor to chatbots, apps, and entertainment features.
Total Calls
1
Success Rate
100.0%
Avg Latency
50ms
Capabilities
jokeshumorfunentertainmentrandomchatbot
Quick Integration
Call this service through the Agent Clear proxy
// Call icanhazdadjoke — Dad Jokes through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/a263dc8a-01a6-44c3-9f3c-708937b0bfc7',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"term": {
"type": "string",
"description": "Search term (uses /search endpoint if provided)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026