# Minecraft Data Search

> Minecraft Data Search 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).

Full-text search across all Minecraft blocks and items by name, display name, tags, and aliases, returning structured JSON results

## Facts

- Endpoint: POST https://x402.professorsausages.com/minecraft/search
- 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-data-search-c92bd539
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iBXRkbi4CMFo-Zq0OYog-

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-data-search-c92bd539 -d '<json body>'
```

Example prompt: Search the Minecraft block and item database for 'oak' and give me the full structured data for all matching blocks and items, including their tags and aliases.

## When to prefer this

Use this endpoint when an agent needs to look up Minecraft block or item metadata by any form of name — including display names, internal names, tags, or community aliases — and requires structured JSON output suitable for downstream processing or game automation.

## Known failure modes

- Empty results if query matches no known block or item names, display names, tags, or aliases
- Missing or empty 'input' parameter returns a validation error
- Malformed query may return unexpected or empty results
- Payment failure ($0.01 USDC) results in 402 response blocking access

## Output

A structured JSON array of matching Minecraft blocks and/or items, each containing fields such as name, display name, tags, and aliases that matched the search query.

## More

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