# Rick and Morty Character Search

> Rick and Morty Character 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 characters by name and return matching character data as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/rickandmorty-character
- 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-character-search-1f485eba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x6iUAvWr9jADp0sfN5BHo

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-character-search-1f485eba -d '<json body>'
```

Example prompt: Can you look up the character 'Birdperson' from Rick and Morty and tell me what species and status he has?

## When to prefer this

Use this endpoint when you need structured character metadata from the Rick and Morty universe by name. Prefer this over scraping fan wikis or using a general web search when you need clean, machine-readable JSON character data with consistent fields like status, species, and origin.

## Known failure modes

- No characters found for the given name query — returns empty results array
- Missing or empty name parameter — may return all characters or an error
- Payment not processed — 402 response if USDC payment not included
- Name misspelled — returns no results or unintended characters
- Rate limit or service unavailability — 5xx response

## How this service works

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

## Output

Returns a JSON object containing matching Rick and Morty character records, including fields such as character name, status (alive/dead/unknown), species, origin location, current location, and image URL.

## More

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