# PokéAPI Pokemon Shape Lookup

> PokéAPI Pokemon Shape 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-14).

Returns the body shape for a given Pokémon species name along with all other species that share that body shape, using PokéAPI data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-pokemon-shape
- 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/pok-api-pokemon-shape-lookup-6ed13516
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SA5OPol8oBW5pG1FEcHq5

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-pokemon-shape-lookup-6ed13516 -d '<json body>'
```

Example prompt: What body shape does Gengar have, and which other Pokémon species share that same shape?

## When to prefer this

Use this endpoint when you need to look up the body shape category of a specific Pokémon species and discover which other species share that morphology, powered by PokéAPI data. Ideal for Pokédex-style features, game analysis, or Pokémon classification tasks.

## Known failure modes

- Unknown or misspelled species name returns an error or empty result
- Missing ?name= query parameter results in a bad request
- Non-Pokémon names (e.g. real animal names) return no data
- Payment not provided or insufficient returns 402 error
- Rate limiting or service unavailability returns 5xx error

## How this service works

Body shape and species that share it, with the scientific awesome-name (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the body shape category for the queried Pokémon species name, the scientific awesome-name of the shape, and a list of all other Pokémon species that share that same body shape.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pok-api-pokemon-shape-lookup-6ed13516/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)
