# PokeAPI Stat Lookup

> PokeAPI Stat 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 game index, battle-only flag, and a move that raises a given Pokémon stat by name

## Facts

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

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-stat-lookup-db99d119 -d '<json body>'
```

Example prompt: Can you look up the Pokémon stat 'special-attack' and tell me its game index, whether it's battle-only, and what move raises it?

## When to prefer this

Use this endpoint when you need structured metadata about a specific Pokémon stat — including its game index, battle-only status, and an associated move — by querying its name. Prefer this over general Pokémon APIs when you specifically need stat-level detail rather than Pokémon species or move data.

## Known failure modes

- Invalid or misspelled stat name returns an error or empty result
- Stat name not recognized by the underlying PokéAPI returns a 404-style error
- Missing ?name= query parameter may result in an error response

## How this service works

Game index, battle-only flag and a move that raises a Pokemon stat (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the stat's game index number, a boolean indicating whether the stat is battle-only, and details about a move that raises that stat

## More

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