# PokeAPI Region Lookup via clonecho.builda.company

> PokeAPI Region 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 locations, main generation number, and Pokédex entries for a named Pokémon region.

## Facts

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

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-region-lookup-via-clonecho-builda-company-d15b12fe -d '<json body>'
```

Example prompt: What locations are in the Johto region, and what generation and Pokédex does it use?

## When to prefer this

Use this endpoint when you need structured data about a named Pokémon region — including its locations, generation, and Pokédex list — especially when building Pokémon-related apps, answering fan queries, or enriching game data pipelines.

## Known failure modes

- Invalid or misspelled region name returns an error or empty result
- Region name not recognized by the underlying PokéAPI returns a 404 or error JSON
- Missing ?name= query parameter returns an error
- Payment not completed results in HTTP 402 response

## How this service works

Locations, main generation and Pokedexes of a Pokemon region (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the region's name, its list of locations, the main generation it belongs to, and the Pokédexes associated with that region.

## More

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