# PokeAPI Regional Pokédex Lookup

> PokeAPI Regional Pokédex Lookup 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 ordered species entries for a named regional Pokédex (e.g. kanto, johto) from PokéAPI

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-pokedex
- 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/pokeapi-regional-pok-dex-lookup-5b23d473
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kAqeBVDbGRVjgoEj2zxoR

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-regional-pok-dex-lookup-5b23d473 -d '<json body>'
```

Example prompt: Can you give me the full ordered list of Pokémon species in the Johto regional Pokédex?

## When to prefer this

Use this endpoint when you need the ordered species list for a specific named regional Pokédex (e.g. kanto, johto, hoenn). Prefer it over scraping Bulbapedia or calling PokéAPI directly when a low-cost, ready-made proxy is acceptable and x402 micropayment is available.

## Known failure modes

- Invalid or misspelled Pokédex name returns an error or empty result
- Missing ?name= parameter may return an error or default response
- Non-existent regional dex name returns 404 or empty data
- Network timeout for slow upstream PokéAPI responses

## How this service works

Ordered species entries of a regional Pokedex (param name). Query: ?name= Returns JSON.

## Output

A JSON array of ordered species entries for the specified regional Pokédex, including Pokémon names and their entry numbers within that dex.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokeapi-regional-pok-dex-lookup-5b23d473/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)
