# PokeAPI Location Lookup via clonecho

> PokeAPI Location Lookup via clonecho 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 the region and areas associated with a named Pokémon world location

## Facts

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

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-location-lookup-via-clonecho-cc073bd4 -d '<json body>'
```

Example prompt: What region and areas does the Pokémon location 'cerulean-city' belong to?

## When to prefer this

Use this endpoint when you need to programmatically resolve Pokémon world location metadata — specifically region assignment and sub-area breakdown — for a named location. Prefer this over scraping Bulbapedia or fan wikis when structured JSON output is needed for downstream processing in a game tool, trivia bot, or Pokémon data pipeline.

## Known failure modes

- Unknown location name returns 404 or empty result
- Misspelled or incorrectly formatted name (should be hyphenated lowercase, e.g. 'pallet-town') causes no match
- Payment failure or insufficient USDC balance blocks the request
- Network timeout returns no data

## How this service works

Region and areas of a Pokemon world location (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the location's name, its associated region (e.g. kanto, johto), and a list of areas within that location, each with their own identifiers and URLs.

## More

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