# Minecraft Items Catalog

> Minecraft Items 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-14).

Returns a paginated, filterable JSON catalog of every Minecraft item, supporting listing and searching

## Facts

- Endpoint: GET https://x402.professorsausages.com/minecraft/items
- 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-items-catalog-22d15868
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rx-QfEksBqE1FGCRr70hn

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-items-catalog-22d15868
```

Example prompt: Can you search the Minecraft items catalog for all items matching 'sword' and show me their IDs and properties?

## When to prefer this

Use this endpoint when you need structured, machine-readable Minecraft item data — such as item IDs, names, and properties — for game tooling, wiki bots, crafting calculators, or any automation that needs a comprehensive Minecraft item reference. Prefer this over scraping a wiki or parsing game files.

## Known failure modes

- Invalid or missing input object returns an error
- No matching items found for a given search query returns an empty list
- Payment not processed (402) blocks access
- Malformed filter parameters may return unexpected or empty results

## How this service works

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

## Output

A paginated JSON response containing a structured list of Minecraft items, each with name, ID, and associated properties. Supports filtering and search so the agent can narrow results to a specific item or category.

## 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-items-catalog-22d15868/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)
