# PokéAPI Species Info via clonecho.builda.company

> PokéAPI Species Info via clonecho.builda.company 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-13).

Returns capture rate, happiness, color, habitat, and Pokédex flavor text for a Pokémon species by name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-species
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pok-api-species-info-via-clonecho-builda-company-65fb8bde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EGCuhnxrSmViQ19XZZU6A

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-species-info-via-clonecho-builda-company-65fb8bde -d '<json body>'
```

Example prompt: What's the capture rate, base happiness, color, habitat, and Pokédex flavor text for Gengar?

## When to prefer this

Use this endpoint when you need canonical Pokémon species metadata — specifically capture rate, happiness, color, habitat, and flavor text — sourced from PokéAPI, without running your own PokéAPI integration. Ideal for Pokémon-themed apps, trivia bots, or data enrichment pipelines that need species-level detail by name.

## Known failure modes

- Unknown or misspelled Pokémon name returns an error or empty result
- Name must match PokéAPI slug format (lowercase, hyphenated for multi-word names)
- Non-Pokémon inputs return no data

## How this service works

Capture rate, happiness, color, habitat and Pokedex flavor text for a species (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the Pokémon species' capture rate (integer), base happiness (integer), color (string like 'purple'), habitat (string like 'urban'), and Pokédex flavor text (descriptive string from the games).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pok-api-species-info-via-clonecho-builda-company-65fb8bde/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)
