# PokeAPI Item Lookup via clonecho.builda.company

> PokeAPI Item Lookup via clonecho.builda.company 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).

Returns the cost, category, and in-game effect of a Pokémon item by name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-item
- 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/pokeapi-item-lookup-via-clonecho-builda-company-a9f030a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4hvAtgGR2V9mRg2-CQoOC

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 pokeapi-item-lookup-via-clonecho-builda-company-a9f030a6 -d '<json body>'
```

Example prompt: What's the cost, category, and effect of the 'ultra-ball' item in Pokémon?

## When to prefer this

Use this endpoint when you need structured metadata about a specific Pokémon item by name, including its cost, category, and effect description. Prefer this over scraping Bulbapedia or calling PokéAPI directly when you need a paid, reliable proxy with consistent JSON output.

## Known failure modes

- Item name not found — returns error or empty result if the name is misspelled or not a valid Pokémon item
- Invalid parameter format — no name provided returns an error
- Network or upstream PokéAPI unavailability may cause timeouts or 5xx errors

## How this service works

Cost, category and effect of a Pokemon item (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the item's name, cost (in Pokémon currency), category (e.g. standard-balls, healing), and a description of its in-game effect.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokeapi-item-lookup-via-clonecho-builda-company-a9f030a6/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)
