# PokeAPI Pokemon Habitat Species Lookup

> PokeAPI Pokemon Habitat 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 the list of Pokémon species that live in a given Pokémon habitat by habitat name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-pokemon-habitat
- 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-pokemon-habitat-species-lookup-b61e5b3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_99jMpzvxV8a2v68h9DpVG

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-pokemon-habitat-species-lookup-b61e5b3a -d '<json body>'
```

Example prompt: Which Pokémon species live in the cave habitat? Give me the full list.

## When to prefer this

Use this endpoint when you need to look up which Pokémon species are native to a specific in-game habitat (e.g. cave, forest, sea, grassland). Prefer this over a full Pokémon search when you specifically want habitat-based filtering.

## Known failure modes

- Invalid or misspelled habitat name returns an error or empty result
- Missing ?name= parameter causes a bad request response
- Network timeout or upstream PokéAPI unavailability
- Payment failure (402) if USDC balance is insufficient

## How this service works

Species that live in a given Pokemon habitat (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the habitat details and an array of Pokémon species that inhabit that location, including species names and URLs to their individual data.

## More

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