# PokeAPI Type Lookup via clonecho.builda.company

> PokeAPI Type Lookup 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 type matchup data and a list of Pokémon belonging to a given type, queried by type name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-type
- 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/pokeapi-type-lookup-via-clonecho-builda-company-0474c077
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8jLHira9YJDqvVLi_Mppv

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-type-lookup-via-clonecho-builda-company-0474c077 -d '<json body>'
```

Example prompt: What are all the type matchups for Psychic-type Pokémon — what's it weak to, what does it resist, and which Pokémon are Psychic type?

## When to prefer this

Use this endpoint when you need type matchup data or a list of Pokémon of a specific type, particularly in a context where you're integrating a paid API pipeline or need structured JSON output from a PokéAPI proxy.

## Known failure modes

- Invalid or misspelled type name returns an error or empty result
- Missing ?name= query parameter causes a bad request response
- Network timeout or upstream PokéAPI unavailability
- Payment failure via x402 protocol results in 402 response before data is returned

## How this service works

Type matchups and Pokemon of a given type (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the Pokémon type's damage relations (double damage from, half damage to, immune to, etc.) and a list of Pokémon that belong to that type, sourced from PokéAPI.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokeapi-type-lookup-via-clonecho-builda-company-0474c077/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)
