Minecraft Items API
EOL Notice: This API is no longer actively maintained and the repository is archived on GitHub.
This is an API that you can run locally and get data for Minecraft items and blocks. It uses SwaggerUI so it's easy to use.
You can access the API documentation by navigating to a specific URL in your web browser.
Once you are in the /api-docs page you'll see a list of available endpoints along with their descriptions, request parameters, and response schemas.
You can make requests directly from Swagger UI by clicking on the endpoint you want to test, filling in any required parameters, and clicking the "Try it out" button.
Swagger will send the request to the API server and display the response, allowing you to inspect the data returned by the API.