# PokeAPI Contest Type Berry Flavor Lookup

> PokeAPI Contest Type Berry Flavor 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-14).

Returns the berry flavor associated with a given Pokémon contest type name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-contest-type
- 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-contest-type-berry-flavor-lookup-aa78c9cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pP8HuyrnPd7Q_lBl_OxW8

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-contest-type-berry-flavor-lookup-aa78c9cd -d '<json body>'
```

Example prompt: What berry flavor is associated with the 'cool' contest type in Pokemon? Look it up by name.

## When to prefer this

Use this endpoint when you need to look up the berry flavor or metadata associated with a specific Pokémon contest type by name, particularly in game-related applications, Pokémon data tools, or trivia bots that reference PokeAPI contest data.

## Known failure modes

- Invalid or misspelled contest type name returns an error or empty result
- Missing ?name= query parameter results in a bad request
- Unknown contest type name not in PokeAPI returns 404 or null data
- Network timeout or service unavailability returns a 5xx error

## How this service works

Berry flavor associated with a Pokemon contest type (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the berry flavor linked to the specified Pokémon contest type name, along with related contest type metadata from PokeAPI.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokeapi-contest-type-berry-flavor-lookup-aa78c9cd/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)
