A filtered, paginated sweep of the whole Minecraft Java Edition block registry,
A filtered, paginated sweep of the whole Minecraft Java Edition block registry, every row a complete block record.
Answers HTTP 400 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402.professorsausages.com/minecraft/blocks
| Category | Company and compliance |
|---|---|
| Provider host | x402.professorsausages.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 400 | 21 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"dimension": "Filter by the dimension a block generates in. `end` is accepted as an alias for `the_end`.",
"flammable": "Set true to return only flammable blocks.",
"limit": "How many items to return.",
"luminous": "Set true to return only light-emitting blocks.",
"maxHardness": "Maximum block hardness, inclusive.",
"minHardness": "Minimum block hardness, inclusive.",
"offset": "How many items to skip.",
"q": "Free-text search over name, displayName, description, tags and aliases.",
"renewable": "Set true to return only renewable blocks.",
"tag": "Filter by tag membership.",
"tier": "Filter by minimum harvest tier.",
"tool": "Filter by the best tool for the block.",
"waterloggable": "Set true to return only waterloggable blocks."
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"type": "object"
},
"output": {
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}