# PokeAPI Gender Species Lookup

> PokeAPI Gender 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-15).

Returns a list of Pokémon species and their occurrence rates for a specified gender in the Pokémon universe

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-gender
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pokeapi-gender-species-lookup-b9192ce8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4W6aF3a0UigbVlGRCRIfn

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-gender-species-lookup-b9192ce8 -d '<json body>'
```

Example prompt: What Pokémon species appear in the 'female' gender category, and what are their occurrence rates?

## When to prefer this

Use this endpoint when you need structured Pokémon gender data — specifically which species belong to a given gender and how frequently they occur — sourced from PokeAPI via a paid x402 proxy. Prefer this over scraping PokeAPI directly if you want a hosted, metered, low-friction integration.

## Known failure modes

- Missing or invalid 'name' query parameter returns an error or empty result
- Unrecognized gender name (e.g. a typo like 'femal') may return no data
- Payment failure at x402 layer results in 402 status before any data is returned
- Network timeout if PokeAPI upstream is slow or unavailable

## How this service works

Species and their occurrence rate for a given Pokemon gender (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the gender name queried, along with an array of Pokémon species entries each listing the species name and its occurrence rate (frequency or ratio) within that gender category.

## More

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