Available Endpoints
Below are the endpoints you can use to access information about Minecraft items and blocks.
Items
/v1/name/items/{version}/{itemName}
This endpoint retrieves items information by name and version.
/v1/id/items/{version}/{itemId}
This endpoint retrieves items information by ID and version.
Blocks
/v1/name/blocks/{version}/{blockName}
This endpoint retrieves blocks information by name and version.
/v1/id/blocks/{version}/{blockId}
This endpoint retrieves blocks information by ID and version.
Effects
/v1/name/effects/{version}/{effectName}
This endpoint retrieves effect information by name and version.
/v1/id/effects/{version}/{effectName}
This endpoint retrieves effect information by name and version.
Biomes
/v1/name/biomes/{version}/{biomeName}
This endpoint retrieves biome information by name and version.
/v1/id/biomes/{version}/{biomeId}
This endpoint retrieves biome information by name and version.