Documentation Index
Fetch the complete documentation index at: https://apidocs.melonly.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Melonly API provides programmatic access to Roblox server management infrastructure. Purpose-built for developers creating automated workflows and integration systems.Self-service documentation only - No technical support provided
Core Capabilities
Server Management
Access server configuration, roles, and administrative metadata
Application Processing
Retrieve applications, responses, and manage approval workflows
Member Operations
Query member data, roles, and Discord account linkage
Audit & Logging
Comprehensive logging, moderation records, and system events
Operational Data
LOA requests, shift tracking, and join request management
And Much More
There are so many more endpoints to explore!
Technical Foundation
- Authentication
- Data Format
- Rate Limits
Bearer Token RequiredAll endpoints require authentication via Authorization header:Tokens are scoped to individual servers and inherit creator permissions.
Implementation Workflow
Quick Reference
Base URL & Versioning
Base URL & Versioning
Production:
https://api.melonly.xyz/api/v1API versioning follows semantic versioning principles. Breaking changes will increment the major version number.Common Status Codes
Common Status Codes
200- Success with response body400- Bad Request (invalid parameters)401- Unauthorized (missing/invalid token)404- Not Found (resource doesn’t exist)429- Rate Limited (too many requests)500- Internal Server Error
Pagination Structure
Pagination Structure
Get Started
Quick Start Guide
Generate your first API token and make a test request in minutes.
API Reference
Complete endpoint documentation with schemas and examples.
