Developer Hub
Dev Center
Welcome to the CraftingStudio Pro developer documentation. Here you will find everything you need to integrate our tools.
Base URL
https://api.craftingstudiopro.de/v1Format
JSON (UTF-8)Auth Header
X-API-Key oder AuthorizationDocumentation Areas
REST API Basics
Learn the basis of our API: Endpoints, formats and rate-limiting.
Authentication
Secure your requests with JWT tokens for user actions.
API Keys
Create and manage keys for server-to-server communication.
License System
Integrate our premium license system into your Minecraft plugins.
Best Practices Start now
Built for High Performance
RESTful Architecture
Clear endpoints, consistent JSON structures and standard HTTP status codes.
Low Latency
Our backend infrastructure is optimized for minimal response times.
curl -X POST \
"https://api.craftingstudiopro.de/v1/license/validate" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"licenseKey": "...", "pluginId": "..."}'Ready for your project?
Our API is constantly growing. Join our Discord to stay up to date on new endpoints and features.