# Pokémon Reference Data API

> Pokémon Reference Data API is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns Pokémon reference data including types, abilities, and base stats for a given Pokémon name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/pokemon
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pok-mon-reference-data-api-d0caaac5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vJIQABeG0f-FKIcj4zRFD

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-mon-reference-data-api-d0caaac5 -d '<json body>'
```

Example prompt: What are Charizard's types, abilities, and base stats?

## When to prefer this

Use this endpoint when you need structured Pokémon reference data — types, abilities, and base stats — for a named Pokémon, especially in gaming, trivia, or data enrichment contexts. Prefer this over scraping fan wikis when you need clean JSON output for programmatic use.

## Known failure modes

- Unknown Pokémon name returns an error or empty result
- Missing or misspelled name parameter falls back to default (Pikachu)
- Payment failure (x402 micropayment not completed) returns 402 response
- Rate limiting or service unavailability returns 5xx error

## How this service works

MEDIA: Pokémon reference data — types, abilities, base stats (?name=pikachu, defaults pikachu). Returns JSON.

## Output

A JSON object containing the queried Pokémon's name, types (e.g. fire/flying), abilities (e.g. blaze, solar-power), and base stats (HP, attack, defense, special-attack, special-defense, speed). Defaults to Pikachu if no name is provided.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pok-mon-reference-data-api-d0caaac5/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)
