# PokeAPI Nature Lookup via clonecho.builda.company

> PokeAPI Nature 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-14).

Returns the stat modifiers and flavor preferences for a given Pokémon nature by name

## Facts

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

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-nature-lookup-via-clonecho-builda-company-06b2ad39 -d '<json body>'
```

Example prompt: What are the stat boosts, reductions, and flavor preferences for the Adamant Pokemon nature?

## When to prefer this

Use this endpoint when you need structured Pokémon nature data — specifically stat modifiers and flavor affinities — for a named nature, especially in a paid x402 context where programmatic access to PokéAPI is needed without managing the upstream API directly.

## Known failure modes

- Invalid or misspelled nature name returns an error or empty result
- Nature name not recognized if passed in wrong case or with spaces
- Upstream PokéAPI unavailability causes failure
- Missing ?name= parameter causes malformed request error

## How this service works

Stat and flavor preferences of a Pokemon nature (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the nature's name, the stat it increases, the stat it decreases, and the flavors the Pokemon likes and dislikes, sourced from PokéAPI data.

## More

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