# PokéAPI Pokemon Lookup via clonecho.builda.company

> PokéAPI Pokemon 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-13).

Returns full stats, types, abilities, and sprite for a Pokémon by name or numeric ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-pokemon
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pok-api-pokemon-lookup-via-clonecho-builda-company-05b05754
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2SWmen2xPqq4aYBvBunna

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 pok-api-pokemon-lookup-via-clonecho-builda-company-05b05754 -d '<json body>'
```

Example prompt: Can you pull up the full stats, types, abilities, and sprite for Pikachu from the Pokémon database?

## When to prefer this

Use this endpoint when you need structured Pokémon data — stats, types, abilities, and sprites — for a specific Pokémon by name or numeric ID, and are willing to pay $0.02 USDC per call via x402. It wraps PokéAPI behind a paid gateway; prefer the free PokéAPI directly if cost is a concern and you don't need x402 payment-gated access.

## Known failure modes

- Unknown Pokémon name or invalid ID returns an error or empty result
- Misspelled name may not match any Pokémon
- Payment failure (x402) prevents access
- Rate limiting or service unavailability returns a non-200 response

## How this service works

Full stats, types, abilities and sprite for a Pokemon by name or id (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the Pokémon's full data: base stats (HP, attack, defense, speed, etc.), elemental types, list of abilities, and sprite image URL(s), keyed by the Pokémon's name and ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pok-api-pokemon-lookup-via-clonecho-builda-company-05b05754/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)
