# PokéAPI Pal Park Area Lookup

> PokéAPI Pal Park Area 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 a list of Pokémon obtainable in a specified Pal Park area by id or name, including their catch rates.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-pal-park-area
- 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-pal-park-area-lookup-4f9532d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ID70aY7il0klH0AMMUikg

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-pal-park-area-lookup-4f9532d7 -d '<json body>'
```

Example prompt: Which Pokémon can I catch in the Pal Park forest area, and what are their catch rates?

## When to prefer this

Use this endpoint when you need game data about Pokémon availability and catch rates within specific Pal Park areas, particularly for Pokémon game research, team building, or completionist tracking.

## Known failure modes

- Invalid or unknown area name/id returns an error or empty result
- Missing query parameter may return all areas or an error
- Misspelled area name may not match any result
- Non-existent area id returns 404 or empty JSON

## How this service works

List the Pokemon obtainable in a Pal Park area by id or name {q} (e.g. forest), with catch rate. Query: ?q= Returns JSON.

## Output

A JSON object listing all Pokémon obtainable in the specified Pal Park area, including each Pokémon's name and catch rate.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pok-api-pal-park-area-lookup-4f9532d7/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)
