Welcome to the Minecraft Items API v2! This API provides comprehensive access to information about items, blocks, effects, and other things in Minecraft, from version 1.9 to the latest release.
You need pnmp to run the API locally!
- Clone the repository (only the
masterbranch). If you plan to make changes, create a fork first!
git clone https://github.com/PetarMc1/Minecraft-Items-API-v2 -b master
- Install all required dependencies and
wrangler.
pnpm install
pnpm install -g wrangler
- Start the development server
wrangler dev
This will start a local development server. The majority of changes will be instantly reflected live without the need to restart the development server or reload the page in your browser.
Ive designed this project to be deployable to Cloudflare Workers. To do it you need to run the following command:
wrangler deploy
Then you will be prompted what to do.
Begin your journey with the Minecraft Items API v2 by making HTTP requests to the endpoint. Explore the API documentation for comprehensive details on available endpoints, request parameters, and response formats.
This project is licensed under the MIT License.
All of the data for blocks/items/biomes/effects/verisons etc. is from PrismarineJS/minecraft-data and is not under my license. Check PrismarineJS/minecraft-data/README.md