# PokéAPI Egg Group Species Lookup

> PokéAPI Egg Group Species 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 list of Pokémon species that belong to a specified breeding egg group by name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-egg-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/pok-api-egg-group-species-lookup-fff77f53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mwUOVnyFZ_cqCkCAeJGGR

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 pok-api-egg-group-species-lookup-fff77f53 -d '<json body>'
```

Example prompt: Can you look up which Pokémon species belong to the Dragon egg group?

## When to prefer this

Use this endpoint when you need to find all Pokémon species compatible for breeding within a specific egg group, or when building tools around Pokémon breeding mechanics and compatibility.

## Known failure modes

- Invalid or misspelled egg group name returns an error or empty result
- Missing ?name= parameter causes a bad request response
- Unknown egg group names not in PokéAPI return 404 or empty data
- Rate limiting or payment issues may result in 402 or 429 errors

## How this service works

Species that belong to a breeding egg group (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the egg group name and an array of Pokémon species that are members of that breeding egg group, including species names and identifiers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pok-api-egg-group-species-lookup-fff77f53/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)
