# jatevo.ai Pokémon Data API

> jatevo.ai Pokémon Data API is a paid API for AI agents from jatevo.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches comprehensive Pokémon data (species, abilities, types, stats, moves) from PokeAPI by letting an LLM map natural language queries to the correct API endpoints.

## Facts

- Endpoint: POST https://jatevo.ai/api/x402/pokemon
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jatevo-ai-1f0c960e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6fjfZyQMBnkr6cQ-yr13r

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 jatevo-ai-1f0c960e -d '<json body>'
```

Example prompt: What are Charizard's base stats, abilities, and types? Pull all the details from PokeAPI for me.

## When to prefer this

Choose this endpoint when you need structured, authoritative Pokémon game data and want natural language queries automatically mapped to the correct PokeAPI resource — ideal for agents answering Pokémon questions without needing to know PokeAPI's URL structure.

## Known failure modes

- Pokémon name or ID not found — PokeAPI 404 response
- Invalid or unsupported PokeAPI endpoint path constructed by LLM
- Payment authorization failure (x402 protocol error)
- Rate limiting or service unavailability from upstream PokeAPI
- Ambiguous query that LLM cannot resolve to a specific endpoint

## How this service works

Query any PokeAPI endpoint to fetch comprehensive Pokémon data—species, abilities, types, stats, moves—while the LLM maps user queries to the correct endpoints.

## Output

Returns comprehensive Pokémon data including species information, base stats (HP, attack, defense, speed, etc.), abilities, types, moves list, evolution chain, and other PokeAPI fields relevant to the queried Pokémon or resource.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jatevo-ai-1f0c960e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jatevo.ai](https://www.zero.xyz/host/jatevo.ai/llms.txt)
