# PokéAPI Move Details Lookup

> PokéAPI Move Details 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 power, PP, accuracy, type, and damage class for a given Pokémon move by name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-move
- 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-move-details-lookup-d87ef6d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3rG4qD6FiSq962dmQkevu

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-move-details-lookup-d87ef6d7 -d '<json body>'
```

Example prompt: What are the power, accuracy, PP, type, and damage class of the Pokémon move 'Flamethrower'?

## When to prefer this

Use this endpoint when you need structured stat data (power, PP, accuracy, type, damage class) for a specific Pokémon move by name, especially in game assistant, Pokémon team-building, or battle strategy contexts.

## Known failure modes

- Move name not found — returns empty or error JSON if the name is misspelled or invalid
- Case sensitivity issues with the move name parameter
- Rate limiting or payment errors if USDC payment fails

## How this service works

Power, PP, accuracy, type and damage class of a move (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the move's power (base damage), PP (usage points), accuracy (hit percentage), type (e.g. Fire, Water), and damage class (physical, special, or status).

## More

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