{ guild: 'data' }
POST /api/v1/activities
200 OK
Coming Soon

Build With Guild Manager API

Integrate guild data into your tools. Automate workflows. Create experiences your members will love.

API access available on Growth and Enterprise plans

Developer-First Design

Everything you need to build powerful guild integrations

RESTful API

Standard HTTP methods with JSON responses. Built on modern web standards.

OAuth 2.0

Secure authentication with fine-grained scopes and permissions.

Webhooks

Real-time event notifications for guild activities and changes.

GraphQL

Query exactly what you need with our flexible GraphQL endpoint.

API Keys

Simple authentication for server-to-server integrations.

SDKs

Official libraries for JavaScript, Python, and more coming soon.

Simple & Intuitive

Get started in minutes with our clean API design

example.js
// Get guild members with DKP balances
const response = await fetch('https://api.guildmanager.app/v1/guilds/abc123/members', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Accept': 'application/json'
  }
});

const members = await response.json();

// Create a new raid activity
const activity = await guildManager.activities.create({
  guildId: 'abc123',
  name: 'Mythic Raid Night',
  startTime: '2025-01-20T19:00:00Z',
  type: 'raid',
  signupRequired: true
});

What Will You Build?

Popular use cases from our developer community

Custom Dashboards

Build specialized dashboards for your guild's unique needs

Performance metrics
Recruitment pipelines
Economic analysis

Bot Integration

Extend your Discord bot with Guild Manager data

DKP lookups
Event reminders
Application processing

Automation

Automate repetitive tasks and workflows

Member onboarding
Activity reports
Backup exports

Game Integration

Connect in-game addons with your guild data

Roster sync
Loot tracking
Performance logging

RESTful Endpoints

A preview of our comprehensive API surface

GET/api/v1/guildsList your guilds
GET/api/v1/guilds/{id}/membersGet guild members
POST/api/v1/activitiesCreate an activity
GET/api/v1/loot/historyLoot distribution history
PATCH/api/v1/members/{id}Update member data
POST/api/v1/webhooksRegister a webhook

And many more endpoints for complete guild management

Be First to Build

Join our developer preview program. Get early API access, shape the platform, and build the future of guild management.

RESTful & GraphQL
Real-time webhooks
Enterprise security