Back to Services
Basic Trustrest
XKCD — Webcomic Data
Get XKCD comic metadata: title, image URL, alt text, and publish date. Fetch the latest comic or any specific comic by number.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
comicshumorscienceentertainmentimages
Quick Integration
Call this service through the Agent Clear proxy
// Call XKCD — Webcomic Data through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/448f7f58-02e0-4c53-a62a-11fe07941f02',
{
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": {}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026