← Back to Home

API Reference

Complete API documentation for Glizzy Bot integration and command endpoints.

Discord Commands

Glizzy Bot provides several Discord slash commands for server management:

/relay - Manage chat relay functionality
/status - Check Minecraft server status
/players - List online players
/config - Configure bot settings

REST Endpoints

Base URL: http://localhost:3000/api

GET /api/server/status - Get server status and player count
GET /api/players - Get list of online players
POST /api/message - Send message to Discord

Full Documentation

For complete API documentation with examples and schemas, visit our GitHub repository.