# Rick and Morty Episode Search

> Rick and Morty Episode Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Search Rick and Morty episodes by name and return episode metadata as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/rickandmorty-episode
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rick-and-morty-episode-search-02931fe9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zf90TZpyrpheg39Q55oWt

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 rick-and-morty-episode-search-02931fe9 -d '<json body>'
```

Example prompt: Can you look up the Rick and Morty episode called 'Pickle Rick' and tell me the season and episode number?

## When to prefer this

Use this endpoint when you need to look up Rick and Morty episode details by episode title or partial name. Prefer this over general TV metadata APIs when the use case is specifically about Rick and Morty episodes and you want a simple, pay-per-call lookup without API key setup.

## Known failure modes

- No episodes found matching the given name — returns empty result or 404
- Missing or empty name parameter — may return error or all episodes
- Payment not provided or invalid — 402 Payment Required
- Episode name misspelled resulting in no matches
- Service unavailable — 5xx error

## How this service works

Search Rick and Morty episodes by name (param name). Query: ?name= Returns JSON.

## Output

A JSON object or array containing episode metadata for Rick and Morty episodes matching the provided name query, likely including episode name, season number, episode number, air date, and other episode details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rick-and-morty-episode-search-02931fe9/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)
