Api-Extender
Allows extending the functionality of Azuriom's APIs.
🧩 API-Extender – Extend Azuriom's API Functionality
Easily extend the capabilities of your Azuriom website with additional API endpoints. Includes API key authentication for secure access.
🔐 Authentication
All requests (unless specified) require an API key.
Header format:
API-Key: your_api_key
📘 Available Endpoints
Endpoint | Requires API Key | Notes |
---|---|---|
GET /servers |
✅ Yes | |
GET /roles |
✅ Yes | |
GET /users |
✅ Yes | |
GET /money |
✅ Yes | |
GET /social |
✅ Yes | |
GET /images/{type}/{rendertype}/{player} |
❌ No | Requires skin-api plugin |
🖼️ Example: Skin Render with Starlight SkinAPI
Below is an example of an image generated using the GET /images/{type}/{rendertype}/{player}
endpoint:
Request format:
GET /images/default/bust/steve
ℹ️ This endpoint does not require an API key but does require the
skin-api
plugin to be installed. Api-Extender use Starlight SkinAPI to generate images. thank you for respecting the rules this one
💡 Feature Requests
Want more endpoints or features in API-Extender?
👉 Join our Discord server and share your ideas with us!