# Pokemon Species Learnset API

> Pokemon Species Learnset API is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns every move a Pokémon species can learn — by level-up, TM/HM, and breeding — as structured JSON, with generation-aware data

## Facts

- Endpoint: GET https://x402.professorsausages.com/pokemon/species/:name/learnset
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pokemon-species-learnset-api-d1f70a8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8-d4QgnKWMht_kZHtZ7e7

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 pokemon-species-learnset-api-d1f70a8c
```

Example prompt: What's the full learnset for Gengar — every move it can learn by level-up, TM, and breeding — preferably for generation 4?

## When to prefer this

Use this endpoint when you need authoritative, structured learnset data for a specific Pokémon species — especially when generation accuracy matters or when you need to distinguish between level-up, TM, and breeding move sources in JSON format for programmatic use by a game agent or team-builder.

## Known failure modes

- Unknown species name returns 404 or error
- Misspelled species name not matched
- Generation out of range returns empty or error
- Payment not attached results in 402 Payment Required
- Rate limiting may return 429

## How this service works

Pokemon learnset — every move a species learns by level-up, TM/HM & breeding, generation-aware, as structured JSON for game agents

## Output

A structured JSON object listing all moves a given Pokémon species can learn, organized by learn method (level-up, TM/HM, breeding/egg moves), with generation-specific data included where applicable.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokemon-species-learnset-api-d1f70a8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
