# Rick and Morty Location Search

> Rick and Morty Location 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 fictional locations by name, returning matching location details as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/rickandmorty-location
- 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-location-search-9bd134cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4IeBTN-GHT-q3gVJwx7aL

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-location-search-9bd134cf -d '<json body>'
```

Example prompt: Can you search for Rick and Morty locations with the name 'Citadel of Ricks' and tell me what dimension it's in?

## When to prefer this

Use this endpoint when you need to look up fictional locations from the Rick and Morty TV show by name, such as finding dimension names, location types, or residents associated with a place. Prefer this over generic TV databases when the query is specifically about Rick and Morty geography or world-building.

## Known failure modes

- No locations found matching the given name — returns empty results array
- Missing or empty name parameter — may return all locations or an error
- Payment of $0.02 USDC required via x402 protocol; unpaid requests rejected
- Network timeout or service unavailability returns HTTP error

## How this service works

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

## Output

A JSON response containing matching Rick and Morty locations, including each location's name, type, dimension, list of resident character URLs, and related metadata fields such as ID and URL.

## More

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