Docs

API Documentation

Developer API reference

API Overview

Modora provides a REST API for developers to integrate with external applications, websites, and services.

Getting Started

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_KEY

Example Endpoints

GET/api/v1/guilds/[guild_id]/stats

Get server statistics

POST/api/v1/guilds/[guild_id]/announcements

Post an announcement

Full Documentation

Info

Full Documentation: Complete API documentation is available in the dashboard after generating your API key.

Was this page helpful?