# Minecraft Blocks Catalog

> Minecraft Blocks Catalog 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).

Search and filter Minecraft blocks by tool, tier, tag, dimension, and hardness, returning a paginated structured JSON catalog

## Facts

- Endpoint: GET https://x402.professorsausages.com/minecraft/blocks
- 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-blocks-catalog-992588c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UvALhXzC-XPZTQohjnLIT

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-blocks-catalog-992588c6
```

Example prompt: Can you pull up a list of all Minecraft blocks that can be mined with a diamond pickaxe, filtered to only stone-tier blocks in the Overworld dimension?

## When to prefer this

Use this endpoint when you need structured, filterable Minecraft block data for game automation, wiki tools, crafting assistants, or build planning agents. Prefer it over scraping wikis when you need machine-readable, paginated JSON with multi-dimensional filtering by tool, tier, tag, dimension, and hardness in a single call.

## Known failure modes

- Invalid filter values for tool or tier may return empty results or a 400 error
- Payment failure via x402 protocol returns 402 status blocking the response
- Unsupported dimension or tag values may yield no results
- Pagination out of bounds returns empty page or error

## How this service works

A filtered, paginated sweep of the whole Minecraft Java Edition block registry, every row a complete block record.

## Output

A paginated JSON catalog of Minecraft blocks matching the applied filters, with each block entry containing properties such as name, required tool, tool tier, hardness value, associated tags, and dimension availability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minecraft-blocks-catalog-992588c6/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)
