# 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 version group for a specific Pokémon game version by name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-version
- 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-29c43126
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fh2AZKd6hy_Aksh99rwln

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-29c43126 -d '<json body>'
```

Example prompt: What version group does Pokémon HeartGold belong to? Look it up by the name 'heartgold'.

## When to prefer this

Use this endpoint when you need to resolve which version group a specific Pokémon game belongs to, useful for filtering Pokémon move availability, game compatibility checks, or grouping game versions by generation. Prefer this over scraping PokeAPI directly when you want a metered, pay-per-call proxy with no rate-limit management.

## Known failure modes

- Invalid or misspelled version name returns an error or empty result
- Version name not found in PokeAPI returns a 404 or null response
- Missing required name query parameter causes a bad request error
- Network or upstream PokeAPI outage causes a timeout or 502 error

## How this service works

Version group of a specific Pokemon game version (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the version group details for the specified Pokémon game version, including the group name, associated versions, and related metadata such as generation and move learn methods.

## More

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