# PokeAPI Region Locations Lookup

> PokeAPI Region Locations 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).

Lists all in-game locations within a specified Pokémon region, queried by region ID or name (e.g. kanto).

## Facts

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

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-locations-lookup-073f4ea2 -d '<json body>'
```

Example prompt: Can you give me a full list of all the in-game locations in the Johto region from Pokemon?

## When to prefer this

Use this endpoint when you need a complete list of all locations within a specific Pokémon game region (e.g. Kanto, Johto, Hoenn) by name or numeric ID. Prefer this over general Pokémon data endpoints when the task is specifically about geographic/location data within a region.

## Known failure modes

- Invalid or unrecognized region name/ID returns an error or empty result
- Missing ?q= parameter may return an error or default response
- Misspelled region name (e.g. 'kantoo') returns no results
- Non-existent region ID returns 404 or empty JSON
- Network timeout or upstream PokéAPI unavailability

## How this service works

List all in-game locations within a Pokemon region by region id or name {q} (e.g. kanto). Query: ?q= Returns JSON.

## Output

A JSON array of all in-game locations (e.g. towns, cities, routes, dungeons) within the specified Pokémon region, identified by name and/or ID, as sourced from PokéAPI.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokeapi-region-locations-lookup-073f4ea2/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)
