# PokeAPI Version Group Lookup

> PokeAPI Version Group 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 generation, game versions, and regions associated with a Pokémon game version group, looked up by name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-version-group
- 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-version-group-lookup-0b5ac366
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GNTZ2eu1XlVJyjCW-JbYH

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-version-group-lookup-0b5ac366 -d '<json body>'
```

Example prompt: What generation and regions are associated with the 'gold-silver' Pokémon version group?

## When to prefer this

Use this endpoint when you need structured metadata about a specific Pokémon game version group — such as which generation it belongs to, which individual game titles it encompasses, or which regions are featured. Prefer this over general Pokémon game searches when you already know the version group name (e.g. 'red-blue', 'sun-moon', 'sword-shield').

## Known failure modes

- Invalid or misspelled version group name returns an error or empty result
- Name parameter missing causes a 400 or default error response
- Obscure or fan-made version group names not in PokéAPI return no data
- Network timeout or upstream PokéAPI unavailability causes a 5xx error

## How this service works

Generation, versions and regions of a Pokemon game version group (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the version group's name, the generation it belongs to (name and URL), the list of game versions in the group (each with name and URL), the move learn methods, the Pokédex entries, and the regions covered by this version group.

## More

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