# PokeAPI Generation Lookup

> PokeAPI Generation 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 the main region, species, moves, and types introduced in a given Pokémon generation by name.

## Facts

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

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-generation-lookup-f54deb72 -d '<json body>'
```

Example prompt: What region, new Pokémon species, moves, and types were introduced in generation-ii?

## When to prefer this

Use this endpoint when you need structured data about a specific Pokémon generation, including its main region, introduced species, moves, and types. Prefer this over manual lookups or web searches when building Pokémon-related trivia, apps, or data pipelines.

## Known failure modes

- Invalid or misspelled generation name returns an error or empty response
- Missing ?name= parameter causes a bad request error
- Generation name must match PokeAPI naming convention (e.g. generation-i, generation-ii) — common names like 'Gen 1' may not resolve

## How this service works

Main region, species, moves and types introduced in a generation (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the generation's main region, a list of Pokémon species introduced, a list of moves introduced, and a list of types introduced in that generation.

## More

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