# Minecraft Block Data Lookup

> Minecraft Block 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-15).

Fetches comprehensive game data for a named Minecraft block, including properties, crafting recipes, drops, mining info, and trivia

## Facts

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

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-block-data-lookup-160a1054
```

Example prompt: What are all the properties of the Minecraft 'diamond_ore' block — like its hardness, what tool mines it best, what it drops, and how to craft with it?

## When to prefer this

Use this endpoint when you need structured, machine-readable Minecraft block data including crafting, drops, tool requirements, and game mechanics — ideal for building Minecraft wikis, game assistants, crafting calculators, or automation bots that need authoritative block property lookups by name.

## Known failure modes

- Block name not found — returns 404 or empty result if the block name is misspelled or does not exist in the game
- Payment not processed — x402 payment of $0.01 USDC must succeed before data is returned
- Truncated response schema — some fields may be null if the block has no applicable data (e.g. no recipes, no drops)

## How this service works

Minecraft block data — properties, id, hardness, best tool/tier, tags & metadata for any block by name or id, structured JSON

## Output

A detailed JSON object with the block's numeric ID, name, display name, description, hardness, blast resistance, stack size, diggability, light emission/filtering, luminosity, bounding box, tool requirements, harvest tier, best tool, mining speeds, harvest tools, drops with detailed drop tables, XP dropped, flammability, renewability, falling block status, waterloggability, map color, push reaction, note block instrument, dimensions, associated biomes, crafting and smelting recipes, smelts-into info, fuel burn data, block states, tags, aliases, a wiki URL, trivia facts, and the version it was added.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minecraft-block-data-lookup-160a1054/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)
