# clonecho XKCD Comic Fetcher

> clonecho XKCD Comic Fetcher is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches xkcd comic metadata including title, alt text, and image URL for a given comic number or the latest comic

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/xkcd
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-xkcd-comic-fetcher-bfb96e98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KbezNjXNWMpBv1GNE18-z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clonecho-xkcd-comic-fetcher-bfb96e98 -d '<json body>'
```

Example prompt: Can you pull up xkcd comic number 353 — I want the title, the hover text, and the image link.

## When to prefer this

Use this endpoint when you need structured metadata (title, alt text, image URL) for a specific xkcd comic by number, or want the latest xkcd comic in JSON format without scraping the xkcd website directly. Ideal for agents that want to embed, display, or discuss xkcd comics.

## Known failure modes

- Invalid or non-existent comic number returns an error or empty response
- Payment of $0.01 USDC not provided triggers 402 Payment Required
- Network or upstream xkcd API unavailability causes failure
- Malformed query parameter format may result in unexpected behavior

## How this service works

MEDIA: xkcd comic — title, alt text, image (?num=353, defaults latest). Returns JSON.

## Output

Returns a JSON object containing the xkcd comic's title, alt text (the hover/tooltip text), and image URL for the requested comic number, or the latest comic if no number is specified.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-xkcd-comic-fetcher-bfb96e98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
