# PokeAPI Move Damage Class Lookup

> PokeAPI Move Damage Class 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 description and metadata of a Pokémon move damage class (physical, special, or status) by name.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-move-damage-class
- 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-move-damage-class-lookup-3ac13b5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KZhBzoM5QlIMJWMcDk2eI

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-move-damage-class-lookup-3ac13b5c -d '<json body>'
```

Example prompt: Can you look up the description of the 'physical' move damage class in Pokémon?

## When to prefer this

Use this endpoint when you need structured metadata or descriptions about Pokémon move damage classes (physical, special, status) by name, especially within a game data pipeline or Pokémon-related agent workflow.

## Known failure modes

- Invalid or unrecognized damage class name returns an error or empty result
- Missing ?name= query parameter may return a bad request error
- Network or upstream PokéAPI unavailability results in a timeout or 5xx error
- Misspelled damage class name (e.g., 'phisical') returns no match

## How this service works

Description of a Pokemon move damage class (physical, special, status) (param name). Query: ?name= Returns JSON.

## Output

A JSON object containing the name, description, and metadata of the specified Pokémon move damage class (e.g., physical, special, or status), sourced from PokéAPI.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokeapi-move-damage-class-lookup-3ac13b5c/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)
