# Digimon Search by Name

> Digimon Search by Name 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-15).

Search for a Digimon by name and return its ID and artwork image

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/digimon-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/digimon-search-by-name-9799b2fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Dd4UmAgs-a0KhKjjYHq_

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 digimon-search-by-name-9799b2fe -d '<json body>'
```

Example prompt: Can you look up the Digimon named Agumon and get me its ID and artwork image?

## When to prefer this

Use this endpoint when you need to look up a specific Digimon character by name and want to retrieve its unique ID and official artwork in a single call. Ideal for building Digimon fan apps, character lookup features, or enriching content with Digimon imagery.

## Known failure modes

- Digimon name not found — returns empty result or error JSON
- Misspelled name yields no match
- Name is ambiguous or has multiple variants — may return unexpected result
- Service unavailable or payment failure — returns 402 or 5xx error

## How this service works

Search Digimon by name returning id and artwork (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the Digimon's ID and a URL or reference to its official artwork image, matched by the provided name query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/digimon-search-by-name-9799b2fe/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)
