Modora provides a REST API for developers to integrate with external applications, websites, and services.
1. Get Your API Key
Navigate to Dashboard → Your Server → Settings → API to generate your API key.
2. Authentication
Include your API key in the Authorization header:
http
Authorization: Bearer YOUR_API_KEYGET
/api/v1/guilds/[guild_id]/statsGet server statistics
POST
/api/v1/guilds/[guild_id]/announcementsPost an announcement
Info
Full Documentation: Complete API documentation is available in the dashboard after generating your API key.