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
// 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
Bot Integration
Extend your Discord bot with Guild Manager data
Automation
Automate repetitive tasks and workflows
Game Integration
Connect in-game addons with your guild data
RESTful Endpoints
A preview of our comprehensive API surface
/api/v1/guilds
List your guilds/api/v1/guilds/{id}/members
Get guild members/api/v1/activities
Create an activity/api/v1/loot/history
Loot distribution history/api/v1/members/{id}
Update member data/api/v1/webhooks
Register a webhookAnd 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.