# Minecraft Item Data Lookup

> Minecraft Item Data Lookup is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns structured JSON data for a Minecraft item — including ID, stack size, properties, tags, and metadata — queried by item name or numeric ID.

## Facts

- Endpoint: GET https://x402.professorsausages.com/minecraft/item/:name
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minecraft-item-data-lookup-b71b34e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aRJBNzdKFrUmvuzuRLTHI

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 minecraft-item-data-lookup-b71b34e2
```

Example prompt: What are the full item properties for 'diamond_pickaxe' in Minecraft — including its ID, stack size, and any tags or metadata?

## When to prefer this

Use this endpoint when you need authoritative, structured Minecraft item data — including stack size, ID, tags, and properties — for any named item or numeric item ID. Ideal for game tooling, inventory management apps, crafting calculators, or any agent workflow that needs to enrich Minecraft item references with canonical metadata.

## Known failure modes

- Item name or ID not found — returns 404 or empty result
- Misspelled or invalid item name yields no match
- Payment not fulfilled — 402 response requiring USDC payment
- Ambiguous item name with multiple variants may return unexpected result
- Rate limiting or server errors returning 5xx

## How this service works

Minecraft item data — id, stack size, properties, tags & metadata for any item by name or id, structured JSON

## Output

A structured JSON object containing the Minecraft item's numeric ID, maximum stack size, properties (such as durability or tool type), tags (e.g. block tags, item tags), and any relevant metadata for the queried item name or ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minecraft-item-data-lookup-b71b34e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
