# PokeAPI Machine Lookup

> PokeAPI Machine 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 item, move, and version group metadata for a Pokémon TM/HM machine record by its numeric ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pokeapi-machine
- 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-machine-lookup-c4569110
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AXb3MXzHK4zIuWsPFO8A5

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-machine-lookup-c4569110 -d '<json body>'
```

Example prompt: What move does machine ID 3 teach in Pokémon, and which item and version group does it belong to?

## When to prefer this

Use this endpoint when you need structured metadata about a specific Pokémon TM or HM machine — including the move it teaches, its associated item, and the game version group — identified by a numeric machine ID. Prefer this over a general PokéAPI call when you want a simple, paid, low-friction lookup without setting up your own PokéAPI integration.

## Known failure modes

- Invalid or non-existent machine ID returns an error or empty response
- Missing ?id= parameter results in a bad request error
- IDs outside the valid PokéAPI machine range return no data
- Network or upstream PokéAPI unavailability causes request failure

## How this service works

Item, move and version group of a Pokemon TM/HM machine (param id). Query: ?id= Returns JSON.

## Output

A JSON object containing the machine's associated item (e.g. TM or HM item object), the move it teaches (move name and reference), and the version group it belongs to (e.g. generation/game series), mirroring the PokéAPI /machine/{id} response structure.

## More

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